Reputation: 832
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
Upvotes: 7
Views: 2423
Reputation: 1308
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
Upvotes: 5
Reputation: 6881
Take a look at Superpowered. There is lots of stuff there and it's cross-platform -- scroll down the project page for the features chart.
Upvotes: 5