-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
AlsaOpen error #56
Labels
Comments
I assume you can open it with librosa and can't open it with soundfile, can you modify the code to try? data, sr = librosa.load(path) |
If it does not fixes, please reopen. |
soundfile and libsndfile don't use portaudio, which is where those error messages come from. |
I see, I made a pointless change. |
34j
added
documentation
Improvements or additions to documentation
wontfix
This will not be worked on
and removed
bug
Something isn't working
labels
Mar 22, 2023
I forgot about #72. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Describe the bug
Audio does not play using svcg
To Reproduce
Steps to reproduce the behaviour:
Additional context
Add any other context about the problem here.
The following error appears when trying to play:
the .out.wav file is produced when clicking "infer" which can then be played normally.
The text was updated successfully, but these errors were encountered: