Update device label

This commit is contained in:
Aleksandras Kostarevas 2024-06-01 16:53:14 +03:00
parent b60d2a9768
commit 009a60b141

View File

@ -436,7 +436,7 @@ class AudioRecognizer(
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.P) {
communicationDevice = recorder.activeMicrophones.joinToString {
getRecordingDeviceKind(it.type)
} + " (may be stale)"
} + "@"
}
}