I need to implement Speech to Text application using CC3100. I don't know any free api with out key or link to access that as done in your get weather sample (openweather.org).
can any one help me in that?
Regards
Vidushi
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I need to implement Speech to Text application using CC3100. I don't know any free api with out key or link to access that as done in your get weather sample (openweather.org).
can any one help me in that?
Regards
Vidushi
Hi Vidushi,
Can you please clarify your question?
Regards,
Ankur
Hi ANkur,
Thanks for your early response.
You please chk get weather example in CC3100-sdk in that see macro declaration
#define WEATHER_SERVER "openweathermap.org"
#define PREFIX_BUFFER "GET /data/2.5/weather?q="
#define POST_BUFFER "&mode=xml&units=imperial HTTP/1.1\r\nHost:api.openweathermap.org\r\nAccept: */"
#define POST_BUFFER2 "*\r\n\r\n"
if you google directly - openweathermap.org/data/2.5/weather?q=delhi
this will return weather for delhi in xml format. as similar is done i code i enter city name through command prompt using Visual studio & rest link will be made by your sample code.
so similarly i need link or api for speech to text there is no sample code for that.
can you help me how to use GET Command in that case & free link for that as in weather sample openweathermap.org is used..
Hi Vidushi,
I am not aware of any sever which provides speech to text services.
I suggest you to google it (or post on appropriate forum) as this is more of a general online web server service/availability related query.
Regards,
Ankur
Hi Vidushi,
I am closing this thread, if you have follow up queries please open a new thread and add a link to this one for reference.
Regards,
Ankur
Ankur,
You have not resolved my problem do you hve permission to close the threads without solving???
Try to solve this by sharing to your WI-FI SDK Team or to relevant person.
Regards
vidushi
Vidushi,
This example you are requesting for is not specific to the CC3100.
The purpose of the examples in the SDK is to showcase the users on how to use the API's and provide a platform to build further. We already have couple of examples in the SDK to showcase how to communicate with the cloud/web services.
Please take them as reference and build on it.
Regards,
Ankur