def is_audio_complete()

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


def is_audio_complete(data):
    return data["type"] == "input_audio_buffer.commit"