Codex was able to port KittenTTS to JavaScript

(github.com)

4 points | by jokkebk 6 hours ago ago

3 comments

  • akssassin907 6 hours ago

    Nice to see a real-world example of Codex handling a port like this. The browser first approach makes sense for TTS, being able to run it locally without a server is a big deal for privacy. Curious how the output quality compares to the original...?

  • jokkebk 6 hours ago

    Output quality was initially quite horrible, but turned out the phoneme stuff (espeak library) was not used but a brute force method. After I asked Codex to add the same library (a WASM port I think) and using that (already in the code now), the output quality should match the original exactly. The speed is not too bad on my Macbook Pro (M3) either.

  • 6 hours ago
    [deleted]