aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_pcm_mix.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* test/test_pcm: replace 256 with prime numberMax Kellermann2014-03-151-1/+1
| | | | | Use some odd number that will expose problems with remaining samples after optimized vector operations.
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* pcm/PcmMix: improved ditheringMax Kellermann2013-12-281-6/+10
| | | | Use the existing PcmDither library.
* test/test_pcm: use C++11 random instead of GLibMax Kellermann2013-10-191-2/+2
|
* test: use the CPPUNIT framework for unit testsMax Kellermann2013-10-161-10/+8
|
* audio_format: convert to C++Max Kellermann2013-08-031-5/+5
|
* pcm_*: move to src/pcm/Max Kellermann2013-04-091-1/+1
|
* test/test_pcm: add unit test for pcm_mix()Max Kellermann2013-02-011-0/+84