forked from Malvineous/pyopl
-
Notifications
You must be signed in to change notification settings - Fork 0
OPL2/3 Adlib emulation for Python
License
pygametoys/pyopl
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
PyOPL: OPL2/3 emulation for Python Copyright 2011-2012 Adam Nielsen <malvineous@shikadi.net> http://www.github.com/Malvineous/pyopl PyOPL is a simple wrapper around an OPL synthesiser so that it can be accessed from within Python. It uses the DOSBox synth, which has been released under the GPL license. PyOPL does not include any audio output mechanism, it simply converts register and value pairs into PCM data. The example programs use PyAudio for audio output. Note that PyGame is not suitable for this as it lacks a method for streaming audio generated on-the-fly, and faking it by creating new Sound objects is unreliable as they do not always queue correctly. The code is compiled and installed in the usual way: python setup.py build sudo python setup.py install This library is released under the GPLv3 license.
About
OPL2/3 Adlib emulation for Python
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C++ 88.0%
- Python 12.0%