aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm_buffer.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* pcm_buffer: new library for temporary buffersMax Kellermann2009-01-071-0/+74
This library allocates temporary buffers for storing PCM conversion results. It should replace all those "static" buffer variables which are racy and never freed.