hurdurderp
Results
1
comments of
hurdurderp
Hello, had the same issue. Use / instead of \ in the filepath Like that: ``` from pydub.playback import play from pydub import AudioSegment a=AudioSegment.from_wav(r'G:/aaaa11.wav') play(a) ```