Fix #29 by removing compression altogether

This commit is contained in:
msqr1
2025-04-03 19:42:02 -07:00
parent c64ae47ac7
commit 006199d103
11 changed files with 43 additions and 37 deletions

View File

@@ -1,5 +1,6 @@
#pragma once
#include "CommonModel.h"
#include <queue>
// Prevent naming conflicts with Vosk's Recognizer class
#define Recognizer Recognizer_