pub type SharedAudioData = Arc<AudioData>;
Shared reference to audio data for memory efficiency
pub struct SharedAudioData { /* private fields */ }