Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NameError: name 'c_int_p' is not defined in pyogg library #113

Open
santiarr opened this issue Oct 27, 2024 · 1 comment
Open

NameError: name 'c_int_p' is not defined in pyogg library #113

santiarr opened this issue Oct 27, 2024 · 1 comment

Comments

@santiarr
Copy link

I encountered a NameError when trying to use the pyogg library. The error message indicates that c_int_p is not defined. This issue occurs when attempting to use the OpusDecoder from the pyogg library.

OS: macOS (M1)
Python version: 3.10.0
pyogg version: [Specify the version you are using]
Additional Information: I have installed the necessary dependencies for libopus using Homebrew:

I have also set the DYLD_LIBRARY_PATH environment variable in my .env file:

ibopus.opus_encoder_create.argtypes = [opus_int32, c_int, c_int, c_int_p] NameError: name 'c_int_p' is not defined. Did you mean: 'c_int'?

@goodpeter-sun
Copy link

I ran into the same. no solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants