Beads

A software library written in Java for realtime audio.

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

net.beadsproject
Идентификатор

Идентификатор

beads
Последняя версия

Последняя версия

3.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

Beads
A software library written in Java for realtime audio.
Ссылка на сайт

Ссылка на сайт

http://www.beadsproject.net
Система контроля версий

Система контроля версий

https://github.com/orsjb/beads/

Скачать beads

Имя Файла Размер
beads-3.2.pom
beads-3.2.jar 288 KB
beads-3.2-sources.jar 218 KB
beads-3.2-javadoc.jar 1 MB
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/net.beadsproject/beads/ -->
<dependency>
    <groupId>net.beadsproject</groupId>
    <artifactId>beads</artifactId>
    <version>3.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.beadsproject/beads/
implementation 'net.beadsproject:beads:3.2'
// https://jarcasting.com/artifacts/net.beadsproject/beads/
implementation ("net.beadsproject:beads:3.2")
'net.beadsproject:beads:jar:3.2'
<dependency org="net.beadsproject" name="beads" rev="3.2">
  <artifact name="beads" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.beadsproject', module='beads', version='3.2')
)
libraryDependencies += "net.beadsproject" % "beads" % "3.2"
[net.beadsproject/beads "3.2"]

Зависимости

runtime (7)

Идентификатор библиотеки Тип Версия
javazoom : jlayer jar 1.0.1
com.googlecode.soundlibs : mp3spi jar 1.9.5.4
org.clojars.automata » tritonus-aos jar 1.0.0
org.clojars.automata » tritonus-share jar 1.0.0
org.jaudiolibs : audioservers-javasound jar 2.0.0
org.jaudiolibs : audioservers-jack jar 2.0.0
org.jaudiolibs : jnajack jar 1.4.0

Модули Проекта

Данный проект не имеет модулей.

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.

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

Latest Version: 3.2

Версии библиотеки

Версия
3.2
3.1
3.0