Package-level declarations

Types

Link copied to clipboard

Calculate the amplitude in each buffer and return the result

Link copied to clipboard
class AudioPostProcessEffect(microphoneId: Int)

Created by pedro on 11/05/17.

Link copied to clipboard
Link copied to clipboard
abstract class CustomAudioEffect
Link copied to clipboard

Created by pedro on 19/01/17.

Link copied to clipboard
Created by pedro on 19/01/17.
Link copied to clipboard
Similar to MicrophoneManager but samples are not read automatically.
Link copied to clipboard
Link copied to clipboard
class PitchShiftEffect(windowSize: Int = 1024) : CustomAudioEffect

CustomAudioEffect that shifts the pitch up (or down) keeping the output buffer exactly the same size as the input, so it never breaks the audio pipeline. With pitch> 1 you get the typical "chipmunk"/squirrel voice.

Link copied to clipboard