Updated the processAudioLoop to mke sure that the buffer was always flushed after an output stream so we didn't miss any characters. Also made many modifications to the python script running on the Pico to ensure that we get dual inputs and neater outputs now.

This commit is contained in:
2026-02-09 14:48:55 +11:00
parent 75b63f91ea
commit f96189a509
2 changed files with 25 additions and 3 deletions

View File

@@ -21,8 +21,8 @@ android {
applicationId = "net.mmanningau.speechtokeyboard"
minSdk = 28
targetSdk = 36
versionCode = 14
versionName = "1.1.2"
versionCode = 15
versionName = "1.1.3"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}