Skip to content

Microsoft Cognitive Services Speech SDK Samples

Compare
Choose a tag to compare
released this 19 Mar 19:22
· 535 commits to master since this release
1aca8ee
Added Java, C#, C++ and Python updates (#519)

* Added Java, C#, C++ and Python updates

* Commented out the code, and updated comment to 'uncomment' :)

* Made all main entry points in C# task-based, to remove .Wait()

* Converted if / else to switch

* Adjusted line length, to avoid scrollbar.

* Removed unnecessary .ConfigureAwait(false) invocations.