Microsoft Cognitive Services Speech SDK Samples
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.