pub const fn is_same_audio_info(a1: &VSAudioInfo, a2: &VSAudioInfo) -> 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)
pub const fn is_same_audio_info(a1: &VSAudioInfo, a2: &VSAudioInfo) -> bool
Convenience function to check for if two clips have the same format while also including
sampleRate
(unknown/changeable will be considered the same too)