how can we generate different speech waveforms in matlab? i dont know any basics about speech procesing.;but i want to start a project on it!.

1 view (last 30 days)
how can we generate different speech waveforms in matlab? i dont know any basics about speech procesing.;but i want to start a project on it!. can u also specify what are the hardware or software needed for doing the project.

Answers (2)

Image Analyst
Image Analyst on 12 Jul 2014
NET.addAssembly('System.Speech');
obj = System.Speech.Synthesis.SpeechSynthesizer;
obj.Volume = 100;
Speak(obj,'how can we generate different speech waveforms in matlab?');

Star Strider
Star Strider on 12 Jul 2014
I’m not certain what you want to do, but the Sinewave Speech Analysis/Synthesis in Matlab from Columbia University (U.S.) looks interesting. I got several hits when I did that search, so if you do a search, you might find something more appropriate to your intended application.

Categories

Find more on Signal Processing Toolbox in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!