Searched defs:NoiseSuppressor (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/audiofx/
H A DNoiseSuppressor.java29 * <p>An application creates a NoiseSuppressor object to instantiate and control an NS
31 * <p>To attach the NoiseSuppressor to a particular {@link android.media.AudioRecord},
32 * specify the audio session ID of this AudioRecord when creating the NoiseSuppressor.
37 * call NoiseSuppressor.getEnable() after creating the NS to check the default NS activation
43 public class NoiseSuppressor extends AudioEffect { class in inherits:AudioEffect
45 private final static String TAG = "NoiseSuppressor";
56 * Creates a NoiseSuppressor and attaches it to the AudioRecord on the audio
58 * @param audioSession system wide unique audio session identifier. The NoiseSuppressor
60 * @return NoiseSuppressor created or null if the device does not implement noise
63 public static NoiseSuppressor creat
95 private NoiseSuppressor(int audioSession) method in class:NoiseSuppressor
[all...]

Completed in 198 milliseconds