feat: send audio

AudioSender runs in a separate thread to send audio from the microphone.

ref: N25B-119
This commit is contained in:
Twirre Meulenbelt
2025-10-22 15:10:27 +02:00
parent f8db719bfa
commit 0499cd8a24
7 changed files with 150 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
from __future__ import unicode_literals # So that `print` can print the Unicode strings in names
from __future__ import unicode_literals # So that `print` can print Unicode characters in names
import logging
logger = logging.getLogger(__name__)