cadia-lvl / LOBE

LOBE is a recording client made specifically for TTS data collections. It supports multiple collections, single and multi-speaker, and can prompt sentences based on phonetic coverage.
Apache License 2.0
5 stars 5 forks source link

Trim intermittent silence periods #11

Closed atliSig closed 4 years ago

atliSig commented 4 years ago

The current trimming strategy allows a user to:

Sometimes however, recordings have unwanted intermittent silence periods. For a waveform of e.g. 30K samples we might want to trim out the period from 10K to 11K and export the joined trimmed and joined waveform: [0;10K[ + ]11K; 30K].

atliSig commented 4 years ago

This falls under the work on the verify branch