Project description
Simple way to access google api for speech recognition with python
Usage
Example:
from pygsr import Pygsr
speech = Pygsr()
speech.record(3) # duration in seconds (3)
phrase, complete_response = speech.speech_to_text('es_ES') # select the language
print phrase
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pygsr-0.1.tar.gz
.
File metadata
-
Download URL:
pygsr-0.1.tar.gz
- Upload date:
- Size: 14.4 kB
- Tags: Source
-
Uploaded using Trusted Publishing? No
File hashes
Hashes for pygsr-0.1.tar.gz
Algorithm |
Hash digest |
|
SHA256 |
0f205b76cbb6bebd4faf5c743973b25e344c89e4dc5dbb907424cb72c576094f |
|
MD5 |
993b3cdb6651d05a250963bf423909d1 |
|
BLAKE2b-256 |
d61a4d495835241ab9a1a7e549a54e93cc8b1a69583cbf19a27f79f2b579b721 |
|
See more details on using hashes here.