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

Updated Invalid Audio Path Message and Updates Spaces in Audio File #19

Closed moonsdust closed 4 months ago

moonsdust commented 4 months ago

In this PR, the following changes were made:

moonsdust commented 4 months ago

@moonsdust Hey Emily, great work on this PR! 2 minor changes I made. a) Had to strip whitespace from dest path b) I had to bug fix the generation of the final value of variable input_audio_path.

Would appreciate you testing that out and making sure it also works on your end.

Also, for reference, I added an additional print statement that shows users what the final destination path would be (after space replacement, truncating leading spaces, etc).

It is currently formatted as: For reference, this is the output path: #Insert path here#. If you have any ideas on improving this print statement, feel free to modify the code

@carmen-chau Thanks for making the changes! I will be adding in additional changes soon

moonsdust commented 4 months ago

I tested it out and it works on my end! I also updated the output file path print statement.

carmen-chau commented 4 months ago

I tested it out and it works on my end! I also updated the output file path print statement.

@moonsdust Thanks! I'll test and merge this tomorrow