When I am using filename="media\documents\dog_bark.wav"
Python works fine and my intended functionality works.
But with filename="media\documents\afile1.wav"
, filename="media\documents\732-20.wav"
and similar other selected filepaths it's changing the first character of the filename to \x07
, I have also seen \x08
and so on
Why does this happen and is there any solution for this?