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 d40dab5 commit 2e46f5bCopy full SHA for 2e46f5b
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+### v0.24.0
4
+* Renamed `ResultExtractor` to `ResultStream`, exposed it in speech-to-text/index.js
5
+* Added new SpeakerStream class to split results by speaker
6
+* Added new `resultsBySpeaker` option to `recognizeFile()` and `recognizeMicrophone()` to enable SpeakerStream
7
+* Fixed a bug in TimingStream where result_indexes would be lost (introduced in v0.22.0)
8
+
9
### v0.23.0
10
* Changed file player error.name from `UNRECOGNIZED_FORMAT` to `UNSUPPORTED_FORMAT`
11
(There are now two potential errors with this name: the file is recognized but the browser cannot play it, and the file type is not recognized.)
0 commit comments