Zain-Jiang / Speech-Editing-Toolkit

It's a repository for implementations of neural speech editing algorithms.
187 stars 19 forks source link

Automatic Stutter Removal #20

Open as1078 opened 8 months ago

as1078 commented 8 months ago

Are a text transcript, defined region, and definededited_region all required for inference and training on automatic stutter removal? Is there any way to provide only the raw audio and destutter it? If so, would this be done by running spec_denoiser.py or another script?