File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
# pyrilla
2
- Python bindings to gorilla-audio library
3
2
3
+ pyrilla is a self-contained statically linked binding to
4
+ [ gorilla-audio] ( https://code.google.com/p/gorilla-audio/ ) library -
5
+ "an attempt to make a free, straightforward, cross-platform, high-level
6
+ software audio mixer that supports playback of both static and streaming
7
+ sounds". Like the original it is intended for video game development.
8
+
9
+ pyrilla's goal is to provide a python audio package that can be installed
10
+ without any external dependencies with single ` pip install pyrilla ` command.
11
+ It is built with cython and its API is inspired by part of great but
12
+ unmantained [ bacon] ( https://github.com/aholkner/bacon ) game engine.
4
13
5
14
6
15
# building
You can’t perform that action at this time.
0 commit comments