chrisjp / tts

A simple tool to demo text-to-speech using various services' voices. HTML5 and Vanilla JS.
https://lazypy.ro/tts
MIT License
63 stars 12 forks source link

Update voices.json #26

Open dcolewyatt16 opened 7 months ago

dcolewyatt16 commented 7 months ago

Add UberDuck and Suno voices

tobybear commented 7 months ago

This seems to be an incomplete commit? The added text at the end of the voices.json is not complete, making the json invalid.

chrisjp commented 7 months ago

Very incomplete. The voices themselves have not been included, furthermore, a class needs to be written so that each service can connect to its API. It's not as simple as adding voice IDs to the JSON file, that's merely for the user interface.