Java AAC and MP4 demultiplexer library

JAAD is an AAC decoder and MP4 demultiplexer library written completely in Java. It uses no native libraries, is platform-independent and portable. It can read MP4 container from almost every input-stream (files, network sockets etc.) and decode AAC-LC (Low Complexity) and HE-AAC (High Efficiency/AAC+).

License

License

GroupId

GroupId

com.gitlab.9lukas5
ArtifactId

ArtifactId

jaad
Last Version

Last Version

0.8.8
Release Date

Release Date

Type

Type

jar
Description

Description

Java AAC and MP4 demultiplexer library
JAAD is an AAC decoder and MP4 demultiplexer library written completely in Java. It uses no native libraries, is platform-independent and portable. It can read MP4 container from almost every input-stream (files, network sockets etc.) and decode AAC-LC (Low Complexity) and HE-AAC (High Efficiency/AAC+).
Project URL

Project URL

https://gitlab.com/9Lukas5/jaad
Source Code Management

Source Code Management

https://gitlab.com/9Lukas5/jaad

Download jaad

How to add to project

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

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.

Versions

Version
0.8.8
0.8.7