street-lab-tech / street-whisper-app

STREET Lab Whisper App - a tool that transcribes and translates audio files into CSV files.
MIT License
2 stars 0 forks source link

Bug: Spaces in audio file names #15

Closed moonsdust closed 4 months ago

moonsdust commented 4 months ago

If given an audio file with spaces in its name, the audio file name shouldn’t be considered not valid because of the spaces. After this, replace all spaces with underscores. Also, remove leading and trailing whitespace in destination path and input audio file name.