Skip to content

P1119r1m/DotNetIvonaAPI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 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

  • C# 100.0%