main: make the audio file processing and tts speaking async

This commit is contained in:
2026-06-02 22:50:07 +02:00
parent 2e880ca552
commit 1e6f88ab87
2 changed files with 54 additions and 40 deletions
+5
View File
@@ -0,0 +1,5 @@
#[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash)]
pub enum AudioRecordRequest {
Start,
Finish
}