0
Text to speech generation for punjabi language
Existing sounds are used for feature extraction . Extracted features are trained using Neural network. I need to generate speech from formant frequencies. Formant frequencies generated by neural network and coded with cascade filter. The speech signal is created according to punjabi text. But speech is not correct.
1 Resposta
+ 1
# Use Pyttsx3 To Make Your Device Speak!
# Use In Pydroid Or Python For Windows Or Repl It.
# Run This In Terminal Before Use: pip install pyttsx3
# Code By Sancho Godinho!
import pyttsx3
engine=pyttsx3.init()
engine.say('Your Text To Say')
engine.runAndWait()
# Hope This Helps 😊