Notes:
Neural speech synthesis is a technology that uses artificial neural networks to generate synthesized speech. It is a type of text-to-speech (TTS) technology that is based on machine learning techniques and can produce more natural-sounding speech than traditional TTS systems.
Neural speech synthesis systems are trained on large datasets of speech recordings and text transcripts, and use machine learning algorithms to learn the patterns and relationships between text and speech. When given a text input, a neural speech synthesis system can generate synthesized speech that is designed to sound similar to the way a human would speak the same text.
Neural speech synthesis is used for a variety of purposes, including generating synthesized speech for use in voice assistants, automated customer service systems, and other applications where natural-sounding speech is desired. It is also used in research and development for speech and language processing, and in the development of assistive technologies for people with disabilities.
Resources:
- discourse.mozilla.org/c/tts .. mozilla tts discussion forum
References:
- A Survey on Neural Speech Synthesis (2021)
- Enhancing Monotonicity for Robust Autoregressive Transformer TTS (2020)
See also:
- as-ideas/transformertts .. transformer tts: implementation of a non-autoregressive transformer based neural network for text to speech.
- cpuimage/transformer-tts .. a tensorflow implementation like “neural speech synthesis with transformer network” port from openseq2seq
- deepest-project/transformer-tts .. implementation of “fastspeech: fast, robust and controllable text to speech”
- espnet/espnet-tts-sample .. text-to-speech (tts) of espnet.
- joovvhan/transformer-tts .. transformer-tts (and more!)
- kowaalczyk/reformer-tts .. an adaptation of reformer: the efficient transformer for text-to-speech task.
- mozilla/tts .. :robot: :speech_balloon: deep learning for text to speech (discussion forum: https://discourse.mozilla.org/c/tts)
- mutiann/few-shot-transformer-tts .. byte-based multilingual transformer tts for low-resource/few-shot language adaptation.
- neuraltts/transformertts .. transformer based tts.
- paddlepaddle/parakeet .. paddle parallel text-to-speech toolkit.
- poria-cat/transformer-tts-pytorch .. just a clear transformer tts implementation without train script
- sharangp/voice-transformer .. take a voice and transform it into another voice.
- shivamrajsharma/transformer-text-to-speech .. pytorch implementation of transformer-tts for converting text into speech.
- soobinseo/transformer-tts .. a pytorch implementation of “neural speech synthesis with transformer network”
- supikiti/awesome-tts-and-vc .. here is a summary of the conference papers we read.
- syoamakase/transformer_tts .. transformer model for text-to-speech (tts).
- thuhcsi/interspeech2020-monotonicity-transformer-tts .. please visit: https://thuhcsi.github.io/interspeech2020-monotonicity-transformer-tts/
- xcmyz/transformer-tts .. tts model based on transformer.