aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm_convert.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* pcm: pass void pointers to PCM functionsMax Kellermann2009-01-071-5/+4
| | | | | In generic PCM functions allowing all sample formats, pass a void pointer instead of a char pointer.
* pcm_utils: moved conversion code to pcm_convert.cMax Kellermann2009-01-071-0/+157
All what's left in pcm_utils.h is the pcm_range() utility function, which is only used internally by pcm_volume and pcm_mix.