def is_new_audio_chunk()

in server/app/utils.py [0:0]


def is_new_audio_chunk(data):
    return data["type"] == "input_audio_buffer.append"