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)
- Host: GitHub
- URL: https://github.com/sarnavakonar/androidndk
- Owner: sarnavakonar
- Created: 2020-11-07T07:26:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-07T07:45:30.000Z (over 5 years ago)
- Last Synced: 2025-01-06T00:29:16.641Z (about 1 year ago)
- Topics: android, android-audio, customview, native-android, ndk, ndk-jni, soundtouch, ui-design, ux-design
- Language: Kotlin
- Homepage:
- Size: 1.16 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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