Skip to content
This repository has been archived by the owner on Jul 28, 2018. It is now read-only.
/ uncannly-tts Public archive

a tiny little app that uses Ivona to convert IPA to .mp3

Notifications You must be signed in to change notification settings

Uncannly/uncannly-tts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Uncannly-tts

The Web Speech API built into browsers doesn't do IPA, so I had to use Ivona.

So I had to build myself a tiny little Spark backend.

mvn clean package
cf push

To run locally:

java -cp target/tts-0.0.1-jar-with-dependencies.jar PhonemesToSpeech

Then you can GET http://localhost:4567/pts?word={someIPA}.

For it to work, you'll need to sign up for Ivona and put your credentials into src/main/resources/IvonaCredentials.properties in this form:

accessKey = {your access key}
secretKey = {your secret key}

About

a tiny little app that uses Ivona to convert IPA to .mp3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages