mozilla/DeepSpeech

CC PMF importer improvements

オープン

#3,450 opened on 2020/12/02

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)C++ (4,093 件のフォーク)batch import
good first bughelp wanted

Repository metrics

Stars
 (26,755 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド