Ivona Text-to-Speech API implementation example using C# language and the .NET Framework
This implementation based on the documentation from Ivona
Please, obtain your own keys to use API and replace two lines below with your values:
const string AccessKey = "AccessKey";
const string SecretKey = "SecretKey";