glenn
7bb87b041c
Merge branch 'master' into glharper/buffer-copy-test
2024-01-25 11:30:29 -05:00
Brian Mouncer
f87fe1f729
Update build.yml for Azure Pipelines ( #785 )
2024-01-25 11:22:05 -05:00
glenn
0fb9441d9c
back to 2022
2024-01-24 15:21:55 -05:00
glenn
7708df2d6e
use old pool for CI build
2024-01-24 15:20:11 -05:00
glenn
3ceafb8cb0
copy of #778
2024-01-24 15:17:18 -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
Glenn Harper
30279f8927
use working key for tests, disable failing test until triage is possible ( #701 )
2023-07-27 13:12:41 -04:00
M-Hietala
583d7900db
adding meeting transcriber ( #685 )
...
* adding meeting transcriber
* meetingtranscriber single channel support without property
* change (#698 )
Co-authored-by: Marko Hietala <markhiet@microsoft.com>
---------
Co-authored-by: Marko Hietala <markhiet@microsoft.com>
2023-07-25 15:33:20 -04:00
Glenn Harper
e20e0650f8
fix change nickname behavior ( #696 )
2023-07-21 14:49:53 -07:00
Yulin Li
bca6f1e7cb
[pronunciation assessment] expose word level accuracy score and error… ( #695 )
2023-07-21 23:30:50 +08:00
dependabot[bot]
e1b94900b1
Bump word-wrap from 1.2.3 to 1.2.4 ( #692 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-20 11:34:54 -04:00
zeno
447c986acf
Added `DisplayName` to `VoiceInfo` to match the Web API ( #682 )
...
* Added 'DisplayName' in VoiceInfo Class
* Added 'DisplayName' in VoiceInfo Class
2023-07-19 15:06:43 +08:00
dependabot[bot]
053e74a0b2
Bump tough-cookie from 4.0.0 to 4.1.3 ( #688 )
...
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie ) from 4.0.0 to 4.1.3.
- [Release notes](https://github.com/salesforce/tough-cookie/releases )
- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md )
- [Commits](https://github.com/salesforce/tough-cookie/compare/v4.0.0...v4.1.3 )
---
updated-dependencies:
- dependency-name: tough-cookie
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-19 15:04:56 +08:00
Brian Mouncer
e687191b40
update master to v-next verison. ( #687 )
2023-07-07 13:24:51 -07:00
Glenn Harper
5b9dd35346
add result id ( #683 )
2023-07-05 14:50:29 -04:00
BrianMouncer
9fff0733c4
update master to v-next version number.
2023-06-14 14:40:08 -07:00
Glenn Harper
7947f916e3
update expected return text for translation test ( #681 )
2023-05-31 12:06:36 -07:00
Shiv Sarthak Sabhlok
04a442d9d7
Added 'LocaleName' in VoiceInfo Class ( #679 )
2023-05-19 06:44:11 -07:00
Glenn Harper
10efe02c9c
test changes for clid translation ( #675 )
2023-05-04 21:16:03 -04:00