merge AudioHandler and AudioChopper; split audio module

This commit is contained in:
Jakob Ketterl
2021-04-11 14:40:28 +02:00
parent 1f91908e06
commit 9351e4793c
7 changed files with 374 additions and 367 deletions

View File

@@ -9,7 +9,7 @@ from owrx.service import Services
from owrx.websocket import WebSocketConnection
from owrx.reporting import ReportingEngine
from owrx.version import openwebrx_version
from owrx.audio import DecoderQueue
from owrx.audio.queue import DecoderQueue
import signal
import logging