Metadata-Version: 1.0
Name: PyOPL
Version: 1.1
Summary: OPL2/3 Adlib emulation
Home-page: http://www.github.com/Malvineous/pyopl
Author: Adam Nielsen
Author-email: malvineous@shikadi.net
License: GPL
Description: 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.
        
Keywords: Adlib FM OPL OPL2 OPL3 YM3812 YMF262
Platform: Any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: C++
Classifier: Topic :: Multimedia :: Sound/Audio :: Sound Synthesis
