Function is_same_audio_format

Source
pub const fn is_same_audio_format(
    a1: &VSAudioFormat,
    a2: &VSAudioFormat,
) -> bool
Expand 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)