cpal icon indicating copy to clipboard operation
cpal copied to clipboard

Cross-platform audio I/O library in pure Rust

Results 259 cpal issues
Sort by recently updated
recently updated
newest added

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

I want to be able to use this library to control the volume and mute state of input and output `Device`s, ie: ```rust let input_device = host.default_input_device().unwrap(); println!("microphone mute state:...

feature request

Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. Changelog Sourced from ssri's changelog. 6.0.2 (2021-04-07) Bug Fixes backport regex change from 8.0.1 (b30dfdb), closes #19 Commits b7c8c7c chore(release): 6.0.2 b30dfdb fix: backport...

dependencies

The cpal wasm demo crashes on Safari. https://cpal-wasm-demo.nannou.cc/ `RuntimeError: Unreachable code should not be executed (evaluating 'rust_module.start()')` Any idea where I could look to dig into this?

All input samples are `0.0` on this mbp (15-inch, Mid 2015) running macOS 10.14.16 Using this code https://github.com/mlsteele/cpal-input-demo, only zero samples come out of the input stream. Other audio stuff...

platform - macos
host - coreaudio

Seems like examples are currently fitted for Android, which breaks them for every other platform. This is a bummer since I've used to run them during the troubleshooting as a...

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....

dependencies

Each platform has its own way of abstracting pauses, and cpal currently only expose a simple API (which probably has inconsistent behavior wrt following description). Many driver seems to implement...