summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/tests/mixer_to_wav_tests.sh
Commit message (Collapse)AuthorAgeFilesLines
* Improve resampler speed for floating point and arm64Andy Hung2015-03-031-1/+1
| | | | | | | | Add floating point intrinsics for arm32 and arm64 devices. Add integer intrinsics for arm64 devices. Bug: 17366024 Change-Id: Id4240f549033deb262815c7145d69820e5fd7b92
* Fix AudioMixer floating interaction with downmixerAndy Hung2014-11-071-1/+11
| | | | | | | | | | | | | | | Previously _if_ the full floating point mixer is enabled, a downmixer would force the mixer input for a session submix to integer, breaking other mixer inputs to the same submix that were in float. Use another ReformatBufferProvider after the downmixer to solve this issue. Update the test-mixer app and the mixer_to_wave_tests shell script to detect this issue. Bug: 17363939 Change-Id: I74a56333f9ee75ddde39a75392c021c5eebddbef
* Add multichannel capability to AudioMixerAndy Hung2014-07-241-2/+2
| | | | | | | | tests/test-mixer updated to handle multichannel. New mixer path is still disabled (kUseNewMixer = false). Subsequent CL will enable multichannel capability. Change-Id: I71dafa94cc1d9af567c285e0ded7c5c94e3ff926
* Add test-mixer AudioMixer test programAndy Hung2014-06-201-0/+134
The shell script mixer_to_wav_tests.sh shows how to use test-mixer. Change-Id: Ia7f1a368972c9c33fadc96df4cb1fc8b22446c8c