Relative Content

Tag Archive for androidaudioaudiotrackaudioeffect

Is it possible to apply an AudioEffect to an AudioTrack that is MODE_STATIC?

Is it possible to apply an AudioEffect to an AudioTrack that is MODE_STATIC? I have tried several ways and the effect (PresetReverb) is simply ignored. ChatGPT and Gemini reported that it was not possible using MODE_STATIC, only MODE_STREAM, is this correct? I cannot find this limitation in the documentation.

Is it possible to apply an AudioEffect to an AudioTrack that is MODE_STATIC?

Is it possible to apply an AudioEffect to an AudioTrack that is MODE_STATIC? I have tried several ways and the effect (PresetReverb) is simply ignored. ChatGPT and Gemini reported that it was not possible using MODE_STATIC, only MODE_STREAM, is this correct? I cannot find this limitation in the documentation.