Glossary › tts
GLOSSARY
tts
appears in 1 paper titles
Definition
Text-to-speech: turning a written string into an audio signal. Modern systems are typically two stages — an acoustic model that maps text to an intermediate representation, usually a mel spectrogram, and a vocoder that converts that representation into a waveform. TTS is the inverse of ASR (speech recognition), and papers often optimize the two stages separately even when they ship as one product.