Click here to Skip to main content
15,891,751 members

Comments by QwertyXoid (Top 3 by date)

QwertyXoid 9-Apr-11 7:28am View    
Wow :) a lot of questions...
I didnt exactly understood how am I going to code that. I've never touched audio issues before. I'm used to find examples and then check each part of it, to understand it.
1) You know what this project supposed to do(if you ment the technical purpose), Im developing it to train my self in diffrent areas(this is the purpose for me).
2) You mean the control I want to draw the spectrum on? If yes, then its a pictureBox.
3) Speech recognition works fine for me, the problem is with the spectrum of the TTS.
4) Didnt understand the question :(
5) I think that I work with the default engine class, but I'm not sure. How can I check this?
6) I did run the spectrum analysis parts, and they did work fine for the InLine audio.
Thanks, QwerrtyXoid.
QwertyXoid 8-Apr-11 15:15pm View    
I'm sorry I didnt answer your expectations :(
And also... I'm sorry that I didnt actually understood your answer :(
I understood the global logic, but I'm pretty much still basic-developer, I've started exploring C# about 6 month ago. Mostly learning from examples.
So if you got any example for me, I would be VERY glad :)
QwertyXoid 8-Apr-11 14:21pm View    
Its a small helper, that uses Text-to-Speech to notify the user, and uses recognizer to listen to the user, and his commands.
So I hoped that its possible to show the spectrum for the part of the Text-to-Speech... To make the helper look a little more cool/techy...