You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initially this didn't work on Mac, i have found a fix
On line 174 in the split_audio.py change
`return filedialog.askdirectory(title="Select input folder").replace("/","\\")`
to
`return filedialog.askdirectory(title="Select input folder")`
I hope this helps any fellow Mac users!
The text was updated successfully, but these errors were encountered:
Initially this didn't work on Mac, i have found a fix
On line 174 in the split_audio.py change
The text was updated successfully, but these errors were encountered: