Search code examples
androidaudioaudio-recording

Android audio processing?


I just searched for android 3rd library

doing :- Synthesis - Oscillators, physical models, generative audio Playback - Audio files, Sequencing, Sampling Effects - Processing sound Filters - Frequency range modification Analysis - Pitch and loudness detection, FFT spectrum analysis

I found it in iOS Called AudioKit https://github.com/audiokit/AudioKit

but can In find some thing like this in Android

Thanks


Solution

  • TarsosDSP is one library you should try https://github.com/JorenSix/TarsosDSP

    there is a jar version of this library as well that you can easily import https://github.com/srubin/TarsosDSP/releases/tag/TarsosDSPAndroid-v3-MAD

    hope this would work