aboutsummaryrefslogtreecommitdiffstats
path: root/src/audio_format.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* audio_format: changed "bits" to "enum sample_format"Max Kellermann2009-12-021-2/+27
| | | | | | This patch prepares support for floating point samples (and probably other formats). It changes the meaning of the "bits" attribute from a bit count to a symbolic value.
* audio_format: added function audio_format_to_string()Max Kellermann2009-11-141-0/+44
Unified function for converting an audio_format object to a string, for log messages and for the "status" command.