RVC-Project/Retrieval-based-Voice-Conversion-WebUI

[Feature request] Automatic batch processing of long files on harvest for limited RAM machines

开放

#267 创建于 2023年5月10日

 (4 条评论) (0 个反应) (0 位负责人)Python (2,849 个派生)batch import
enhancementhelp wanted

仓库指标

星标
 (18,427 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

A common complaint from Google Colab users is harvest being unusable without manually splitting their song into parts. I wonder if an argument in the command to run python infer-web.py could be used to forcefully do it in batches so that it still exports without erroring out? If not that, splitting the song into ~30s intervals that cut off at silence and then stitching them together to serve a complete wav?

贡献者指南