Skip to content

Commit c6203d6

Browse files
committed
README: update general description
1 parent af480c6 commit c6203d6

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# pyrilla
2-
Python bindings to gorilla-audio library
32

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.
413

514

615
# building

0 commit comments

Comments
 (0)