aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_pcm_volume.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* test/test_pcm: replace 256 with prime numberMax Kellermann2014-03-151-2/+2
| | | | | Use some odd number that will expose problems with remaining samples after optimized vector operations.
* util/{Const,Writable}Buffer: add operator[]Max Kellermann2014-03-011-3/+3
|
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* pcm/Volume: improved ditheringMax Kellermann2013-12-281-2/+3
| | | | | Instead of just adding a rectangular random value before shifting back to the normal scale, use the existing PcmDither library.
* pcm/Volume: convert to classMax Kellermann2013-12-231-123/+62
| | | | Prepare for adding state.
* pcm/PcmVolume: rename to Volume.cxxMax Kellermann2013-12-231-1/+1
|
* 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-56/+70
|
* audio_format: convert to C++Max Kellermann2013-08-031-15/+15
|
* pcm_*: move to src/pcm/Max Kellermann2013-04-091-1/+1
|
* test/test_pcm: merge source buffer generatorMax Kellermann2013-01-311-47/+28
|
* pcm_*: convert to C++Max Kellermann2013-01-311-1/+1
|
* test/test_pcm: convert to C++Max Kellermann2013-01-311-0/+190