replit-py icon indicating copy to clipboard operation
replit-py copied to clipboard

Replit audio error

Open Quantum-Codes opened this issue 1 year ago • 0 comments

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

Quantum-Codes avatar Apr 03 '23 14:04 Quantum-Codes