https://github.com/ravengine/steamaudio-all
Valve's SteamAudio, with all dependencies bundled as source code
https://github.com/ravengine/steamaudio-all
Last synced: about 1 year ago
JSON representation
Valve's SteamAudio, with all dependencies bundled as source code
- Host: GitHub
- URL: https://github.com/ravengine/steamaudio-all
- Owner: RavEngine
- Created: 2024-03-04T18:12:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-26T17:48:50.000Z (about 2 years ago)
- Last Synced: 2024-03-26T18:28:33.296Z (about 2 years ago)
- Language: C++
- Homepage:
- Size: 30 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SteamAudio-All
Valve's SteamAudio, ready to compile with all dependencies as source. Note that export targets and post-build steps for the Unity/Unreal/Fmod plugins have been removed, and the library type has been set to static.
### Building
```cmake
add_subdirectory(SteamAudio-All EXCLUDE_FROM_ALL)
# ...
target_link_libraries(your-game PRIVATE phonon)
```