An open API service indexing awesome lists of open source software.

https://github.com/jmePhonon/jmePhonon

Steam Audio (phonon) implementation for jMonkeyEngine.
https://github.com/jmePhonon/jmePhonon

jmonkeyengine spatial-audio

Last synced: 8 months ago
JSON representation

Steam Audio (phonon) implementation for jMonkeyEngine.

Awesome Lists containing this project

README

          

# **jmePhonon** : _Steam® Audio for jMonkeyEngine_

[Steam® Audio](https://valvesoftware.github.io/steam-audio/) (phonon) implementation for [jMonkeyEngine](http://jmonkeyengine.org/).

## Supported platforms
- Linux 64bit
- OSX (64bit)
- Windows 64bit

## Binaries

```gradle
plugins {
id "io.github.0ffz.github-packages" version "1.2.1"
}
repositories {
maven githubPackage.invoke("jmePhonon")
}
dependencies{
compile(group: 'com.jme3.phonon', name: 'jme_phonon', version: VERSION, ext: 'jar', classifier: '')
}
```

## Documentation

- I want to use jmePhonon
- [Usage guide](docs/Usage.md)
- I want to develop jmePhonon
- [Contribution & Development (how to build stuff)](docs/ContributionAndDevelopment.md)
- [Implementation details](docs/ImplementationDetails.md)
- [Javadoc](todo)

## License
The code in this repo is released under the BSD-3-Clause license, see [LICENSE.md](LICENSE.md) for more details.

## Legal note
Please ensure that you have read and understood [LICENSE.md](LICENDE.md) and expecially [legal/LICENSE.SteamAudio.md](legal/LICENSE.SteamAudio.md).

This code uses Steam® Audio SDK, that is a closed source library licensed under the [VALVE CORPORATION STEAM® AUDIO SDK LICENSE](legal/LICENSE.SteamAudio.md).

_Steam® is a trademark or registered trademark of Valve Corporation in the United States of America and elsewhere_

_Steam® Audio, Copyright 2017 – 2018, Valve Corp. All rights reserved._