Skip to content

Releases: speechmatics/speechmatics-js-sdk

v4.0.0

18 Jun 14:21
3becdb2
Compare
Choose a tag to compare

⚠️ Breaking changes

  • Replace createJob(...) with createTranscriptionJob(...).
  • Change call signature for createTranscriptionJob(...) and transcribe(...) to ensure users pass either a File/Blob or URL. See the examples/ directory for more information, including a new example file for URL transcription.

What's Changed

New Contributors

Full Changelog: v3.1.7...v4.0.0

v3.1.7

24 Jan 11:36
ed5471d
Compare
Choose a tag to compare

What's Changed

  • Add missing error types to RecognitionMetadata by @mnemitz in #36

Full Changelog: v3.1.6...v3.1.7

v3.1.6

11 Jan 13:23
b1bf409
Compare
Choose a tag to compare

What's Changed

  • Bugfix: pass auto chapters/topic detection configs by @mnemitz in #35

Full Changelog: v3.1.5...v3.1.6

v3.1.5

10 Jan 10:08
07b5026
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v.3.1.4...v3.1.5

v3.1.4

18 Dec 14:45
114c4fc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.3...v.3.1.4

v3.1.3

28 Nov 14:07
d3c8f8e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.2...v3.1.3

v3.1.2

25 Oct 12:35
e98772d
Compare
Choose a tag to compare

What's Changed

  • Add microphone input demo by @TudorCRL in #6
  • Fix: call isConnected in browser example by @TudorCRL in #13
  • update transcription_config example in readme to match type by @IsaacHook in #14
  • make it possible to use in chrome extension background script by @IsaacHook in #15
  • Include src in published assets by @penx in #17
  • Refactor polling to fix error propagation by @mnemitz in #19
  • Release v3.1.2 by @mnemitz in #22

New Contributors

Full Changelog: v3.1.1...v3.1.2

v3.1.1

13 Sep 12:58
6eb57ff
Compare
Choose a tag to compare

What's Changed

  • Fix: Allow Blob to be passed to sendAudio by @mnemitz in #10

Full Changelog: v3.1.0...v3.1.1

v3.1.0

13 Sep 10:11
4cb9bbd
Compare
Choose a tag to compare

What's Changed

  • Allow Blob to be passed directly when sending audio buffer by @mnemitz in #3
  • Replace Rome with Biome by @mnemitz in #4
  • Move babel and ws types to dev dependencies by @mnemitz in #5
  • Allow the transcribe method to accept output formats other than JSON by @mnemitz in #8
  • Allow optional file name when creating job by @mnemitz in #7

New Contributors

Full Changelog: v3.0.2...v3.1.0

v3.0.2

04 Sep 09:40
4573233
Compare
Choose a tag to compare

What's Changed

  • Update issue templates by @nickgerig in #2
  • Fix EndOfTranscript event firing twice and update example by @nickgerig in #1

New Contributors

Full Changelog: v3.0.1...v3.0.2