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

URGENT ENHANCEMENT: Add invalid path checking #31

Closed carmen-chau closed 3 months ago

carmen-chau commented 4 months ago

Currently, file backend/whisper_with_diarization_as_methods.py only checks whether a certain audio file extension can be processed by whisper.

However, there is currently NO error handling in the case where the user enters an invalid audio path.

Tentative todo: