TeamPyOgg / PyOgg

Simple OGG Vorbis, Opus and FLAC bindings for Python
The Unlicense
63 stars 27 forks source link

How install the pyogg dependency in Ubuntu 18.04 #89

Closed fy2462 closed 3 years ago

fy2462 commented 3 years ago

Hi guys:

I found the PyOgg support the development of Linux very well.

I have installed the PyOgg(0.6.14), but I can not find any class or function in the example. such as OpusBufferedEncoder, OpusDecoder, OpusEncoder.

screenshot

I try to install all the package using sudo apt-get install libogg-dev libopus-dev libopusfile-dev libvorbis-dev flac. but it doesn't work.

anyone knows how to install the dependency library simply, and then import them with python?

Thanks.

fy2462 commented 3 years ago

Fix it with pip uninstall pyogg pip install git+https://github.com/TeamPyOgg/PyOgg