Ccode-lang

Results 57 comments of Ccode-lang

@Thijs0x57 it does not seem to change that link.

Did you test multiple times because recognise google works by sending the data to google through requests library. Google could have updated their recogniser between the two times.

Another more likely possibility is that the microphones are different on the two computers.

Look on the homepage of the repo.

```python if key is None: key = "AIzaSyBOti4mM-6x9WDnZIjIeyEU21OpBXqWBgw" url = "http://www.google.com/speech-api/v2/recognize?{}".format(urlencode({ "client": "chromium", "lang": language, "key": key, "pFilter": pfilter })) ``` Looks like this is handled on the server side....

You can try lowering `r.pause_threshold`. Just don't lower it to low or it won't catch your entire phrase.

The pastebin shows that the c library is having errors. The pi's c library is different sometimes and is not compatible with a lot of libraries.

Hello, it is not clear what is wrong, not all the needed fields are filled.