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
Problem: When using the audio module from this package, a FileNotFoundError occurs
audio
FileNotFoundError
Code sample:
from replit import audio x = audio.play_file("flashback.mp3") print(x)
Error:
The text was updated successfully, but these errors were encountered:
See #219. We removed our custom in-repl audio in favor of guiding users towards more standard, better supported tooling (see pulsectl on pypi, as well as this blog post on using "system audio").
Sorry, something went wrong.
No branches or pull requests
Problem:
When using the
audio
module from this package, aFileNotFoundError
occursCode sample:
Error:

The text was updated successfully, but these errors were encountered: