pub const fn is_same_audio_format(
a1: &VSAudioFormat,
a2: &VSAudioFormat,
) -> boolExpand description
Convenience function to check for if two clips have the same format while also including
sampleRate (unknown/changeable will be considered the same too)