We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Collection issue for places where error checking or handling could be improved:
speaker.Init()
vorbis.Decode()
The text was updated successfully, but these errors were encountered:
I marked this as a good first issue. Feel free to pick just a single item or however many items you would like from the list to implement.
Sorry, something went wrong.
No branches or pull requests
Collection issue for places where error checking or handling could be improved:
speaker.Init()
check for valid samplerate High CPU usage afterspeaker.Init()
called #14vorbis.Decode()
doesn't check if the number of channels is supported. Check the decode methods of other formats as well.The text was updated successfully, but these errors were encountered: