TarsosDSP icon indicating copy to clipboard operation
TarsosDSP copied to clipboard

Getting strange noise if using PitchShifter

Open krigga opened this issue 7 years ago • 0 comments

When using PitchShifter on Android Im getting strange noise.

I get audio from mic with AudioDispatcherFactory.fromDefaultMicrophone(22050, 1024, 0);

and construct PitchShifter with new PitchShifter(1.5, 22050, 1024, 512);

Changing overlap (last parameter) of PitchShifter either silences the whole recording or does nothing.

Any thoughts?

krigga avatar Dec 09 '17 18:12 krigga