AudioOps API

>A simple Java audio processing API (inspired by LADSPA, etc.) with a selection of reusable audio filters and effects ported from a range of projects.

License

License

GroupId

GroupId

org.jaudiolibs
ArtifactId

ArtifactId

audioops-api
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

AudioOps API
>A simple Java audio processing API (inspired by LADSPA, etc.) with a selection of reusable audio filters and effects ported from a range of projects.
Source Code Management

Source Code Management

https://github.com/jaudiolibs/audioops/tree/master/audioops-api

Download audioops-api

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Audio Ops

A simple Java audio processing API (inspired by LADSPA, etc.) with a selection of reusable audio filters and effects ported from a range of projects.

org.jaudiolibs

JAudioLibs

Versions

Version
1.0.0