A server and a UI for converting Text to Speach with multiple voices.
Supports:
- Customizing the voice for an individual block of text or ssml
- Using text or SSML
To run the app do the following:
- Run the server with:
bazel run //java/com/jermowery/audio/server2:ApiServer
- Set the IP address of the server in app.component.ts for this.http.post
- Do
ng serve
Or
run run.sh