aboutsummaryrefslogtreecommitdiffstats
path: root/test/run_filter.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add audio_format_init() functionDavid Woodhouse2009-07-191-5/+3
| | | | | It makes no difference right now, but we're about to add an endianness flag and will want to make sure it's correctly initialised every time.
* filter/volume: don't use volume_level_get()Max Kellermann2009-07-051-6/+0
| | | | Added public methods to get and set the current volume.
* test: added program "run_filter"Max Kellermann2009-07-051-0/+174
This program runs filter plugins in an isolated environment.