# pindrop **Repository Path**: mirrors/pindrop ## Basic Information - **Project Name**: pindrop - **Description**: Pindrop 是跨平台 C++ 游戏音效库,此软件有以下特点: 距离衰减 频道优先级 声音管理 基于 SDL 建立 - **Primary Language**: C/C++ - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/pindrop - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2025-11-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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/