Text to speech generation for punjabi language | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

15th May 2018, 5:56 PM
Gurinder Kaur
Gurinder Kaur - avatar
1 Answer
+ 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 😊
25th Oct 2021, 6:37 AM
Sancho Godinho
Sancho Godinho - avatar