Open imc-db opened 3 months ago
That's an interesting task; I can initiate that given that it is considered as a high priority feature by the repository authors. What are the chances that this is going to be merged if there is a pull request for this feature?
Temporary workaround I've been using:
ls /path/to/your/folder/* | xargs -n 1 -P <num_parallel> bash -c 'whisperx "$0" --language en
Is there a way to transcribe multiple audio files asynchronously/parallel with whisperX?