log intercom source

This commit is contained in:
Brett Jia
2023-01-12 07:23:37 -05:00
parent b09dd2fcdc
commit d1fbfb5774

View File

@@ -125,6 +125,8 @@ class BackgroundRTCPeerConnection:
logger.error("error detecting what input file and format to use")
raise
logger.info(f"Intercom sourced from {input} with format {format}")
def add_audio_background():
media_player = MediaPlayer(input, format=format, options=options)