Convert speech to text in flutter for desktop(Windows) application - flutter

I am developing a cross platform application in flutter and cannot find any sources for converting speech to text in desktop(windows).
I tried using packages like speech_to_text
I even tried google_speech in which it require an audio file to transcribe it to text. But, I could not find any package for taking microphone input in windows so that I can pass it to an API and get the text.
Is there any possible solution for this?

Related

Flutter Web : How to record particular widget and audio?

I am trying to build an application for web using flutter that can record a particular widget and audio using flutter. Is there any way I can achieve it?
I have already tried using these packages. But they either record the whole screen or export video in gif format which I cannot edit in web using packages like ffmpeg
screen_recorder
flutter_screen_recording

Instead of generating mp3 voice files can we make input text automatically speak in text to speech in google-cloud-api while sending text

I need to convert input text to speech , but web speech api it is automatically speaking the text without generating any audio files but there is no custom voices, so i am trying to use the google cloud api text to speech but i think in google api we have to generate the mp3 files then we have to use that files, my question is how can we make google cloud text to speech speak automatically without generating audio files like mp3..etc like web speech api.

How to send images using "flutter_open_whatsapp" package?

I am building an app that has to be able to send text and images directly to a specific WhatsApp number using this package https://pub.dev/packages/flutter_open_whatsapp. But the plugin has not implemented for the multimedia data. What exactly am I supposed to do?

Plugin/API for flutter for making a voice changing app?

I wanted to make an application which changes the recorded voice into a different sounding voice for ex. Robotic voice, thin voice(high pitched/childlike), heavy voice, funny voice etc.
I already have the recording functionality handled with a plugin, I only want a voice conversion functionality.
Please suggest some plugins/API's compatible with flutter.
I don't think anything like this exist in dart but you can use C plugin to do this using Dart:ffi (https://flutter.dev/docs/development/platform-integration/c-interop)

Is there any way in unity for number recognition?

I am trying to create a AR app which recognizes numbers.I was able to do the text recognition using vuforia but numbers I didn't find any such SDK.I am also ready to write the code using c# but I am not sure where to start.