We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb29367 commit cd5f30cCopy full SHA for cd5f30c
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+### v0.25.0
4
+* Fixed bug with recognizeStream failing to auto-detect content-type
5
+* RecognizeStream no longer sets any default options
6
+* recognizeMicrophone() and recognizeFile() methods now do set default options that were previously set by RecognizeStream
7
+* added new 'message' event to RecognizeStream that emits any message received over the WebSocket (mainly for debugging and demo usage)
8
+
9
### v0.24.0
10
* Renamed `ResultExtractor` to `ResultStream`, exposed it in speech-to-text/index.js
11
* Added new SpeakerStream class to split results by speaker
0 commit comments