jmePhonon / jmePhonon

Steam Audio (phonon) implementation for jMonkeyEngine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jmePhonon : Steam® Audio for jMonkeyEngine

Steam® Audio (phonon) implementation for jMonkeyEngine.

Supported platforms

  • Linux 64bit
  • OSX (64bit)
  • Windows 64bit

Binaries

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

License

The code in this repo is released under the BSD-3-Clause license, see LICENSE.md for more details.

Legal note

Please ensure that you have read and understood LICENSE.md and expecially 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.

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.

About

Steam Audio (phonon) implementation for jMonkeyEngine.

License:Other


Languages

Language:Java 64.6%Language:C 28.8%Language:Shell 5.7%Language:C++ 0.8%Language:Batchfile 0.1%