Skip to content

JesperMjornman/Google-STT-Implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Google Speech Recognition

Implementation of retreiving sound from a microphone and fetching the Speech To Text using Google Clouds API. The Python implementation allows for "unlimited" length of recordings but the recommended length is still < 1 minute per recording.

Each named folder contains different code implementations (such as C# and Python).

Note that each implementation require an API - key from Google. This is expected to be in _key/GAPI.json and if it is not it should be defined on construction of object.

C#

  • Add Asynconous recognition.
  • Add recognition outside of forms.

Python

  • Add Asynchronous recognition for larger files.
  • Add support for streaming recognition.
      • Make recognition async.

Warnings

Should be noted that the latest version is NOT tested as it is from another project. main.py presents a somewhat outdated implementation example.

About

Classes utilizing Google API for speech recognition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published