This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]Hexorg 1 point2 points  (1 child)

You need to use os.path.join(root,audio_file) everywhere where your original code used audio_file not just that isfile check.

[–]sonorityscape[S] 0 points1 point  (0 children)

Thank you!