playback issue
This commit is contained in:
parent
04e8c0245d
commit
4893616a5a
|
|
@ -497,7 +497,9 @@ class ARIABridge:
|
|||
# Audio-Hardware pruefen (fuer lokales Mikro/Lautsprecher)
|
||||
self.audio_available = False
|
||||
try:
|
||||
sd.query_devices()
|
||||
devices = sd.query_devices()
|
||||
# Pruefen ob ein Output-Device existiert
|
||||
sd.query_devices(kind='output')
|
||||
self.audio_available = True
|
||||
logger.info("Audio-Geraet gefunden — Wake-Word und lokale TTS aktiv")
|
||||
self.stt_engine.initialize()
|
||||
|
|
|
|||
Loading…
Reference in New Issue