You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library supports absolutely all Yandex SpeechKit methods including “Streaming mode for short audio recognition”. For more information please visit [Yandex Speechkit API Docs](https://cloud.yandex.com/en/docs/speechkit/).
For more information please visit [Yandex Speechkit API Docs](https://cloud.yandex.com/en/docs/speechkit/). This lib
14
+
supports short and long audio recognition of speechkit
8
15
9
16
# Getting Started
10
17
@@ -25,13 +32,14 @@ $ python -m pip install .
25
32
python -m pip install speechkit
26
33
```
27
34
28
-
# SpeechKit documentation
35
+
# Speechkit documentation
29
36
30
-
See [speechkit readthedocs](https://yandex-speechkit-lib-python.readthedocs.io/en/latest/index.html) or [speechkit docs in PDF](https://yandex-speechkit-lib-python.readthedocs.io/_/downloads/en/latest/pdf/) for more info.
37
+
See [speechkit docs](https://yandex-speechkit-lib-python.readthedocs.io/en/latest/index.html) for more
There are support of synthesis, recognizing long and short audio. For more information please read [Documentation](https://yandex-speechkit-lib-python.readthedocs.io/en/latest/index.html).
42
+
There are support of recognizing long and short audio and synthesis. For more information please read docs below.
35
43
36
44
First you need create session for authorisation:
37
45
@@ -88,12 +96,6 @@ synthesizeAudio.synthesize(
88
96
)
89
97
```
90
98
91
-
# TODO
92
-
93
-
- Provide wide range of exceptions (There is only `speechkit.exceptions.RequestError` right now)
94
-
- Add troubleshooting headers to `speechkit.Session`
0 commit comments