Tiny Speech Synth in JavaScript
Tiny Speech Synth is a compact speech synthesizer by stan_1901 (Andrey Stephanov) written in C++.
This is a direct JavaScript port of that code. Try it out below!
Available phonemes:
- a, e, E, i, o, u
- b, d, f, g, h, j, k, l, m, n, p, r, s, S, t, T, v, w, z, Z
Grab the source code and enjoy!
Note: A different, trimmed-down crazily optimized JavaScript port of the same speech synthesizer is
used in p01’s JS1K entry.
Also, I used a subset of my version in THE A-WORD (a four-phoneme subset, obviously).