Граф коммитов

446 Коммитов

Автор SHA1 Сообщение Дата
Ryan Hurey 2f6b8d650c Add support for intermediate result diarization. 2024-08-15 17:52:15 -07:00
BrianMouncer 9801153eb6 update sdk version to v-next(v1.41.0). 2024-08-14 10:53:30 -07:00
dependabot[bot] c12dc569cf
Bump braces and gulp in /tests/packaging (#845) 2024-07-10 09:33:51 +00:00
dependabot[bot] 57a152aacd
Bump braces and gulp (#831) 2024-07-10 09:21:49 +00:00
Yulin Li 45f1935db5
support background image and remote ice servers for avatar (#834)
* support background image and remote ice servers for avatar

* address comments

* address comments

---------

Co-authored-by: Yulin Li <yulili@microsoft.com>
2024-07-10 10:52:29 +08:00
Brian Mouncer 9cc225b9c4
fix expected translation. (#844)
* fix expected translation.

* Wreck a nice beach is failing again, I'll may need a new test audio file.

* Wreck a nice beach is failing again, I'll may need a new test audio file.
2024-07-09 15:58:20 -07:00
dependabot[bot] a56071e283
Bump ws from 7.5.8 to 7.5.10 (#835)
Bumps [ws](https://github.com/websockets/ws) from 7.5.8 to 7.5.10.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/7.5.8...7.5.10)

---
updated-dependencies:
- dependency-name: ws
  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-07-09 08:29:12 -05:00
Glenn Harper e89846a774
add globalThis binding for cloud worker scenarios #810 (#811)
* test globalThis binding

* eslint escape
2024-04-18 12:54:54 -04:00
Yulin Li 333f0b8ccc
support g722-16khz-64kbps audio output format (#815)
Co-authored-by: Yulin Li <yulili@microsoft.com>
2024-04-18 16:59:30 +08:00
Glenn Harper d72c8133d6
Update Bug-Report.yml (#807) 2024-04-06 22:26:18 +08:00
Yulin Li d87239b839
[tts] update the default voice to multilingual with auto language detection (#808)
Co-authored-by: Yulin Li <yulili@microsoft.com>
2024-04-06 22:24:47 +08:00
BrianMouncer 63ead64aea update master to v-next 2024-02-28 07:57:02 -08:00
Brian Mouncer ec9f3e1fb5
move ci pipeline into new ADO home (#798)
Migrating build agent pools and pipeline to new location in ADO.
No external effect...
2024-02-28 07:54:02 -08:00
Glenn Harper c835b4bf44
adds the onLogOutput callback to Diagnostics class (#793) 2024-02-13 13:23:40 -05:00
Glenn Harper 1a7b8a7a1a
skip sweden CTS test until service fix is rolled out (#791)
the failing pipeline is a work in progress, that should not have run for PRs.
The one that matters ran and passed.
2024-02-01 10:33:28 -08:00
Glenn Harper 695b592b71
Update Bug-Report.yml - latest versions (#773) 2024-01-31 08:55:57 -05:00
Iddo Gino b7903ff826
Remove __proto__ usage in RawWebsocketMessage.ts (#779) 2024-01-29 14:24:38 -05:00
Brian Mouncer f87fe1f729
Update build.yml for Azure Pipelines (#785) 2024-01-25 11:22:05 -05:00
Jimmy Leung 7a6ea07603
Some fix on VoiceInfo (#709)
* fix: modify tsconfig so that tsc recognize String.prototype.endsWith()

* fix: remove voicePath from VoiceInfo since it is not in web API.

* refactor: extract and re-use the `IVoiceJson` interface

* feat: Add Neutral to `SynthesisVoiceGender` according to the latest API

* feat: Add missing attributes to IVoiceInfo

---------

Co-authored-by: Yulin Li <liyulin@pku.edu.cn>
2024-01-24 11:49:51 +08:00
Yulin Li 11adb8591b
[avatar] set a timeout for ice candidate gathering (#782) 2024-01-19 11:19:35 +08:00
Glenn Harper 4682ec30a2
set build target to es2020 (#780)
* set build target to es2020

* make a trivial edit, to see if that will trigger a new PR build.

* change the ADO pool, just in case that is causing issues.

---------

Co-authored-by: BrianMouncer <48774897+BrianMouncer@users.noreply.github.com>
2024-01-09 21:41:09 -05:00
Orgad Shaneh f79b9f8868
Build as es2020 (#451)
Much easier to debug.
2024-01-09 18:01:40 -05:00
Yulin Li b062648064
show original error if avatar synthesis failed (#768) 2023-12-08 07:44:47 -06:00
Glenn Harper fb04a09bc9
revert initial changes to PCMRecorder and package.json (#766) 2023-11-29 22:30:11 -05:00
Yulin Li 8af94521f9
fix pronunciation assessment continuous tests failure (#761) 2023-11-15 09:14:24 -06:00
Glenn Harper 25819dfd2b
Update Bug-Report.yml (#754) 2023-11-15 10:04:41 -05:00
Glenn Harper a8ecf1a782
remove all require usage in SDK to allow browser operation (#760) 2023-11-08 15:48:29 -05:00
Glenn Harper 7144299d30
fix dialog service tests (#759) 2023-11-07 23:09:35 -05:00
Glenn Harper f5cb400d42
fix trailing space in comment on main file (#757) 2023-11-07 12:02:16 -08:00
Glenn Harper ddd6e0b923
changes to allow new install of node lib to work using ESM js output (#755) 2023-11-07 10:23:08 -05:00
Glenn Harper ee95b6997f
fix race condition in stopRecognizing (#751) 2023-11-03 09:07:59 -04:00
Yulin Li f2a2250cad
[pronunciation assessment] support prosody and content assessment (#749) 2023-10-27 22:07:04 +08:00
Glenn Harper 94aece7987
initial attempt to unbreak tests (#747) 2023-10-26 17:43:35 -04:00
Yulin Li 64921d3246
avatar synthesizer implementation (#737) 2023-10-26 10:27:17 +08:00
dependabot[bot] be71e20dd2
Bump @babel/traverse from 7.18.9 to 7.23.2 (#744)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-18 09:27:14 -04:00
Glenn Harper 6848253d1d
set language property on TranslationRecognitionEventArgs (#736) 2023-09-26 14:03:42 -04:00
Glenn Harper 8cb9e719f9
v2 translation hypothesis, conditionally import audioWorkerUrl method using import.meta (#735) 2023-09-25 13:42:19 -04:00
M-Hietala f468e86f49
Adding PhraseDetection mode Conversation for ConversationTranscriber (#731)
Co-authored-by: Marko Hietala <markhiet@microsoft.com>
2023-09-22 10:19:20 -04:00
Glenn Harper cd1c5f5bff
enable translations for v2 endpoints (#734) 2023-09-21 12:03:50 -04:00
Glenn Harper 6a9273d811
use trusted URL for AudioWorklet (#732) 2023-09-19 12:45:34 -04:00
Glenn Harper a34b15714f
remove onDisconnection call when connection closed (#728) 2023-08-31 19:52:19 -04:00
Glenn Harper 7a9f2bf6c4
disable failing autoSourceDetectConfig test (#727) 2023-08-30 18:28:11 -04:00
Glenn Harper 5ec0316622
allow audio worklet node load to be skipped if desired (#724) 2023-08-29 14:27:47 -07:00
Glenn Harper 5bc0ee9138
conversation auth token update propagates to translation service connection (#722) 2023-08-23 10:54:55 -07:00
Glenn Harper 13a7d71b9b
Port Web Worker fix for Timeout (#721) 2023-08-23 10:54:29 -07:00
Glenn Harper 4ccb5a0915
re-enable translation tests (#715) 2023-08-17 13:16:31 -04:00
M-Hietala dbb2578f08
removing meetingid optionality (#716)
Co-authored-by: Marko Hietala <markhiet@microsoft.com>
2023-08-15 13:16:48 -04:00
Glenn Harper 83c3c66a9b
Disable impacted translation tests (#707) 2023-08-02 20:12:06 -04:00
Glenn Harper 5a2c5eaf84
add bug report template (#706) 2023-08-02 11:15:43 -07:00
M-Hietala 781c830099
adding audio gating (#705)
Co-authored-by: Marko Hietala <markhiet@microsoft.com>
2023-08-02 12:59:44 -04:00