export const isPlanarFormat = (format: AudioSampleFormat) => {
	return format.includes('-planar');
};
