chrisjp / tts

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

Major refactor of PHP code + improvements and bug fixes #12

Closed chrisjp closed 1 year ago

chrisjp commented 1 year ago

The little proxy.php file had become a big mess of if/else statements and a lot of repeated code. This refactoring takes a more OOP stance and makes it significantly easier to add new TTS APIs. Additionally, some improvements and bug fixes are included.

New:

Changes:

Bug fixes: