cheofusi/just_playback

Can't find file no matter what??

Closed this issue · 3 comments

It keeps not finding my file, even though it's there.
Here is everything I tried:
playback.load_file('beep.wav')
playback.load_file('sounds\beep.wav')
playback.load_file('sounds/beep.wav')

Solved issue.

Did you miss the file path if I may ask ? That one gets me every now and then.

Did you miss the file path if I may ask ? That one gets me every now and then.

Lol yes I did.