Skip to content

MalyutinS/DotNetIvonaAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DotNetIvonaAPI

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";

About

Ivona Text-to-Speech API implementation example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages