mozilla/DeepSpeech

CC PMF importer improvements

开放

#3,450 创建于 2020年12月2日

 (2 条评论) (0 个反应) (0 位负责人)C++ (4,093 个派生)batch import
good first bughelp wanted

仓库指标

星标
 (26,755 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南