Hi,
I found that only mono input is supported now for the annotate_with_whisper function. Will the multi-channel input work in the future? Or I only need to keep the first channel, what should I do? Thanks so much.
logging.warning(
f"Skipping recording '{recording.id}'. It has {recording.num_channels} channels, "
f"but we currently only support mono input."
)
continue