Different results between WAVE and FFMPEG reading audio file in Python
Aperta
- Lingua principale
- Jupyter Notebook
- Stelle
- 15.1k
- Fork
- 1.8k
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Hi everyone,
I've found that if we change the method to read the audio file (from WAVE to FFMPEG), the WER increase dramatically. When I use WAVE to read audio files (4000 utts), the WER is 9.64%. But when I use FFMPEG instead, the WER is decreased to 4.77%. Can you explain why the difference exist?
Btw, I've printed the result of each method when reading audio (_process.stdout.read(4000)_ and _data = wf.readframes(4000)_) and the result was different.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.