Metadata-Version: 1.1
Name: PyOgg
Version: 0.5.7a1
Summary: Xiph.org's Ogg Vorbis and Opus for Python
Home-page: https://github.com/Zuzu-Typ/PyOgg
Author: Zuzu_Typ
Author-email: UNKNOWN
License: Unilicense
Description: =====
        PyOgg
        =====
        
        PyOgg provides bindings for Xiph.org's OGG Vorbis and OGG Opus audio file formats.
        
        It requires the OGG library (e.g. libogg.dll) and at least either OGG Opus' libraries (e.g. libopus.dll, libopusfile.dll) and / or OGG Vorbis' libraries (e.g. libvorbis.dll, libvorbisfile.dll) to support Opus and Vorbis respectively.
        
        All the functions, structures and datatypes are the same as in the C++ implementation, except for some that couldn't be translated.
        If you want to use them natively you will have to use ctypes' data types.
        Please refer to the official documentation and the C++ headers.
        
        You can import the various functions from pyogg.ogg, pyogg.vorbis and pyogg.opus or use the predefined classes and functions from pyogg.
        
        PyOgg is not capable of playing files, however, you can use OpenAL for normal or even 3D playback with `PyOpenAL <https://pypi.org/project/PyOpenAL>`_.
        
        You can find a reference on `GitHub <https://github.com/Zuzu-Typ/PyOgg>`_
        
Keywords: Xiph ogg vorbis opus sound playback audio
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: License :: Public Domain
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
