Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Audio Effects: added methods to effects java classes to store and load ↵ | Eric Laurent | 2010-07-27 | 1 | -1/+2 |
| | | | | | | | | | | | | | | current effect settings in a single call. Addional changes: - Fixed simulator build - Use effect interface UUIDs from OpenSL ES includes when available - Added cleanspec rules to remove now obsolete test effect libraries - Fixed bug in AudioEffect JNI setParameter function. Change-Id: Ic25ddb135e2cec5a68c181d727321f5ac7a1ab6b | ||||
* | Added JAVA classes to control bass boost, equalizer, reverberation and ↵ | Eric Laurent | 2010-07-08 | 1 | -0/+42 |
virtualizer Effects. Defined the following JAVA classes on top of AudioEffect class to facilitate control off built-in audio effects with APIs aligned with interfaces defined in OpenSL ES specification: - BastBoot.java - Equalizer.java - PresetReverb.java - EnvironmentalReverb.java - Virtualizer.java Split reverb API header file in two, one for preset reverb and one for environmental reverb. Some changes in test reverb to support preset reverb. Change-Id: Ie0a5ba06002e63dfd6da22cace5568c1e0b76ea1 |