summaryrefslogtreecommitdiffstats
path: root/media/libeffects/testlibs/AudioFormatAdapter.h
Commit message (Collapse)AuthorAgeFilesLines
* Clean up references to AUDIO_FORMAT_PCM_8_24_BITGlenn Kasten2013-07-101-0/+1
| | | | Change-Id: I08771eb2664b7082561a40937218c7f4414e2cce
* New effect library APIEric Laurent2011-05-271-4/+4
| | | | | | | | | | | | | | | | | Moved and renamed media/EffectApi.h to hardware/audio_effect.h Modified the effect library API to expose a library info structure containing an interface functions table. Also removed enums for audio channels, audio format and devices from effect API and use values from system/audio.h instead. Modified effects factory to support new library interface format and load libraries and efffects listed in audio_effects.conf file. The file audio_effects.conf is first loaded from /vendor/etc and then from /system/etc/audio_effects.conf if not found. Modified existing effect libraries to implement the new library interface. Change-Id: Ie52351e071b6d352fa2fbc06c3846686f8c45df9
* First submission of audio effect library from NXP software.Eric Laurent2010-07-171-0/+184
This CL contains the first open sourceable version of the audio effect library from NXP software. The effects implemented are: - Bass boost - Virtualizer (stereo widening) - Equalizer - Spectrum analyzer Source file for the effect engines are located under libeffects/lvm/lib The wrapper implementing the interface with the audio effect framework in under libeffects/lvm/wrapper The code of other effect libraries has also been reorganized fo clarity: - the effect factory is now under libeffects/factory - the test equalizer and reverb effects are under libeffect/testlibs - the visualizer is under libeffects/virtualizer Change-Id: I8d91e2181f81b89f8fc0c1e1e6bf552c5809b2eb