cpal
cpal copied to clipboard
Cross-platform audio I/O library in pure Rust
I'm running into issues trying to run the examples with the asio feature turned on on I might be doing something wrong here, wondering if anybody can help. ``` C:\project\foo>cargo...
Tldr, nothing in cpal examples works, alsa backend errors. Otherwise audio on system functions just fine. Here are my cards and formats: Ok("default:CARD=Generic") Ok("sysdefault:CARD=Generic") ALSA lib /tmp/portage/media-libs/alsa-lib-1.2.5.1/work/alsa-lib-1.2.5.1/src/pcm/pcm_route.c:877:(find_matching_chmap) Found no matching...
I created a `cpal::StreamConfig` for an output device for ALSA backend with following parameters: `channels: 2` (or more, if 5 it crashes even earlier), `sample_rate: 44100` `buffer_size: Default` It panics...
I see there are some other issues similar to this, and I have been banging my head against the wall for a couple of days now with this issue which...
original issue here https://github.com/RustAudio/cpal/issues/414. there was also discussion in the 32 bit PR before it was split off https://github.com/RustAudio/cpal/pull/420
I am playing small tracks of audio (.mp3 and .wav files), with this code inside a thread, using the Rodio library: ``` let (_stream, stream_handle) = OutputStream::try_default().unwrap(); let sink =...
Hello, I apologise for writing here if this is the wrong place, but I couldn't find an obvious 'questions' forum Just a simple question; when calling the build_output_stream function, you...
I've been a happy user of cpal for playing around with sound but got bitten in my foot two times by the same behavior: I forget to persist the stream...
Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4. Commits ebdf849 1.3.4 ac57872 move all allocUnsafes to allocs for easier maintenance c64c950 1.3.3 0598ba1 fix .. in encodingLength 010aedb 1.3.2 0d0d593 backport encodingLength...