Tags · olgeni/speechmatics-python · GitHub
Skip to content

Tags: olgeni/speechmatics-python

Tags

4.0.0

Toggle 4.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version bump and add changelog entry for making metrics dependencies …

…optional via extras_require (speechmatics#125)

3.0.6

Toggle 3.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support the EndOfUtterance message

* Prints [EndOfUtterance] in text mode, prints the full message in json mode.
* Adds a command line parameter for setting the end of utterance silence trigger.

3.0.4

Toggle 3.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added new parameter [prefer_current_speaker] for Diarization. Also ex…

…posed [speaker_sensitivity] for RT (was batch only). (speechmatics#120)

3.0.3

Toggle 3.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feature/search replace api (speechmatics#116)

* Support the upcoming API for search/replace in transcript

3.0.2

Toggle 3.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
update CHANGELOG and VERSION (speechmatics#114)

3.0.1

Toggle 3.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed language code getting added to URL query parameter (speechmatic…

…s#111)

3.0.0

Toggle 3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make speechmatics client compatible with websockets 14.0 (speechmatic…

…s#110)

2.0.3

Toggle 2.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow versions of websockets from 10.0 up to and including 13.1 to fi…

…x extra_headers compatibility issue (speechmatics#109)

2.0.2

Toggle 2.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feature/add get speakers support (speechmatics#107)

* Add GetSpeakers and SpeakersResult client / server messages

* update changelog

* Mark the new feature as internal only.

* changelog date fix

2.0.1

Toggle 2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Refactor mutable default parameters in run function (speechmatics#104)