Jump to content
Sign in to follow this  
David Champion

Audio to Text Components

Recommended Posts

Is there a VCL library available to convert human voice audio into text?

It has to work without access to the internet, the English language preferably.

Share this post


Link to post

https://blogs.embarcadero.com/this-google-api-easily-adds-powerful-speech-recognition-to-apps/

https://github.com/halilhanbadem/delphi-google-speech-to-text

 

now, if you want just "read the text", you can use the "ISpeechVoice" from MS, just importing it in your IDE, nothing more:

  • Component -> Import component... type library sapi

 

image.thumb.png.9b0955ae3583c8454d0b3b4a12fc69fc.png

Edited by programmerdelphi2k

Share this post


Link to post

I have found the Windows.Media.SpeechRecognition namespace in Microsoft WinRT.

That may be a way forward without the Speech Recognition needing to connect to Azure.

 

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×