Does anyone know a library for audio processing on android? I need to extract pitch and speech power (intensity).
Asked
Active
Viewed 6,947 times
1 Answers
6
Check this library out. Hope this helps.

Abhriya Roy
- 1,338
- 17
- 23
-
Is there any way to extract pitch-time feature from that? – Hassan Pezeshk Jan 17 '17 at 18:50
-
Yes. Open the library and check out TarsosDSP Example Applications Portion. You'll get pitch detector. – Abhriya Roy Jan 17 '17 at 18:55
-
Do mark my answer as correct if I was able to solve your problem. – Abhriya Roy Jan 17 '17 at 19:15
-
To get better intuition about *Audio Processing*, you can visit this reference: [Android-Audio-Processing-Using-WebRTC](https://github.com/mail2chromium/Android-Audio-Processing-Using-WebRTC) – Muhammad Usman Bashir May 22 '20 at 05:33