horizonasfen.blogg.se

Convert audio to text online tamil
Convert audio to text online tamil









Here in Speak_Btn_Click event, I am checking whether the TxtArea_Chk ( checkBox) is clicked or not, if it is clicked then the text of the text of TextArea_User ( richTextBox) will be passed to the Speak method of SpVoice class through concerned object my_Voice with the my_Spflag variable which is defined as " SVSFlagsAsync" (i.e.

CONVERT AUDIO TO TEXT ONLINE TAMIL UPDATE

SpeechVoiceSpeakFlags.SVSFIsFilename) // to update with Browse_Btn My_Voice.Speak(TextArea_User.Text, my_Spflag) Įlse if (TxtFilePath_Chk.Checked = true) In Form1_Load event, i am hiding a few objects which will be used as per need below.Ĭopy Code // Speak Button to Convert Text to Audio private void Speak_Btn_Click( object sender, EventArgs e) These sp_Rate and sp_Volume will pass their values to different sections. A few integral variables are there, they are sp_Rate initialized by "0" and sp_Volume initialized by "70". I will discuss every object in later sections. Here in the above code, I am defining a few objects as "spFileStream" of class SpFileStream, "spFilemode" of Class SpeechStreamFileMode, "my_SpObjToken" of SpObjectTokenClass, "my_Voice" of SpVoice Class.

convert audio to text online tamil

SpVoice my_Voice = new SpVoice() // declaring and initializing SpVoice Class int sp_Rate= 0,sp_Volume= 70 // integral variables declaration initialization private void Form1_Load( object sender, EventArgs e) SpeechVoiceSpeakFlags.SVSFlagsAsync // declaring and initializing // Speech Voice Flags SpObjectTokenClass my_SpObjToken = new SpObjectTokenClass() // declaring and // initializing SpObject Token Class SpeechStreamFileMode.SSFMCreateForWrite // declaring fileStreamMode as to // Create or Write SpFileStream spFileStream = new SpFileStream() // declaring and Initializing // fileStream obj

convert audio to text online tamil

InitializeComponent() // Method to initialize the Form1 Component. Public partial class Form1 : Form // Class Form1 is extended to Class Form (system) Copy Code namespace WindowsApplication1 // Namespace WindowApplication1 Started









Convert audio to text online tamil