Home | History | Annotate | Download | only in audio

Lines Matching full:effects

39 <li><code>hardware/libhardware/include/hardware/audio_effect.h</code> - represents effects that can
141 $(call include-path-for, audio-effects)
187 <h2 id="preprocessing">Audio pre-processing effects</h2>
189 <p>The Android platform provides audio effects on supported devices in the
192 following pre-processing effects are supported:</p>
207 <p>Pre-processing effects are paired with the use case mode in which the pre-processing is requested
224 <p>The default pre-processing effects applied for each <code>AudioSource</code> are specified in
225 the <code>/system/etc/audio_effects.conf</code> file. To specify your own default effects for every
227 specify the pre-processing effects to turn on. For an example, see the implementation for the Nexus
229 release a session when created and destroyed, enabling the effects (such as the Loudness Enhancer)
241 the framework will automatically request from the audio HAL the use of those effects.</p>
268 <li>Effects/pre-processing must be disabled by default</li>
271 <p>Examples of tuning different effects for different sources are:</p>