The line that opens the Sfx file appears to be incorrect. It should be: `with open(os.path.join(get_executable_dir(),"Samples",filename), "rb") as f:`
The line that opens the Sfx file appears to be incorrect. It should be:
with open(os.path.join(get_executable_dir(),"Samples",filename), "rb") as f: