yaron-E92 / MAUISTT

Add Speech to text to my MAUI projects
GNU General Public License v3.0
1 stars 0 forks source link

Make the speech to text component #7

Open yaron-E92 opened 1 month ago

yaron-E92 commented 1 month ago

Short research revealed that the community toolkit for MAUI has a SpeechToText built in!! But instead of throwing what I've done so far away, I will leave it and make a SpeechToTextConverter that also implements the AudioRecorder but uses SpeechToText under the hood. The reason why, is to allow the user to pause, which the SpeechToText does not support on its own.

yaron-E92 commented 1 month ago

After a while, I'm testing on Android, and I find out the speech recognition stops automatically after a short while. I need to then activate the pause from it using a PausedAutomatically event, that the view model will subscribe to