TarsosDSPKit
An easy way to use TarsosDSP in your Android project
Install / Use
/learn @koendv/TarsosDSPKitREADME
This Android library is an easy way to use TarsosDSP Real-Time Audio Processing and Rubberband Real-Time Audio Time-Stretching in your Android app. Just copy tarsosdspkit.aar to the libs directory of your app source tree.
Downloads
Pre-compiled .aar for Android: TarsosDSPKit-release.aar.
(There is also a 'debug' version, just in case: TarsosDSPKit-debug.aar.)
This library includes TarsosDSP and RubberBandJNI Java source, and executeables and shared libraries for 32-bit Arm, 64-bit Arm and 64-bit Intel.
Usage
Download TarsosDSPKit-release.aar. Copy to your project as app/libs/TarsosDSPKit-release.aar Then in your project’s app/build.gradle add the following to your project's dependencies:
dependencies {
// other dependencies go here ...
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation fileTree(dir: 'libs', include: ['*.aar'])
}
Compilation
The source is a packaging of TarsosDSP and RubberBandJNI with binaries for arm, arm64 and x86-64 from FFmpeg-Audio-Android and RubberBand-Android. Applied patches are in the patches/ directory.
Compiled with Android Studio 2.3.3. After compilation Android libraries are in app/build/outputs/aar/*.aar
Related Skills
node-connect
346.4kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
107.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
346.4kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
346.4kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
