~alcinnz/rhapsode

5199f051 — Adrian Cochrane 2 years ago
Integrate Voice2JSON for voice command input.

Ended up coding the commandline in Haskell because that, somewhat surprisingly,
had better APIs for the purpose than C. Turned out to be well worth navigating the language barrier.
4ab0d7f7 — Adrian Cochrane 2 years ago
Initialize Voice2JSON for speech recognition!
f53c0d8e — Adrian Cochrane 2 years ago
Revert PocketSphinx integration.
37c49eb4 — Adrian Cochrane 3 years ago
Document licensing of sorting sounds.
5a7d72df — Adrian Cochrane 3 years ago
Mark which column a table is sorted on.

Both for the listener (via audio cue) & generating descending links.
36444201 — Adrian Cochrane 3 years ago
Implement sortable tables (TODO attach aria-sort attrs).
49f50591 — Adrian Cochrane 3 years ago
Bundle readStrict implementation.
2b90b1d2 — Adrian Cochrane 3 years ago
Repair broken useragent stylesheets. FIXME: Why is this syntax broken?
48e8ad21 — Adrian Cochrane 3 years ago
Fix secondary segfault on Arch.
6df35fca — Adrian Cochrane 3 years ago
Fix one segfault on Arch.
0caaae1b — Adrian Cochrane 3 years ago
Update newly-tested build instructions.
989a5032 — Adrian Cochrane 3 years ago
Ease fixing buildsystem for unexpected current directories.
481a1088 — Adrian Cochrane 3 years ago
Drop outdated dependencies.
b294801b — Adrian Cochrane 3 years ago
Broaden supported base library versions.
81f71e35 — Adrian Cochrane 3 years ago
Expand supported base versions.
6a74162a — Adrian Cochrane 3 years ago
Release Rhapsode 4!
ff8179ab — Adrian Cochrane 3 years ago
Improve <table> interaction, allowing jumping to start.

Accidentally include table cell numbering in previous toot.
ca5e0017 — Adrian Cochrane 3 years ago
Fix freezes & crashes.
fa07e2d4 — Adrian Cochrane 3 years ago
Switch to event-based input & integrate CMU PocketSphinx.
d57e119d — Adrian Cochrane 3 years ago
Refactor to use GLib event-based input.

So I can receive PocketSphinx's events via GStreamer!
Next