from pyogg import OpusDecoder error
Traceback (most recent call last):
File "
@cklam12345 c_int_p is defined in libopus, you need to install all the dependencies:
sudo apt install libogg-dev libopusenc-dev libflac-dev libopusfile-dev libopus-dev libvorbis-dev
See: https://pyogg.readthedocs.io/en/latest/installation.html#linux
I am using mac os x m1 and this works for me https://github.com/TeamPyOgg/PyOgg/issues/113#issuecomment-2585724522