SmartAudioWhisperAdapter
Last updated
Last updated
This adapter transcribes the audio from the associated Wisej.NET control and updates the Control's Text property with the recognized text in the original language of the audio.
When the AutoRun property is set to true, this adapter automatically begins transcription as soon as the associated audio control starts playing its content.Otherwise, you need to manually initiate the transcription process by calling this.adapter.RunAsync(audio_control)
.