Skip to content

Commit

Permalink
au component error
Browse files Browse the repository at this point in the history
  • Loading branch information
yury committed Nov 6, 2024
1 parent 270999f commit 9b47810
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cidre/src/at/audio/unit/component.rs
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,11 @@ pub mod err {
/// against the macOS 11 or later SDK.
#[doc(alias = "kAudioUnitErr_ComponentManagerNotSupported")]
pub const COMPONENT_MANAGER_NOT_SUPPORTED: Error = Error::new_unchecked(-66749);

/// On some platforms, this error is returned when a client attempts to initialize
/// a voice processor instance while another is initialized
#[doc(alias = "kAudioUnitErr_MultipleVoiceProcessors")]
pub const MULTIPLE_VOICE_PROCESSORS: Error = Error::new_unchecked(-66635);
}

pub mod component_err {
Expand Down

0 comments on commit 9b47810

Please sign in to comment.