bumped version on setup.py, updated README with new support for Google Speech API

This commit is contained in:
2019-03-07 02:34:50 -05:00
parent d30ecad583
commit 3aa2604ab2
2 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ formats.
$ tpro --help
Usage: tpro [OPTIONS] JSON_PATH_OR_DATA [amazon|gentle|speechmatics]
Usage: tpro [OPTIONS] JSON_PATH_OR_DATA [amazon|gentle|speechmatics|google]
[universal_transcript|viral_overlay]
Options:
@@ -36,11 +36,11 @@ formats.
- [Speechmatics](https://www.speechmatics.com/)
- [Amazon Transcribe](https://aws.amazon.com/transcribe/)
- [Gentle](https://github.com/lowerquality/gentle)
- [Google Cloud Speech-to-Text](https://cloud.google.com/speech-to-text/)
## Planned
- [Watson](https://www.ibm.com/watson/services/speech-to-text/)
- [Google Speech](https://cloud.google.com/speech-to-text/)
- [Mozilla's new open-source STT thing](https://github.com/mozilla/DeepSpeech)
# Output Formats

View File

@@ -6,7 +6,7 @@ with open('README_PYPI.md') as file:
setup(
name="tpro",
version="0.09",
version="0.1",
url='https://github.com/zevaverbach/tpro',
install_requires=[
'Click',