Hoan Luu Huu
40f70e3531
update speech utils version 0.0.63 ( #681 )
2024-03-12 09:12:18 -04:00
Hoan Luu Huu
06b066a3f2
update speech util to support whisper stream ( #657 )
...
* update speech util to support whisper stream
* minor editing of span attributes
* more span attrs cleanup
---------
Co-authored-by: Dave Horton <daveh@beachdognet.com >
2024-02-22 14:17:29 -05:00
dependabot[bot]
1b5f801830
Bump undici from 5.26.2 to 5.28.3 ( #647 )
...
Bumps [undici](https://github.com/nodejs/undici ) from 5.26.2 to 5.28.3.
- [Release notes](https://github.com/nodejs/undici/releases )
- [Commits](https://github.com/nodejs/undici/compare/v5.26.2...v5.28.3 )
---
updated-dependencies:
- dependency-name: undici
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-22 10:13:19 -05:00
dependabot[bot]
c2ae42a456
Bump ip from 1.1.8 to 1.1.9 ( #660 )
...
Bumps [ip](https://github.com/indutny/node-ip ) from 1.1.8 to 1.1.9.
- [Commits](https://github.com/indutny/node-ip/compare/v1.1.8...v1.1.9 )
---
updated-dependencies:
- dependency-name: ip
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-22 07:31:01 -05:00
Dave Horton
662b6d3d95
fix: elevenlabs caching with streaming
2024-02-12 21:08:41 -05:00
Dave Horton
42be9ff1ca
update to speech-utils with env to disable elevenlabs streaming (default is on)
2024-02-12 12:49:45 -05:00
Dave Horton
9c33a790bd
update to latest speech-utils ( #639 )
2024-02-08 15:54:45 -05:00
Dave Horton
75566bb268
bump to start 0.8.6
2024-02-07 08:51:05 -05:00
Hoan Luu Huu
a55f81676b
Tts/elevenlabs streaming ( #629 )
...
* update to fsmrf with fix
* changes to support elevenlabs tts streaming
* say: add vendor data to span
* bug: tts spans must include cached property
* add env for JAMBONES_USE_FREESWITCH_TIMER_FD
* fix bug in prev commit
* wip
* linting
* wip - caching files generating by streaming tts
* wip caching
* cleanup some logs
* handle tts streaming failure, write alert
* update node version dependency
* set timerfd on outbound call scenarios
* default model to nova-2-phonecall when using deepgram
---------
Co-authored-by: Dave Horton <daveh@beachdognet.com >
2024-02-07 08:49:36 -05:00
Dave Horton
aabf37e269
update db-helpers
2024-01-17 13:23:21 -05:00
Hoan Luu Huu
9d8291f892
Transcribe background task ( #576 )
...
* first draft
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* update verb-specification
* fix comment reviews
* provide bugname when stopping transcription, otherwise it will continue
---------
Co-authored-by: Dave Horton <daveh@beachdognet.com >
2023-12-26 21:50:51 -05:00
Hoan Luu Huu
3e8474867f
support deepgram ( #579 )
...
* support deepgram
* update speech utils
2023-12-26 07:46:35 -05:00
Dave Horton
7474a359a4
update to drachtio-fsmrf@3.0.33
2023-12-18 14:28:25 -05:00
Dave Horton
077460d0e2
Feat/multiset envs ( #569 )
...
* update to drachtio-fsmrf@3.0.31
* fix prev commits
2023-12-15 15:39:15 -05:00
Hoan Luu Huu
a7673c1819
update speech utils 0.0.31 ( #560 )
2023-12-05 20:47:16 -05:00
Hoan Luu Huu
0a0cbd57ba
support elevenlabs options ( #553 )
...
* support elevenlabs options
* elevenlabs options from synthezier
* wip
* fix
2023-11-30 09:28:12 -05:00
Hoan Luu Huu
a3c241b569
update drachtio-fsmrf new version for fixing amd and transcribe run parallel ( #543 )
2023-11-21 11:12:45 -06:00
Dave Horton
7c36a08852
Feat/dial via sip proxy ( #532 )
...
* add support for dialing via proxy with target.proxy
* update verb-specifications with support for target.proxy
2023-11-14 09:06:43 -05:00
Hoan Luu Huu
633237da1b
let realtimedb-help build configuration from env vars ( #526 )
...
* let realtimedb-help build configuration from env vars
* update speech-utils version
2023-11-14 08:57:50 -05:00
Dave Horton
708c2c661f
0.8.5
2023-11-09 12:36:04 -05:00
Hoan Luu Huu
87632c549e
feat support Whisper TTS ( #523 )
...
* feat support openai
* update speech utils version
2023-11-09 09:51:20 -05:00
Dave Horton
c6c599ab99
fix dialogflow tts bug (tts not working due to 'default' being assigned to label) and update to drachtio-srf with fix for parsing sip:1234@feature-server ( #518 )
2023-11-06 15:05:17 -05:00
Hoan Luu Huu
7fee2ba2dc
feat assembly ( #515 )
...
* fix
* wip
* wip
* wip
* wip
* fix review comments
2023-11-02 09:25:04 -04:00
Hoan Luu Huu
e73bef4af0
google custom voice ( #506 )
...
* google custom voice
* fixed
* wip
* wip
* wip
* wip
2023-10-30 20:10:30 -04:00
Dave Horton
67f8f7181a
#508 - add support for azureOptions.speechSegmentationSilenceTimeoutMs ( #509 )
...
* #508 - add support for azureOptions.speechSegmentationSilenceTimeoutMs
* update verb specs
2023-10-30 13:10:31 -04:00
Dave Horton
ddab4d7548
update to verb-specifications for handling SttTask properties
2023-10-28 14:20:26 -04:00
Dave Horton
916d988dbd
add support for deepgram smart_format option ( #500 )
...
* add support for deepgram smart_format option
* handle nonexistent hints
2023-10-25 14:29:38 -04:00
Hoan Luu Huu
24fccbdae5
Feat/devices call other ( #491 )
...
* calls between clients on same domain
* wip
* wip
* wip
* wip
2023-10-20 13:45:13 +02:00
dependabot[bot]
1ff4f01d64
Bump undici from 5.22.1 to 5.26.2 ( #486 )
...
Bumps [undici](https://github.com/nodejs/undici ) from 5.22.1 to 5.26.2.
- [Release notes](https://github.com/nodejs/undici/releases )
- [Commits](https://github.com/nodejs/undici/compare/v5.22.1...v5.26.2 )
---
updated-dependencies:
- dependency-name: undici
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-19 20:54:28 +02:00
Markus Frindt
0a2808e64e
Add schema validation to create-call req.body, validate app_json via verb-specifications ( #488 )
...
* Add schema for create-call, validate app_json via verb-specifications
* trigger new build
---------
Co-authored-by: Markus Frindt <m.frindt@cognigy.com >
2023-10-19 20:37:30 +02:00
Hoan Luu Huu
320baf4ac8
update speech version ( #485 )
...
* update speech version
* create elevenlabs credential for synthesis
* create elevenlabs credential for synthesis
2023-10-14 20:51:19 +02:00
Hoan Luu Huu
6a3e12e293
feat support refer teluri ( #476 )
...
* feat support refer teluri
* update drachtio source code
2023-10-10 08:42:52 -04:00
Hoan Luu Huu
48f2c57ae2
feat sip indialog actionHook ( #477 )
...
* feat sip indialog actionHook
* feat sip indialog actionHook
* feat sip indialog actionHook
* feat sip indialog actionHook
* update verb spec
* fix
* fix
* rename function as required _onRequestWithinDialog
2023-10-10 08:41:32 -04:00
Hoan Luu Huu
991fff3386
dual streams ( #467 )
...
* dual streams
* dual streams
* dual streams
* dual streams
* use sdp transform
2023-09-21 07:57:30 -04:00
Dave Horton
6a8a2aa955
update to provide hostport and model on the command line not via env ( #465 )
2023-09-13 13:53:00 -04:00
Dave Horton
a1793ac359
Speech vendor/cobalt ( #463 )
...
* initial changes for cobalt speech
* wip
* wip
* update to drachtio-fsmrf that supports cobalt
* update to verb-specifications with cobalt speech support
* more wip
* lint
* use node 18 with gh actions
* support for compiling cobalt hints
* fix bug in uuid_cobalt_compile_context
* update verb-specifications
* remove repeated code
* cobalt support for transcribe
* update to verb specs
2023-09-13 09:47:30 -04:00
Hoan Luu Huu
a09605fc51
update speech util version ( #458 )
2023-09-08 09:58:09 -04:00
Hoan Luu Huu
2935574440
feat pause resume transcribe ( #438 )
...
* feat pause resume transcribe
* wip
* fix jslint
* update fsmrf
2023-08-30 22:43:50 -04:00
Hoan Luu Huu
c10c561ba1
update speech util 0.0.20 ( #446 )
2023-08-30 22:43:08 -04:00
Hoan Luu Huu
dd74cb2cc6
update vulnerable xml2j version ( #440 )
2023-08-28 18:58:11 -04:00
Anton Voylenko
4cfea0707a
fix participant join options ( #432 )
...
* fix participant join options
* bump verb specifications
2023-08-19 14:18:13 -04:00
Hoan Luu Huu
f8c5abe9e9
feat: multi speech credential diff labels but same vendor ( #426 )
...
* feat: multi speech credential diff labels but same vendor
* update sql
* fix
* fix
* fix jslint
* fix review comment
* update verb spec version
2023-08-15 08:57:49 -04:00
Hoan Luu Huu
82939214a2
update stats-collector version ( #421 )
2023-08-07 21:22:10 -04:00
Dave Horton
e8e987cb9d
Fix/snake case customer data issue 406 ( #409 )
...
* revert recent change on silence trimming
* fix issue with incorrectly snake-casing customer data (#406 )
2023-07-27 22:31:43 -04:00
Dave Horton
38ea9e7411
update to speech-utils@0.0.18 which ignores trimming of silence on azure ssml audio
2023-07-25 07:51:46 -04:00
Hoan Luu Huu
7b11a56a53
feat siprec custom header ( #400 )
...
* feat siprec custom header
* wip
* update verb specification
* add newline to info siprec body
* add newline to info siprec body
2023-07-20 09:10:41 -04:00
Dave Horton
66305b5aea
feature: optionally trim silence from azure tts ( #399 )
2023-07-19 10:36:24 -04:00
Dave Horton
487bfd90d9
0.8.4
2023-06-28 09:23:40 +01:00
Hoan Luu Huu
810f6eb695
fix aws-sdk v3 ( #387 )
...
* fix aws-sdk v3
* fix jslint
* fix jslint
* fix aws response parser
2023-06-28 09:20:43 +01:00
Hoan Luu Huu
62bc6b4bac
feat: add fs service url to sbc ping option ( #383 )
...
* feat multi srs
* add fs service URL to SBC ping option
2023-06-23 11:13:08 +01:00