Releases: Azure-Samples/cognitive-services-speech-sdk
Releases · Azure-Samples/cognitive-services-speech-sdk
Microsoft Cognitive Services Speech SDK Samples
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
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
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
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
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
174159 converted tabs into spaces (#738)
Microsoft Cognitive Services Speech SDK Samples
173621 update Python batch sample to use v3 API (#736)
Microsoft Cognitive Services Speech SDK Samples
173586 added transcription result schema definition (#735)
Microsoft Cognitive Services Speech SDK Samples
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
162183 remove BOM from files (#698)