aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm_channels.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* pcm: use GLib instead of utils.hMax Kellermann2009-01-031-3/+2
|
* pcm: use GLib loggingMax Kellermann2008-12-291-5/+9
|
* pcm_channels: added 24 bit implementationsMax Kellermann2008-10-231-0/+79
| | | | | The 24 bit implementation is mostly copy'n'paste of the 16 bit version, except that the data type is int32_t instead of int16_t.
* pcm_utils: moved channel conversion functions to pcm_channels.cMax Kellermann2008-10-231-0/+102
Separate code from pcm_utils.c to keep it small and simple.