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.
- Host: GitHub
- URL: https://github.com/jmePhonon/jmePhonon
- Owner: jmePhonon
- License: other
- Created: 2018-08-25T12:36:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-13T08:14:14.000Z (over 3 years ago)
- Last Synced: 2024-05-01T13:55:58.505Z (over 1 year ago)
- Topics: jmonkeyengine, spatial-audio
- Language: Java
- Homepage:
- Size: 3.81 MB
- Stars: 12
- Watchers: 4
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- Awesome-JMonkeyEngine - JmePhonon
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._