hi, i have a simple question - is somewhere available list of supported languages/language codes for google voice search API (freeform model)?
i have so far no luck to find this so if someone have a clue?
Related
Hi guys,
since Google Wave is retiring, even though it's a very interesting service, I had to search a similar service:
- One that is forum-like (make a topic, invite the right people, discuss)
- is easy to use (you can access on PC, phone, etc...)
- not in beta
- and kinda easy to work with (not necessarely "real time collaboration" just the main features)
So I found this so called Google Wave simulator called "Shareflow", I don't know if you guys heard about this one:
http://www.zenbe.com/shareflow
But apperently they have an iphone app:
http://itunes.apple.com/us/app/zenbe-shareflow/id377973788?mt=8
On another note I read about "porting", so I was wondering if someone tried to port this app from iOS to Android? Or an even important question: Does anybody found a similar service like Google Waves (preferably with an Android app).
Thanks for any feedback.
Hi everyone,
I need a list of all available wifi networks, but it seems Windows Phone does not allow that.
I don't need to submit the app to the marketplace. Thus, an interop/pinvoke solution would also be okay. Is there any possibility to get such a list? Does anyone have more information about that? It would also be great to get the signal strength of the networks.
Thanks in advance!
MSDN is your friend:
http://msdn.microsoft.com/en-us/library/gg159330.aspx
Not the simplest API I've ever seen, but it looks possible. OpenHandle->EnumInterfaces->GetAvailableNetworkList->CloseHandle. You might also want to use RegisterNotification and Scan before calling GetAvailable.
To write native code that can do this for you, and make it callable from managed code, see Heathcliff74's guide: http://forum.xda-developers.com/showthread.php?t=1299134
Does anyone know if google has opened source code for offline voice recognition ? And if yes, where can I find them ?
As I understood srec from nuance is not that - it is old online recognition system, right ?
Hey guys,
I am looking for a simple app to receive and view in realtime syslogs which
I forward from my pc to my android device.
I have searched and searched and searched and cam across a few servermonitoring tools
and nxlog. But those ar far to complicated or overdone for what i want.
Simply listen on udp port 1514 for example and watch the received messages directly on screen.
No need to write to disk, simply watch the de messages.
I couldnt find anything or I am searching with the wrong keywords.
Alternative would be following the logfiles which ar written on my pc, sort of baretail for android lol.
I hope anyone can put me in the right direction.
Thanks .
Lanbase
Hello
I am working on my dissertation & I want to use Google Speech API to distinguish users by there voice.
I have seen and imported the Google Speech API Sample from
https://github.com/GoogleCloudPlatform/android-docs-samples/tree/master/speech/Speech
Before I was trying to use DialogFlow (used to be API.AI), didnt have much luck. Thought it might be better to use Google Speech API instead.
is this even possible to start with?
I was also looking at "Actions on Google"
https://developers.google.com/actions/identity/user-info
thanks for any input
Have you figured out how to achieve it?