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
Error message: pydub.playback.play(), 'PermissionError: [Errno 13] Permission denied
The project is great, kudos to the developers! The issue I am facing is that I cannot play the voice returned by the API, although I can generate a WAV file. I wonder if everything runs normally for the developer themselves? Later, I found some solutions from jiaaro/pydub#209, which seems to be a problem with pydub on the Windows system.
Following the solutions provided there, I used the simpleaudio library to play the audio, which serves as a simple replacement for pydub.
The text was updated successfully, but these errors were encountered:
Error message: pydub.playback.play(), 'PermissionError: [Errno 13] Permission denied
The project is great, kudos to the developers! The issue I am facing is that I cannot play the voice returned by the API, although I can generate a WAV file. I wonder if everything runs normally for the developer themselves? Later, I found some solutions from jiaaro/pydub#209, which seems to be a problem with pydub on the Windows system.
Following the solutions provided there, I used the simpleaudio library to play the audio, which serves as a simple replacement for pydub.
The text was updated successfully, but these errors were encountered: