Skip to content

Releases: deepgram/deepgram-js-sdk

v3.7.0

18 Sep 19:17
Compare
Choose a tag to compare

3.7.0 (2024-09-18)

Features

  • add SpeakClient and example (a3112bc)
  • add SpeakLiveClient and LiveTTSEvents (39a535d)
  • finishing touches TTS live client (5da606d)
  • remove container from websocket speak options (2a03f9a)
  • rename reset method to clear, respond with "Clear" payload (b409f8d)
  • update AbstractLiveClient to handle binary data (a7feb78)

v3.6.0

29 Aug 16:57
Compare
Choose a tag to compare

3.6.0 (2024-08-29)

Features

  • add new models endpoints to SDK (630387d)

v3.5.1

05 Aug 18:04
Compare
Choose a tag to compare

3.5.1 (2024-08-05)

Bug Fixes

  • process is not defined in browser demos right now (984591d)

v3.5.0

12 Jul 14:24
Compare
Choose a tag to compare

3.5.0 (2024-07-12)

Features

  • implement no_delay (726f676)
  • implement multi-lingual (034d5b0)
  • implements finalize on the liveclient (cee0704)

v3.4.4

09 Jul 17:34
Compare
Choose a tag to compare

3.4.4 (2024-07-09)

Bug Fixes

  • missing type for detect_language which supports multiple strings OR a single bool (ebf07a5)

v3.4.3

09 Jul 14:21
Compare
Choose a tag to compare

3.4.3 (2024-07-09)

Bug Fixes

  • use correct import of EventEmitter (80e2331), closes #309

v3.4.2

09 Jul 14:07
Compare
Choose a tag to compare

3.4.2 (2024-07-09)

Bug Fixes

  • deprecation note in ListenLiveClient (a22824e)

v3.4.1

04 Jul 14:46
Compare
Choose a tag to compare

3.4.1 (2024-07-04)

Bug Fixes

  • correct spelling of LiveClient (ecf09df)

v3.4.0

02 Jul 17:31
Compare
Choose a tag to compare

3.4.0 (2024-07-02)

Bug Fixes

  • edit isBrowser to explicitly check for a window.document before dismissing it as not browser (5612f86)
  • merge clones by default (ff467bf)
  • remove erroneous file (785aff4)
  • resolves process undefined and logs more data for browser types (b62f2e3)

Features

  • abstract client rebuilt for namespace options (486fd86)
  • convert all legacy options to namespaced options (154ba30)
  • merge in new websocket transmitter changes (565ae2c)
  • plug live client into new options (8510726)
  • plug rest clients into new options (e2f3d8f)
  • rebuilding config and class interfaces (501d6d0)
  • switch to new websocket logic (331454e)
  • tie together namespace config with fetch and websocket options (a7a4752)

v3.3.5

21 Jun 14:57
Compare
Choose a tag to compare

3.3.5 (2024-06-21)

Bug Fixes

  • missing speaker in SyncPrerecordedResponse (#260) (119b53d)