aar2dee2 commited on
Commit
8ede406
·
1 Parent(s): 55cb018

log output audio

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -130,6 +130,7 @@ def main(input_audio):
130
  response = agent.respond(transcript)
131
  logger.info(f"Agent response: {response}")
132
  output_audio = synthesizer.synthesize(response)
 
133
  return send_audio(output_audio)
134
 
135
  except Exception as e:
 
130
  response = agent.respond(transcript)
131
  logger.info(f"Agent response: {response}")
132
  output_audio = synthesizer.synthesize(response)
133
+ logger.info(f"output audio: {output_audio}")
134
  return send_audio(output_audio)
135
 
136
  except Exception as e: