coreaudio-rs icon indicating copy to clipboard operation
coreaudio-rs copied to clipboard

A friendly rust interface to Apple's Core Audio API.

Results 37 coreaudio-rs issues
Sort by recently updated
recently updated
newest added

Hi! I'm experiencing an issue that occurs when the number of samples provided by the callback set using "kAudioOutputUnitProperty_SetInputCallback" in AudioUnit.set_input_callback increases. On my device, this happens whenever a bluetooth...

As i understand it, an audio unit can have several inputs and several outputs, and an 'element' is just an index of one of those (https://developer.apple.com/library/archive/documentation/MusicAudio/Conceptual/AudioUnitProgrammingGuide/TheAudioUnit/TheAudioUnit.html). Therefore, it's should be...

Sorry if this issue is out of place, but I had no idea where else to ask this question. I've been working on `rust-vst2` (vst bindings for rust) and `ddcore`...

howdy people, I cant seem to find a forum post on this & really the questions I have. id rather ask here first before signing up to another forum thing....

Updates the requirements on [core-foundation-sys](https://github.com/servo/core-foundation-rs) to permit the latest version. Commits 3841d2b Merge pull request #465 from n-eq/publish_core-foundation f57966f Publish core-foundation-sys, core-foundation f7e0b97 Auto merge of #436 - AsafFisher:master, r=jrmuizel...

dependencies
rust

Despite specifying the macos target for documentation to build in our Cargo.toml, the build will still fail when building for docs.rs. This is because docs.rs attempts to build for macOS...

bug

Currently, features are used to gate compilation of support for different frameworks. So far, only the default feature set is tested in CI. We should ensure that compilation succeeds under...

Hello! This repo currently relies upon coreaudio-sys, and just lists version "0.2". My Cargo is defaulting that to "0.2.2", but "0.2.3" of coreaudio-sys has upgraded its bindgen version to the...

Each audio unit actually has **4** formats: - Input and output scope formats for the input element. - Input and output scope formats for the output element. #47 is related...

bug