kira-cpal

Crates.iokira-cpal
lib.rskira-cpal
version0.1.0-beta.0
sourcesrc
created_at2021-12-05 00:37:28.061569
updated_at2021-12-05 00:37:28.061569
descriptionKira backend for desktop targets
homepage
repositoryhttps://github.com/tesselode/kira
max_upload_size
id492444
size10,174
(tesselode)

documentation

README

kira-cpal

kira-cpal is a Kira backend for desktop targets.

Examples

Setting up an AudioManager with a CpalBackend

use kira::manager::{AudioManager, AudioManagerSettings};
use kira_cpal::CpalBackend;

let mut manager = AudioManager::new(
	CpalBackend::new()?,
	AudioManagerSettings::default(),
)?;

License

This project is licensed under either of

  • Apache License, Version 2.0 (LICENSE-APACHE)
  • MIT license (LICENSE-MIT)

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.

Commit count: 1092

cargo fmt