Metadata-Version: 2.1
Name: neon-stt-plugin-google-cloud-streaming
Version: 0.2.7a1
Summary: A Google streaming stt plugin for Neon
Home-page: https://github.com/NeonGeckoCom/neon-stt-plugin-google_cloud_streaming
Author: Neongecko
Author-email: developers@neon.ai
License: NeonAI License v1.0
Keywords: mycroft plugin stt
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
Requires-Dist: google-cloud-speech (~=2.4)
Requires-Dist: google-api-python-client (~=1.6)
Requires-Dist: SpeechRecognition (~=3.8)
Requires-Dist: ovos-plugin-manager (~=0.0.1)
Requires-Dist: neon-utils (<2.0.0,>=0.5.7)

# NeonAI Google Streaming STT Plugin
[Mycroft](https://mycroft-ai.gitbook.io/docs/mycroft-technologies/mycroft-core/plugins) compatible
STT Plugin for Google Speech-to-Text.

# Configuration:
A json credential should be saved at: `~/.local/share/neon/google.json`.
JSON Credentials may alternatively be included in the tts configuration as shown below.

```yaml
tts:
    module: google_cloud_streaming
    google_cloud: {lang: en-us, credential: None}
```

