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

401 Коммитов

Автор SHA1 Сообщение Дата
glenn 9636b9b945 lint errors 2023-08-16 10:39:18 -04:00
glenn 087c082946 add setter for authorization token 2023-08-16 10:28:15 -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
Glenn Harper 87227c826f
allow SpeechTranslationConfig to set property using id (#672) 2023-04-26 11:50:56 -07:00
Glenn Harper d071d11d1e
remove CertChecks class (#662) 2023-04-19 09:02:57 -07:00
Glenn Harper e6faf6b7fc
re-enable telemetry test for v2 service (#666) 2023-04-18 13:24:06 -04:00
Glenn Harper 628d560d5a
fix JS tests and v2 service handling post-exception revocation (#664) 2023-04-14 15:15:57 -04:00
Glenn Harper a79b92f5bd
remove ocsp code (#649) 2023-04-10 14:03:55 -07:00
Glenn Harper f37a6d245e
display words and words have same corrected offset (#640) 2023-03-22 09:01:01 -04:00
Darren Cohen f8d57c93b6
Add ref-doc comments related to service-side audio logging. Fix other (missing) comments. (#652)
Co-authored-by: Darren Cohen <darren.cohen@microsoft.com>
2023-03-15 12:19:42 -07:00
dependabot[bot] 8c7749c411
Bump webpack from 5.72.1 to 5.76.0 (#650)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-15 11:21:55 -04:00
Glenn Harper c5875d3be1
remove blob method from IAudioSource and implementing classes (#646) 2023-03-09 19:05:47 -05:00
BrianMouncer 0b6bb1ce15
update JS SDK version to V-next (1.27)... (#643) 2023-03-08 14:53:35 -08:00
Glenn Harper 2bcab1b1b9
Add StartConsoleOutput and StopConsoleOutput APIs (#641) 2023-03-06 13:36:05 -08:00
Glenn Harper bfd61aec27
Glharper/sid to usp (#530) 2023-03-02 11:17:23 -08:00
Glenn Harper 1db1f84fc3
add enable miscue property setter to PronunciationAssessmentConfig (#636) 2023-02-28 10:38:48 -05:00
Glenn Harper 2d98cf34a0
updated fix for speech seg timeout setting in continuous mode (#635) 2023-02-23 16:34:03 -05:00
Maddy Miller 7cd0ac248d
chore: update UUID lib and corresponding types lib (#617) 2023-02-22 19:14:27 -05:00
Glenn Harper 3c9a7ff8bf
lint fix (#633) 2023-02-22 13:16:26 -08:00
Jxpxn 5076d93f67
Added invalid nickname error for conversations (#615)
* Added string's length checks to the Contracts class

* Add the usage of the string's length checks for the ConversationImpl nickname

* Changed minimum nickname length from 1 to 2

* Fixed the throwIfNullOrTooShort method of Contracts

* Update Conversation.ts

---------

Co-authored-by: Japou Pou <remi.allard@menaps.com>
2023-02-22 11:40:07 -05:00
Glenn Harper 82b4eb8080
setting Seg timeout no longer overrides recognition mode (#630) 2023-02-21 17:07:23 -05:00
Glenn Harper 855f094028
remove got dependency to close vulnerability, use bent in tests (#628) 2023-02-14 11:49:52 -08:00
BrianMouncer cd27316c5e bump version in master to be v-next. 2023-02-09 12:13:55 -08:00
Glenn Harper 912f1ac2ac
Only use specific Reco types in specific ServiceReco classes. (#625) 2023-02-08 13:02:36 -08:00
dependabot[bot] b7d396a29f
Bump http-cache-semantics from 4.1.0 to 4.1.1 (#624)
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
- [Commits](https://github.com/kornelski/http-cache-semantics/compare/v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: http-cache-semantics
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-06 22:52:52 +08:00
Glenn Harper 7fc72513f7
Disable Sentence Boundary test temporarily (#619) 2023-01-20 15:39:24 -05:00
Ryan Hurey 8c7d4241a5
Add support for virtual microphone transcription endpoint to ConversationTranslator (#607)
- Set necessary query and headers for CT virtual microphone array endpoint
- Adds a new connection factory for the conversation translator
- Adds support for endpoint URLs with replacement strings for the region
- Bug fixes:
  - Guest joining ConversationTranslator
  - Virt mic array CT now works for guests

Co-authored-by: Ralph El Hage <ralphe@microsoft.com>
2023-01-12 18:03:26 -08:00
Glenn Harper 0a93934a3c
workaround for super method call not working on es2015 (#616) 2023-01-10 13:10:35 -08:00
dependabot[bot] db6c88743e
Bump json5 from 1.0.1 to 1.0.2 (#614)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-08 09:30:06 -05:00
dependabot[bot] 7361fb7a91
Bump json5 and webpack-stream in /tests/packaging (#613)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-03 21:23:43 -05:00
dependabot[bot] 912d9c7f76
Bump minimatch from 3.0.4 to 3.1.2 in /tests/packaging (#610)
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-21 15:54:25 +08:00
dependabot[bot] cd109f8aa8 Bump loader-utils from 1.4.1 to 1.4.2 in /tests/packaging (#594)
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yulin Li <liyulin@pku.edu.cn>
2022-12-21 15:53:51 +08:00
dependabot[bot] 02de91173f
Bump decode-uri-component from 0.2.0 to 0.2.2 (#600)
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-21 15:15:22 +08:00
dependabot[bot] 46f64da3aa
Bump decode-uri-component from 0.2.0 to 0.2.2 in /tests/packaging (#601)
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-21 15:14:49 +08:00
Glenn Harper 4ec7472de1
Increase maxHeaderSize to 4296 (#604) to fix reading some iOS WAV files
This is good only as a temporary fix. Need to fix the parser to read chunk sizes and skip them until you reach the "data" chunk. In this particular case, the iOS WAV file has a the Apple "FLLR" chunk that needs to be skipped. See https://stackoverflow.com/questions/6284651/avaudiorecorder-doesnt-write-out-proper-wav-file-header
2022-12-12 09:10:54 -08:00