-
Notifications
You must be signed in to change notification settings - Fork 132
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
Does not work on mac #229
Comments
Hi, Try with:
|
thank you!
I'm running the following code:
i hear the sound, it's fine but the
|
I'm getting similar errors. Intel Mac, macOS Monterey, Python 3.8.9.
|
Using Python 3.9, here's a similar error: In [3]: s = pyo.Server(ichnls=1).boot()
||PaMacCore (AUHAL)|| Error on line 1301: err='-66748', msg=Unknown Error
Portaudio error in Pa_OpenStream: Internal PortAudio error
Pyo error: From portaudio, Internal PortAudio error
Portaudio error in Pa_CloseStream (pa_deinit): PortAudio not initialized
Portaudio error in Pa_Terminate (pa_deinit): PortAudio not initialized
Pyo error:
Server not booted.
Pyo warning: Portmidi warning: no midi device found!
Portmidi closed.
|
It looks like there's a related discussion here, unresolved as of today. I was able to move forward with the most recent posts there, by doing this: >>> import pyo as p
>>> s = p.Server(audio="coreaudio")
>>> s.boot()
>>> s.start()
>>> sf = p.SfPlayer("sound.aif").out() |
Same problem here This does not run and corrupts CoreAudio. I can't play any song after running this script and must reset
|
On mac with python 3.9.9:
The text was updated successfully, but these errors were encountered: