You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I do not succeed in using SfPlayer. When I run the example or any other program I get the following error.
I am using Mac OS 12.6. Python 3.1
It is working when loading the file in ram and reading the table.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/Users/emmanuel/PycharmProjects/pythonProject2/venv/lib/python3.10/site-packages/pyo/examples/04-soundfiles/01-read-from-disk.py", line 24, in
sf = SfPlayer(path, speed=[1, 0.995], loop=True, mul=0.4).out()
File "/Users/emmanuel/PycharmProjects/pythonProject2/venv/lib/python3.10/site-packages/pyo/lib/players.py", line 118, in init
SfPlayer_base(
SystemError: <class '_pyo.SfPlayer_base'> returned a result with an exception set
The text was updated successfully, but these errors were encountered:
I do not succeed in using SfPlayer. When I run the example or any other program I get the following error.
I am using Mac OS 12.6. Python 3.1
It is working when loading the file in ram and reading the table.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/Users/emmanuel/PycharmProjects/pythonProject2/venv/lib/python3.10/site-packages/pyo/examples/04-soundfiles/01-read-from-disk.py", line 24, in
sf = SfPlayer(path, speed=[1, 0.995], loop=True, mul=0.4).out()
File "/Users/emmanuel/PycharmProjects/pythonProject2/venv/lib/python3.10/site-packages/pyo/lib/players.py", line 118, in init
SfPlayer_base(
SystemError: <class '_pyo.SfPlayer_base'> returned a result with an exception set
The text was updated successfully, but these errors were encountered: