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

27 Коммитов

Автор SHA1 Сообщение Дата
uneeqmo 17833b3aaa
Call the correct c-api method when releasing AudioDataStream (#98) 2023-05-31 12:46:04 -07:00
Andy KoKo bc6ffecd68
Add Phrase support (#64)
* Update speech_recognizer.go

Add Phrase support.
new func : NewPhraseListGrammarFromRecognizer, AddPhrase, Clear

* Update speech_recognizer.go

* Fixing issues + adding tests

Co-authored-by: Gerardo Lecaros <gerardo.lecaros.e@gmail.com>
2022-10-31 10:47:21 -07:00
Yulin Li ffc5f31d6c
Add 22050 and 44100 Hz output formats (#77) 2022-08-20 14:56:09 +08:00
Yulin Li 731ff62517
fix synthesis duration test regression - round 2 (#69)
* fix synthesis duration test regression - round 2

* also test on macos 12

* revert

Co-authored-by: Yulin Li <yulin.li@microsoft.com>
2022-06-09 10:26:53 -07:00
Yulin Li 07fc8e6b68
Fix synthesis test regression (#68)
Co-authored-by: Yulin Li <yulin.li@microsoft.com>
2022-06-07 22:25:17 -07:00
Yulin Li 1f12a3f6d3
Fix bugs in word boundary event (#67) 2022-06-07 22:29:35 +08:00
Yulin Li 67d87dbb2c
Add duration property of speech synthesis result, update word boundary (#57)
Co-authored-by: Yulin Li <yulin.li@microsoft.com>
Co-authored-by: Travis Wilson <35748617+trrwilson@users.noreply.github.com>
2022-04-14 11:44:56 -07:00
Glenn Harper 66bcc19fc6
Glharper/speaker package (#51)
* Initial VoiceProfile class, with test

* add voice profile client with create profile API

* add DeleteVoiceProfile API

* add ResetVoiceProfileAsync API

* add GetActivationPhrasesAsync API

* add EnrollProfileAsync API

* initial implementation for speaker recognizer class and support classes

* use speaker identification model in test

* add identification test

* Add verification tests, RetrieveEnrollmentResult API

* lint fix?

* another lint fix

* Add GetAllProfilesAsync API with test

* review feedback

* formatting

* add independent identification sample

* add independent verification sample

* remove comment

* remove another comment

* review feedback

* make newVoice*FromHandle methods private
2022-02-25 12:58:31 -08:00
Gerardo Lecaros 2f5dafd04b
Fixing osx build (#54) 2022-02-01 14:40:51 -08:00
Yulin Li e6ccf23d24
Error code of 'Invalid voice' should be 'BadRequest' (#52)
Co-authored-by: Yulin Li <yulin.li@microsoft.com>
2022-02-01 02:07:43 +08:00
Gerardo Lecaros 3c19a6c949
Bumping version to 1.19.0 (#48)
* Bumping version to 1.19.0
2021-11-08 09:07:05 -08:00
Gerardo Lecaros ef57ed7196
New lint only workflow (#45)
* New lint only workflow
2021-09-01 14:20:27 -07:00
Gerardo Lecaros cad535f8c5
Fix for leaking event args. (#41)
Adding code to cleanup event args when no handler is registered.
Releasing audio config properly.
2021-08-05 14:36:31 -07:00
Gerardo Lecaros 06dd42649c
Cleaning up properties on Close. (#38) 2021-07-28 09:38:08 -07:00
Yulin Li 919a9b5188
re-enable save file tests for synthesizer (#36) 2021-07-18 16:25:34 +08:00
Yulin Li a8d94ac096
TTS implementation: part 4 (#30) 2021-04-28 10:58:49 +08:00
Yulin Li f9ea6a13fc
fix typecheck errors found by linter (#26) 2021-04-23 16:37:15 +08:00
Yulin Li 797810098c
TTS implementation: part 3 (#28)
* TTS implementation: part 2

* fix ci

* fix ci

* fix ci

* remove pr build

* word boundary, viseme, bookmark

* voice list

* rename SR_ to SPEECH_ as TTS also uses it

* remove pr build

Co-authored-by: Yulin Li <yulin.li@microsoft.com>
2021-04-23 01:35:17 -07:00
Yulin Li 633b01c8f3
TTS implementation: part 2 (#27) 2021-04-13 07:05:27 +08:00
Yulin Li e31aad8418
implementation of TTS: part 1 (#24) 2021-04-02 14:34:43 +08:00
Gerardo Lecaros c33ca98755
Setting property to inform language being used. (#15) 2020-10-09 14:37:56 -07:00
Brandon Miller d815bc50a7
Adding godoc support for ref docs (#8)
* ref doc edits

* addressing PR comments

* one more update
2020-04-22 15:50:27 -07:00
Gerardo Lecaros 95bdab520a
Adding SR sample. (#6)
* Adding SR sample.
Fixing bug related to SessionStarted event.

* Bumping version for automation to 1.11

* run only on pushes to master.

* fixing tests.
2020-04-06 16:24:37 -07:00
Gerardo Lecaros 7978d49a26
API changes for 1.11 (#5) 2020-03-26 12:12:13 -07:00
Gerardo Lecaros cf915b61af
SpeechRecognizer bindings. (#3) 2020-03-16 11:33:17 -07:00
Gerardo Lecaros 93ca1c4f73
Improve sample code. Make it reference a proper version. (#2)
* Improve sample code. Make it reference a proper version.

* Fixing tests to work with new bot.

* Adding logging.
2020-03-10 14:10:53 -07:00
Gerardo Lecaros f3c11a4d15
DialogServiceConnector and related objects (#1)
Bindings for the DialogServiceConnector object and related objects.

Co-authored-by: Brandon Miller (ACAI) <brandom@microsoft.com>
2020-03-06 00:30:17 -08:00