aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm_buffer.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* pcm_buffer: pcm_buffer_get() never returns NULLMax Kellermann2012-02-131-0/+5
| | | | | | This fixes a bug when libsamplerate returns an empty buffer for a very small input buffer. The caller thinks this is an error, bug there is no GError object.
* pcm_buffer: add assertionsMax Kellermann2011-11-271-0/+4
|
* pcm_buffer: move formula to new function align_8k()Max Kellermann2011-11-271-2/+11
|
* pcm_buffer: un-inline pcm_buffer_get()Max Kellermann2011-11-271-0/+35
This method is too complex for inlining.