Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshat2512 committed Nov 30, 2024
1 parent 6dfda83 commit 3d852af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/speech_proccessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ async def process_audio_stream(audio_queue, response_queue):
# print(response_queue.qsize())
# print(prediction, len(audio_data) )

logger.info("%s, %d, %d", prediction, len(audio_data), threshold)
# logger.info("%s, %d, %d", prediction, len(audio_data), threshold)

if( prediction == 'Speech' and speech == 1):
audio_chunks.append(audio_data)
Expand Down

0 comments on commit 3d852af

Please sign in to comment.