Is it possible to intercept audio data using google + hangout api? I am writing an application using g + hangout for Android and I would like to process the audio. To be precessive, I want to soften speech and use speech text (e.g. google search, sphinx) to create basic voice commands.
Since I have full control over the Android application, it doesn’t matter to me if I have a callback with audio data from the video call, or I can record audio using android AudioRecorder, and then somehow transfer this data to the google hangout (Although the latter solution would be better, because we could abandon the Android device). In fact, I would be pleased with any possible workaround that might work at this stage of the API.
source
share