Crates.io | kira-cpal |
lib.rs | kira-cpal |
version | 0.1.0-beta.0 |
source | src |
created_at | 2021-12-05 00:37:28.061569 |
updated_at | 2021-12-05 00:37:28.061569 |
description | Kira backend for desktop targets |
homepage | |
repository | https://github.com/tesselode/kira |
max_upload_size | |
id | 492444 |
size | 10,174 |
kira-cpal
kira-cpal
is a Kira backend for desktop targets.
AudioManager
with a CpalBackend
use kira::manager::{AudioManager, AudioManagerSettings};
use kira_cpal::CpalBackend;
let mut manager = AudioManager::new(
CpalBackend::new()?,
AudioManagerSettings::default(),
)?;
This project is licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in kira-cpal
by you, as defined in the Apache-2.0 license, shall
be dual licensed as above, without any additional terms or conditions.