9e6e806947
Latest Codex app exposed a bug where redrawing the screen could cause speech to slip through even when it's turned off. Hopefully fixed now.
testing
Storm Dragon2026-08-21 18:36:04 -04:00
45019091ab
I think I fixed the import and export clipboard manual buttons. They work for me for now at least.
Storm Dragon2026-08-17 03:25:57 -04:00
68462d00cb
Fixed crash bug. Wide characters were sometimes causing an index out of range error. Now they are just treated as spaces.
Storm Dragon2026-08-17 02:26:04 -04:00
17b6e6f909
Attempt to decrease dectalk lag. Hoping you don't have to send settings over every time you want it to say something.
Storm Dragon2026-07-26 21:34:04 -04:00
fac3065c6a
More tweaks to dectalk driver. Think we're nearly there. Hopefully.
Storm Dragon2026-07-26 21:24:28 -04:00
e93aba109a
Fixes with the dectalk driver with rate, etc.
Storm Dragon2026-07-26 21:10:39 -04:00
11a4244cc3
Fixed some errors with my dectalk protocol implementation. Thanks Codex. :)
Storm Dragon2026-07-26 20:59:14 -04:00
9ac2e9e844
Found and hopefullyfixed a bug with fenrir watchdog.
Storm Dragon2026-07-26 20:44:50 -04:00
c863245c24
More attempts at getting this usb dectalk working.
Storm Dragon2026-07-26 20:18:17 -04:00
6d9260e79b
Fixed 2 speech-dispatcher bugs. First, multiword voice names were not available. Next, when the module changed the old voice name was carried in causing some modules to fail.
Storm Dragon2026-07-25 04:36:39 -04:00
28e4f8ab0c
Progress bar beeps now work on ffmpeg output.
Storm Dragon2026-07-12 15:06:44 -04:00
4d94b56ee9
Fix very high cpu usage when a console fenrir under root and an x fenrir under your user are running at the same time.
lilmike2026-07-01 23:44:12 -07:00
eb93a8aa62
Fixed a typo in tests/unit/test_hardware_speech_drivers.py. It was reading 9 bytes while comparing against a 10-byte payload. Thanks Samuel Thibault for finding and pointing this out.
Storm Dragon2026-06-27 16:59:05 -04:00
ad863ad706
Add ability for X clibpard and Fenrir's clipboard to stay in sync.
Storm Dragon2026-06-27 16:55:00 -04:00
2b7d205f06
Fixed some half-completed work in generic drivers. Minor -x bug fixes.
Storm Dragon2026-06-18 10:35:48 -04:00
fd5fe5b328
More progressbar updates. Removed Claud specific progress bar detection, hopefully caught now by generic progress bar updates. They do change it all the time, so it may work, but shouldn't be expected to do so.
xim
Storm Dragon2026-06-01 03:04:47 -04:00
0c4fe50606
Updated log names. Should be easier to find if you forget to delete old logs. Now just called fenrir.log, we don't tend to need to have multiple logs anyway.
Storm Dragon2026-05-30 14:16:23 -04:00
15f2435749
Hopefully fix some weirdness on tab completeion where it would read the entire screen instead of suggested tab completions.
Storm Dragon2026-05-30 13:56:25 -04:00
f1a8e6af21
Fixed long standing bug where bottom of screen played for both top and bottom, found a couple other things that were off in the process.
Storm Dragon2026-05-29 19:50:38 -04:00
788e678ed6
Attempted fix for some progress bars that were being skipped by progress bar detection.
Storm Dragon2026-05-24 14:13:29 -04:00
ea89e90c2f
Merge branch 'testing' Hopefully final release candidate for the new version.
Storm Dragon2026-05-23 18:59:14 -04:00
ce43d64e77
Removed auto as a hardware synth device option. It was too flakey.
Storm Dragon2026-05-23 18:58:55 -04:00
618987546a
Adjust timeout for auto detection. I forgot these devices would be slow because most of them are very old with much less speed than would be expected today.
Storm Dragon2026-05-23 18:41:42 -04:00
604221a29d
Attempt to make auto at least somewhat more reliable. Recommend that device be explicitly set if possible.
Storm Dragon2026-05-23 18:23:58 -04:00
89b85c6f17
Hardware synth code now verified working. New release candidate.
Storm Dragon2026-05-23 18:05:55 -04:00
f84167a7fb
Of course, soon as I feel things are stable enough to merge to master bugs come crawling out of the woodwork. Fix for being sure Fenrir switches out of its modal mode completely when leaving speech history.
Storm Dragon2026-05-21 01:07:01 -04:00
29a6c3eb42
A few teaks. Maybe close to actual release.
Storm Dragon2026-05-21 00:50:20 -04:00
ac7348895f
Speech history added, bound to fenrir+control+h.
Storm Dragon2026-05-20 21:02:56 -04:00
4caef89f6b
More work on sockets attempt to get socket command to standard daemon.sock to a running instance. Also, fixed a long standing misspelling in daemon, was deamon, so if your scripts that self-voice or whatever with fenrir no longer work, this is why, please update scripts to the new, correct, daemon.sock.
Storm Dragon2026-05-20 20:11:21 -04:00
8467bd74c3
New hardware synth support added. Untested, so consider this experimental.
Storm Dragon2026-05-20 18:02:51 -04:00
f09437ea60
Speculative fix for a sometimes speech crash bug.
Storm Dragon2026-05-19 01:54:09 -04:00
19194e73fc
Fenrir was not cleaning up after itself properly. Fixed several possible stale file bugs and hopefully this problem is now gone.
Storm Dragon2026-05-18 17:59:47 -04:00
096919a2da
Hopefully fixed bug where keys like super weren't being forwarded with bypass mode.
Storm Dragon2026-05-14 21:45:30 -04:00
b599a25945
Add more local sourced directories for scripts and sounds meaning each user can have own scripts and sound themes when using -x. Hopefully fixed the remainder of the random freeze bug.
Storm Dragon2026-05-12 17:23:50 -04:00
4022fc4006
Work on tightening up keyboard handling.
Storm Dragon2026-05-12 16:06:31 -04:00
ab7818fd4c
Attempt to prevent thread lock that is causing freeze.
Storm Dragon2026-05-12 12:42:57 -04:00
878eef5c5b
Tests updated. Attempt to fix remaining problems with forward keypress and numlock reporting.
Storm Dragon2026-05-12 02:32:26 -04:00
38ef1c2d72
Attempt to fix forward keypress and numpad state.
Storm Dragon2026-05-12 02:26:02 -04:00
57980225ad
Implemented local settings save in ~/.local/share/stormux. Also, I think I got interrupt on any keypress working better when using -x.
Storm Dragon2026-05-12 02:06:07 -04:00