mozilla/DeepSpeech

CC PMF importer improvements

Open

#3450 aperta il 2 dic 2020

Vedi su GitHub
 (2 commenti) (0 reazioni) (0 assegnatari)C++ (4093 fork)batch import
good first bughelp wanted

Metriche repository

Star
 (26.755 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor