Beads
The Beads project.
Install / Use
/learn @orsjb/BeadsREADME
The Beads Project

This is the Beads project, a Java library for creative realtime audio and music, which is also available as a library for Processing.
Written by Ollie Bown, with contributions from Ben Porter, Benito, Aengus Martin, Neil Smith, Evan Merz, Angelo Fraietta and Charlton Wong. It also uses some code from other Java projects including MEAP and JASS. For convenience it wraps Java dependencies Tritonus, JavaZOOM, mp3spi and JAudioLibs.
The library is licensed under the Gnu Public License (GPL v3). Contact ollie at icarus.nu if you have any questions.
For examples on how to use this library, see the tutorials. For all other information, see http://www.beadsproject.net.
How to Install
Beads uses the Tritonus library found in the clojars repository.<br>
Maven [Current Release: 3.2]
Add the following to pom.xml:
<repository>
<id>clojars_repo</id>
<url>https://clojars.org/repo/</url>
</repository>
....
<dependency>
<groupId>net.beadsproject</groupId>
<artifactId>beads</artifactId>
<version>3.2</version>
</dependency>
Gradle
Add the following to build.gradle:
repositories {
maven {url "https://clojars.org/repo"}
}
...
dependencies {
implementation 'net.beadsproject:beads:3.2'
}
Manual Installation
Please visit beadsproject.net for beads.jar and manual installation instructions for Eclipse or Processing.
Changelog
Related Skills
node-connect
345.4kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
104.6kCreate 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
345.4kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
345.4kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
