feat: send audio
AudioSender runs in a separate thread to send audio from the microphone. ref: N25B-119
This commit is contained in:
@@ -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__)
|
||||
|
||||
Reference in New Issue
Block a user