gillesdemey/google-speech-v2
:speech_balloon: Reverse Engineering Google's Speech To Text API (v2)
This tool helps developers integrate Google's Speech-to-Text capabilities into their applications by directly interacting with an older, reverse-engineered version of the API. It takes audio input files (FLAC or 16-bit PCM) and outputs JSON text transcripts of the spoken content. Software developers looking to add voice transcription to their projects, particularly if working with legacy systems or exploring direct API interaction, would find this useful.
470 stars. No commits in the last 6 months.
Use this if you are a developer exploring direct, low-level integration with an older Google Speech API for transcription.
Not ideal if you need a robust, officially supported speech-to-text solution with higher request limits and broader features; Google Cloud Speech API is recommended instead.
Stars
470
Forks
82
Language
—
License
—
Category
Last pushed
Apr 18, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/voice-ai/gillesdemey/google-speech-v2"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
duncan3dc/speaker
A PHP library to convert text to speech using various web services
felipefacundes/brasiltts
Brasil TTS é um conjunto de sintetizadores de voz, em português do Brasil, que lê telas para...
mikopbx/ModuleRHVoice
Text to speech voice generator by the RHVoice algoritm
geekgirljoy/PHP
Examples of my PHP Code
m-nathani/speech_to_text
how to use the Google Cloud Speech API to transcribe audio/video files.