Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 544
Mohamed Helmy Avatar asked Sep 24 '16 13:09

Mohamed Helmy


1 Answers

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

like image 177
Avinash Joshi Avatar answered Sep 23 '22 18:09

Avinash Joshi