mozilla/DeepSpeech

CC PMF importer improvements

Open

#3.450 geöffnet am 2. Dez. 2020

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (4.093 Forks)batch import
good first bughelp wanted

Repository-Metriken

Stars
 (26.755 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

The current code does not work well:

  • extraction fails because Python zip does not support multiarchive, we should rely on 7z for example
  • we should expose MIN_SECS / MAX_SECS to the command-line arguments
  • document ffmpeg dependency for audio conversion
  • we use multiprocess for performing one WAV split, but maybe we should also use multiprocess for converting multiple MP3 to WAV in paralell

Contributor Guide