E. Schmidbauer
2015-03-05 15:34:35 UTC
Hello,
I'm trying to test out google's speech API using just simple curl command.
No matter what I try (different files/sample rates/etc...) google
returns an empty JSON result.
Here is my call:
curl -X POST --data-binary @audio/message.flac --header 'Content-Type:
audio/x-flac; rate=16000;'
'https://www.google.com/speech-api/v2/recognize?output=json&lang=en-US&key=___API_KEY___&maxresults=9&pfilter=0'
Any ideas?
Thanks,
E
I'm trying to test out google's speech API using just simple curl command.
No matter what I try (different files/sample rates/etc...) google
returns an empty JSON result.
Here is my call:
curl -X POST --data-binary @audio/message.flac --header 'Content-Type:
audio/x-flac; rate=16000;'
'https://www.google.com/speech-api/v2/recognize?output=json&lang=en-US&key=___API_KEY___&maxresults=9&pfilter=0'
Any ideas?
Thanks,
E
--
--
Chromium Developers mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+***@chromium.org.
--
Chromium Developers mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+***@chromium.org.