AndroidSoundTouch icon indicating copy to clipboard operation
AndroidSoundTouch copied to clipboard

A SoundTouch java wrapper library for Android

Results 5 AndroidSoundTouch issues
Sort by recently updated
recently updated
newest added

I've tried this one in mono channel. But how about in stereo channel? Should i divide the buffsize sample by channel?

Hi, I wonder is there any way to change the tempo and pitch of an audio file given by the user, processing it as a new audio file

FATAL EXCEPTION: Thread-2 Process: io.github.junyuecao.androidsoundeffect, PID: 32172 java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/io.github.junyuecao.androidsoundeffect-RagChzYBVh0cIkVDb0OSXw==/base.apk"],nativeLibraryDirectories=[/data/app/io.github.junyuecao.androidsoundeffect-RagChzYBVh0cIkVDb0OSXw==/lib/arm64, /system/lib64, /vendor/lib64]]] couldn't find "libnative-lib.so" at java.lang.Runtime.loadLibrary0(Runtime.java:1011) at java.lang.System.loadLibrary(System.java:1657) at io.github.junyuecao.soundtouch.SoundTouch.(SoundTouch.java:13) at io.github.junyuecao.androidsoundeffect.MainActivity.onVoiceStart(MainActivity.kt:34) at io.github.junyuecao.androidsoundeffect.VoiceRecorder$ProcessVoice.run(VoiceRecorder.java:188) at java.lang.Thread.run(Thread.java:764)

Data length of wave file before and after processing will decrease by 2~3%. Any ideas?