audio: Implement save/restore of jack port configuration

This commit is contained in:
2026-06-08 20:39:15 +02:00
parent 26f56d8518
commit 114f1ea4df
2 changed files with 87 additions and 8 deletions
-1
View File
@@ -22,7 +22,6 @@ mod tts;
mod prediction;
mod audio;
// TODO: We should have a separate 'state.json' file, which remembers jack connections, and the world time for the show to end. Then we only update the 'time remaining' field in the scene and only deal with relative durations inside the scene data
// TODO: We should be able to delete entries from the conversation, or at least go back and edit something I said.
// TODO: I want a "mark" command or keyboard shortcut, that inserts a marker into the log, so I know where to come back for the next speaking segment.
// TODO: If we insert text without speaking, this should be indicated visually somehow