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
Update changelog and version for multichannel. (#139)
* Update changelog and version for multichannel.
* bump to version 5.0.0
---------
Co-authored-by: James Walker <jamesw@speechmatics.com>
Fix channel_diarization label in wrong class (#135)
* moved channel_diarization_labels to common inherited class
* update changelog and version
* add optional to channel_diarization_labels
---------
Co-authored-by: James Walker <jamesw@speechmatics.com>
Patch missing is_binary flag for multichannel mode (#134)
* Add missing flag for multichannel
* Update changelog and version
---------
Co-authored-by: James Walker <jamesw@speechmatics.com>
DEL-24775 - Support Multichannel Mod (#121)
* This change introduces support for multichannel mode into the Python client.
* For the time being, multichannel mode is supported only for files in realtime mode.
* This change also implements tests required to ensure functionality.
---------
Co-authored-by: James Walker <jamesw@speechmatics.com>