in server/app/utils.py [0:0]
def concat_audio_chunks(chunks) -> AudioInput: return AudioInput(np.concatenate(chunks))