-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGES.txt
76 lines (61 loc) · 1.4 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
0.1.2
-----
- Change previous change to be 1.25 seconds
0.1.1
------
- Keep 0.75s of data before speech starts to prevent cutting off of the first syllable
0.1.0
------
- BREAKING INTERFACE CHANGES
- pretty much all imports changed
- there is almost nothing compatible with previous versions in terms of imports
- the actual functions and arguments are still the same
0.0.13
------
- added listen_and_transcribe, continuous transcription
- refactored audiofile
- breaking change: STT api uses body instead of multipart upload
- this means previous versions of the SDK will not longer work
0.0.12
------
- fixed other python 2/3 library discrepancies
0.0.11
------
- fixed import bug in python 3
0.0.10
------
- INTERFACE CHANGED: 'to_speech' --> 'speech', 'to_text' --> 'text'
0.0.9
------
- Change default silence length
- Silence is trimmed even if unlimited recording length
- Added string representation for exceptions
0.0.8
------
- Add interpret service
0.0.7
------
- Functions to set keys and IDs
0.0.6
-------
- Better error handling
0.0.5
-------
- Update dependencies
- Use pydub for audio transformations
- Update API access
0.0.4
--------
- Use HTTPS for API endpoints
- Update silence threshold
0.0.3
--------
- Changed interface to use Text and Speech chaining
- Added listening/microphone capabilities
0.0.2
--------
- Added speech to text (basic)
0.0.1
--------
- Initial commit
- Added text to speech