~alcinnz/rhapsode

ref: b130fb0bd67c92ef1b9bf9b65f2633c117e69913 rhapsode/src d---------
b130fb0b — Adrian Cochrane 4 years ago
update Accepts header for CSS assets.
edd84882 — Adrian Cochrane 4 years ago
Output audio cues in live speech.

Turned out I was overcomplicating things, all I needed to do was use file paths not URIs.
eSpeak NG handled it from there.
e3acf32e — Adrian Cochrane 4 years ago
Insert audio cues.
f04e3b5f — Adrian Cochrane 4 years ago
Don't delete downloads, was happening before use.
c07c8648 — Adrian Cochrane 4 years ago
Allow disabling of URL rewriting for SSML output.
943ea735 — Adrian Cochrane 4 years ago
Upload Types modules, & useragent stylesheet with audio cues.

Prevent websites (and userstyles) from overriding the link audio cue.
0a65b2c1 — Adrian Cochrane 4 years ago
Download CSS assets, including new useragent audio cues.

Audio cues are public domain from freesound.org and archive.org via elementary OS's sound theme.
49f4b9eb — Adrian Cochrane 4 years ago
Use libsndfile to write audio files.
8ff372bd — Adrian Cochrane 4 years ago
Import libsndfile, prepare to use it for writing audio files.
f5205f5d — Adrian Cochrane 4 years ago
Fix linking error, didn't expose Types.hs
4777781c — Adrian Cochrane 4 years ago
Export C APIs from files defining underlying functions.
8670cb04 — Adrian Cochrane 4 years ago
Remove dead imports.
5914c323 — Adrian Cochrane 4 years ago
Remove dead code.
487a2880 — Adrian Cochrane 4 years ago
Embed espeak-ng
395b9e46 — Adrian Cochrane 4 years ago
Add commandline flags.
43479697 — Adrian Cochrane 4 years ago
Output converted webpage.
505b29c3 — Adrian Cochrane 4 years ago
Partially fix segfaults, enough to continue on.

Still questions remain, and there's broken C APIs exposed.
489dd5c7 — Adrian Cochrane 4 years ago
Switch to C for I/O. FIXME currently segfaults.
832987a3 — Adrian Cochrane 4 years ago
Draft C Bindings, so C APIs can be used for I/O.
06d8ec36 — Adrian Cochrane 4 years ago
Prepare API to expose to C.

This'll be useful for accessing text-to-speech/vice-versa APIs.
Next