Ewald Enzinger

Results 8 comments of Ewald Enzinger

I believe there's also [nnet3-xvector-compute-batched](https://github.com/kaldi-asr/kaldi/blob/master/src/nnet3bin/nnet3-xvector-compute-batched.cc), which does chunking of audio files. mean.vec/LDA/PLDA would likely have to be retrained on xvectors extracted using this binary, as they won't be the same...

I just ran into the same issue and wanted to ask if anyone has already come up with a solution, or if I should try to take a stab at...

Thanks, @ZohaibAhmed!!

@actarus33 Did you use the SIWIS database?

> > > I don't think I have anything to indicate the git hash in Lhotse, not sure if there's a way to do it in general for pip-installed packages...

Thanks for the quick initial review! I combined whisper and faster-whisper into a single CLI/method with a `--faster-whisper` flag. I also added additional off-by-default feature flags for faster-whisper: - `--faster-whisper-add-alignments`:...

Sorry for the delay, I've been quite busy. I'll pick this up shortly and address the requested changes.

> At some point we may consider using one of the Python wrappers around [whisper.cpp](https://github.com/ggerganov/whisper.cpp/issues/9) instead of the original Whisper to speed things up. At the moment, it seems people...