Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/google/pindrop
C++ cross-platform game audio library
https://github.com/google/pindrop
Last synced: 17 days ago
JSON representation
C++ cross-platform game audio library
- Host: GitHub
- URL: https://github.com/google/pindrop
- Owner: google
- License: apache-2.0
- Archived: true
- Created: 2015-04-06T19:54:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-27T04:06:56.000Z (over 7 years ago)
- Last Synced: 2024-07-31T22:53:56.668Z (3 months ago)
- Language: C++
- Homepage: http://google.github.io/pindrop
- Size: 168 MB
- Stars: 143
- Watchers: 19
- Forks: 33
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Contributing: CONTRIBUTING
- License: LICENSE
Awesome Lists containing this project
README
Pindrop {#pindrop_readme}
=======## Overview
Pindrop is a simple-to-use, open-source, cross-platform audio library designed
for games.Go to our [landing page][] to browse our documentation and see some examples.
## Features
* Distance Attenuation
* Channel Prioritization
* Sound Bank Management
* Built on [SDL][]## Dependencies
Pindrop depends on the following libraries:
* [FlatBuffers][]
* [SDL][]
* [SDL_Mixer][]
* [libogg][]
* [libvorbis][]**Important**: The Pindrop audio library requires these submodules, so download
the source using:~~~{.sh}
git clone --recursive https://github.com/google/pindrop.git
~~~Additionally, on Linux you will need:
* [osspd][]
## Notes
For applications on Google Play that integrate this tool, usage is tracked.
This tracking is done automatically using the embedded version string
(`pindrop_version_string`), and helps us continue to optimize it. Aside from
consuming a few extra bytes in your application binary, it shouldn't affect your
application at all. We use this information to let us know if Pindrop is useful
and if we should continue to invest in it. Since this is open source, you are
free to remove the version string but we would appreciate if you would leave it
in.[FlatBuffers]: http://google.github.io/flatbuffers/
[SDL]: https://www.libsdl.org/
[SDL_Mixer]: http://www.libsdl.org/projects/SDL_mixer/
[landing page]: http://google.github.io/pindrop/
[libogg]: http://xiph.org/ogg/
[libvorbis]: http://xiph.org/vorbis/
[osspd]: http://sourceforge.net/projects/osspd/