Skip to content
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

Replit audio error #138

Closed
Quantum-Codes opened this issue Apr 3, 2023 · 1 comment
Closed

Replit audio error #138

Quantum-Codes opened this issue Apr 3, 2023 · 1 comment

Comments

@Quantum-Codes
Copy link

Problem:
When using the audio module from this package, a FileNotFoundError occurs

Code sample:

from replit import audio

x = audio.play_file("flashback.mp3")
print(x)

Error:
Screenshot_20230403-195442_Replit

@blast-hardcheese
Copy link
Collaborator

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").

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants