audioeffect Questions

2

I'm getting an UnsupportedOperationException error on an equalizer on this line of code. bassBoost.setStrength((short) bassBoostPos); Here's the code equalizer = new Equalizer(0, 0); if (equalize...
Resinate asked 19/2, 2017 at 2:56

2

I am building an application which requires the mic to cancel any sound coming from the speaker. It seems that this issue is almost a conspiracy on-line as others with the exact same problem were n...
Drainage asked 11/2, 2016 at 21:24

3

Solved

Well, simply this is my requirement.. I have a WAV file, I want to open it, add some effects, and play. I am using MediaPlayer to play file, and PresetReverb to add some effects. This is my code pu...
Nonflammable asked 2/5, 2012 at 7:0

1

Solved

I put some code in for continuous generation and playback of a sine wave inside my main activity for my app and created a PresetReverb object to test it out on the sine wave. But, every time I laun...
Wolford asked 8/8, 2013 at 22:4

1

Solved

Requirement Android open a .wav file in sd card, play it , add some effect (like echo, pitch shift etc), save the file with effect. Simple :( What I know I can open and play file using Soundpoo...

1

before enabling equalizer capabilities, I check for api level to make sure it's equal or greater than 9. From the reports I'm getting from my users, it seems that some exceptions are thrown anyway ...
Volplane asked 10/5, 2012 at 14:27
1

© 2022 - 2024 — McMap. All rights reserved.