cpal icon indicating copy to clipboard operation
cpal copied to clipboard

Cross-platform audio I/O library in pure Rust

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

The Cargo.toml depends on two different versions of parking_lot, depending on which platform is used. If possible, these should be synchronized to 0.12. This came up in the context of...

Currently, the webaudio backend internally uses AudioBuffers chained together by AudioBufferSourceNodes' onended. These buffers need to be maintained regularly by the backend. Web Audio has another type of node that...

**Problem:** The `wasm-beep` example fails to run on Windows, giving the error "digital envelope routines unsupported". **Solution:** Upgrading Webpack from 3.* to 5.* resolved the error. > Note: This PR...

Bumps [terser](https://github.com/terser/terser) from 4.6.4 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...

dependencies

There are a couple of places where the links may be a little bit ugly in the source, but I opted to keep them when appropriate because the usability improvement...

This PR removes the `thiserror` dependency, and replaces it with handwritten Error implementations. The goal of this PR is to remove some dependencies and to shorten compile times for downstream...

For context, the Windows audio device properties allow you to configure the default sample rate and bit depth that should be used when an audio device is running in shared...

I cannot enumerate usb audio output devices on linux with alsa, either on an archlinux x86 laptop or a raspberry pi. `aplay -L` returns e.g.: ``` ... snip hdmi:CARD=PCH,DEV=4 HDA...

On Linux with alsa backed by pulse, I'm experiencing extremely erratic artifacts in the beep example. Sometimes they'll occur practically continuously, and sometimes they won't occur at all, but they're...

bug
platform - linux
host - alsa

Hi Thanks for making this library. I've hit a problem when trying to write unit tests for a function I've written that determines the best config to use for a...