Skip to content

Releases: Azure-Samples/cognitive-services-speech-sdk

Microsoft Cognitive Services Speech SDK Samples

04 Aug 17:37
3364214
Compare
Choose a tag to compare
remove broken links (#731)

* remove broken links

* postpone 404 link removal to get PR published

Co-authored-by: Ryan Hurey <RHUREY@MICROSOFT.COM>

Microsoft Cognitive Services Speech SDK Samples

03 Aug 21:47
27b4d5a
Compare
Choose a tag to compare
accompanying article link improvements (#728)

* accompanying article link improvements

* proper language-agnostic paths

* one slash please

Co-authored-by: Ryan Hurey <RHUREY@MICROSOFT.COM>

Microsoft Cognitive Services Speech SDK Samples

03 Aug 21:46
27b4d5a
Compare
Choose a tag to compare
accompanying article link improvements (#728)

* accompanying article link improvements

* proper language-agnostic paths

* one slash please

Co-authored-by: Ryan Hurey <RHUREY@MICROSOFT.COM>

Microsoft Cognitive Services Speech SDK Samples

03 Aug 21:45
27b4d5a
Compare
Choose a tag to compare
accompanying article link improvements (#728)

* accompanying article link improvements

* proper language-agnostic paths

* one slash please

Co-authored-by: Ryan Hurey <RHUREY@MICROSOFT.COM>

Microsoft Cognitive Services Speech SDK Samples

23 Jul 23:25
cb5a4e4
Compare
Choose a tag to compare
Brianem/1.13.0 samples public push (#745)

* push the 1.13.0 samples content to the public repo.

* update readme.md file with latest release names and dates.

* fix hard tabs in file, to prevent build failure in repository checks.

* convert cs fome from UTF-8 with BOM, to plain UTF-8.  any sounce file with a BOM header is a build break.

* missed some hard tabs.  trying again to remove the hard tabs that breaks the build in the repository validation checks script.

* trying one more time.  seams Visual Studio will not remove a hard tab that is inside a comment block.  So hopefully third time is a charm.

* two more tabs at the end of a comment, so maybe 4th time is a charm...

* new batch samples seem to require newer version of .Net SDK in order to target .net core 3.1.  I'm switching the samples build form VS17 to VS19 to see if that will fix the problem.

Microsoft Cognitive Services Speech SDK Samples

22 Jul 05:02
1b55985
Compare
Choose a tag to compare
174159

converted tabs into spaces (#738)

Microsoft Cognitive Services Speech SDK Samples

21 Jul 10:00
2e09feb
Compare
Choose a tag to compare
173621

update Python batch sample to use v3 API (#736)

Microsoft Cognitive Services Speech SDK Samples

21 Jul 08:51
16c980b
Compare
Choose a tag to compare
173586

added transcription result schema definition (#735)

Microsoft Cognitive Services Speech SDK Samples

08 Jul 07:24
0598f43
Compare
Choose a tag to compare
Add web hooks to custom speech sample (#705)

* Update c# sample to use v3 API.

* Remove unnecessary usings

* Improved readability
Fixed comment

* - proper paginating through transcriptions.
- add section in to reference from azure docs.

* Fixed code after testing it

* - switched to new project format
- using package references
- updated to .net 4.7.2
- fixed comments
- sorted usings
- moved usings into namespace declaration consistently

* Fixed grammar issue in comment

* Added webhook client and example and webhook receiver

* Fix compile issue
Added / update readmes

* Show invocationid too

* Make Main oldschool again

* Removed duplicated files
Fixed readme
Moved files to correct location
Added comments in code

Co-authored-by: BrianMouncer <48774897+BrianMouncer@users.noreply.github.com>

Microsoft Cognitive Services Speech SDK Samples

24 Jun 15:29
5651bde
Compare
Choose a tag to compare
162183

remove BOM from files (#698)