An open API service indexing awesome lists of open source software.

https://github.com/sarnavakonar/androidndk

An android application that allows you to record a 10 sec audio and then plays it back with a 6x higher pitch (Native C++ library SoundTouch is used to alter pitch)
https://github.com/sarnavakonar/androidndk

android android-audio customview native-android ndk ndk-jni soundtouch ui-design ux-design

Last synced: 3 months ago
JSON representation

An android application that allows you to record a 10 sec audio and then plays it back with a 6x higher pitch (Native C++ library SoundTouch is used to alter pitch)

Awesome Lists containing this project

README

          

An android application that allows you to record a 10 sec audio and then plays it back with a 6x higher pitch (Native C++ library SoundTouch is used to alter pitch).
SoundTouch library is integrated into android studio using Native Development Kit