Yildiz-Engine Module Audio OpenAL

OpenAL implementation for the module audio.

License

License

GroupId

GroupId

be.yildiz-games
ArtifactId

ArtifactId

module-audio-openal
Last Version

Last Version

2.0.12
Release Date

Release Date

Type

Type

jar
Description

Description

Yildiz-Engine Module Audio OpenAL
OpenAL implementation for the module audio.
Project URL

Project URL

https://engine.yildiz-games.be
Source Code Management

Source Code Management

https://github.com/yildiz-online/module-audio-openal

Download module-audio-openal

How to add to project

<!-- https://jarcasting.com/artifacts/be.yildiz-games/module-audio-openal/ -->
<dependency>
    <groupId>be.yildiz-games</groupId>
    <artifactId>module-audio-openal</artifactId>
    <version>2.0.12</version>
</dependency>
// https://jarcasting.com/artifacts/be.yildiz-games/module-audio-openal/
implementation 'be.yildiz-games:module-audio-openal:2.0.12'
// https://jarcasting.com/artifacts/be.yildiz-games/module-audio-openal/
implementation ("be.yildiz-games:module-audio-openal:2.0.12")
'be.yildiz-games:module-audio-openal:jar:2.0.12'
<dependency org="be.yildiz-games" name="module-audio-openal" rev="2.0.12">
  <artifact name="module-audio-openal" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.yildiz-games', module='module-audio-openal', version='2.0.12')
)
libraryDependencies += "be.yildiz-games" % "module-audio-openal" % "2.0.12"
[be.yildiz-games/module-audio-openal "2.0.12"]

Dependencies

compile (6)

Group / Artifact Type Version
be.yildiz-games : module-audio jar 2.0.7
be.yildiz-games : common-jni jar 1.0.3
be.yildiz-games : common-libloader jar 2.0.5
be.yildiz-games : common-os jar 1.1.2
be.yildiz-games : common-file jar 2.0.4
be.yildiz-games : common-geometry jar 1.0.6

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.4.1

Project Modules

There are no modules declared in this project.

Yildiz-Engine module-audio-openal.

This is the official repository of the OpenAl Module, part of the Yildiz-Engine project. The openAl module is an implementation of the audio-module, based on OpenAl-soft library.

Features

  • Ogg streaming.
  • FLAC streaming.
  • Wav sound file reading.
  • 3D audio position.
  • ...

Requirements

To build this module, you will need the latest java JDK, and Maven 3.

Coding Style and other information

Project website: https://engine.yildiz-games.be

Issue tracker: https://yildiz.atlassian.net

Wiki: https://yildiz.atlassian.net/wiki

Quality report: https://sonarqube.com/overview?id=be.yildiz-games:module-audio-openal

License

All source code files are licensed under the permissive MIT license (http://opensource.org/licenses/MIT) unless marked differently in a particular folder/file.

Build instructions

Go to your root directory, where you POM file is located.

Then invoke maven

mvn clean install

This will compile the source code, then run the unit tests, and finally build a jar file and DLL/SO for the environment you chose.

To build the windows artifact, prebuilt libraries are provided.

Usage

In your maven project, add the dependency

<dependency>
    <groupId>be.yildiz-games</groupId>
    <artifactId>module-audio-openal</artifactId>
    <version>${version}</version>
</dependency>

Contact

Owner of this repository: Grégory Van den Borre

Versions

Version
2.0.12
2.0.11
2.0.10
2.0.9
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0