Mohamed Helmy
Mohamed Helmy

Reputation: 832

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

Upvotes: 7

Views: 2423

Answers (2)

Avinash Joshi
Avinash Joshi

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

Mikhail Naganov
Mikhail Naganov

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

Related Questions