JarodMica / audiosplitter_whisper

MIT License
91 stars 35 forks source link

Mac Support #19

Open orcusbeat opened 9 months ago

orcusbeat commented 9 months ago

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!