rodio
rodio copied to clipboard
Rust audio playback library
 As above, I want to remove the existing sink playback and play the new audio. But it seems to me that only the Sink::stop method stops existing playback. However,...
This is an example of loading files and playing them several times after reading issue #423. It would not make a lot of sense for larger audio as it is...
**Describe the bug** I get `ALSA lib pcm.c:8568:(snd_pcm_recover) underrun occurred` randomly for a while (around 1/sec, but with lots of jitter) then suddenly get flooded with ``` an error occurred...
Seems to be an issue upstream in symphonia. Needs a minimal example to bring it up there.
See the recent v0.18 release. Quite a lot of issues that where not caught when the original PR was merged
#### Add comment describing how speed.rs achieves its speedup - might not be obvious to a reader it relies on the samplerateconverter to do its thing. - it should document...
It should probably be called `is_empty`. Clippy even flags on it. Changing it would break a lot of code though... Could deprecate it first? Let me hear you thoughts, for...
Hello, I'm facing noticeable audio stutters whenever I switch between applications (e.g. by Alt+Tabbing). When the same issue occurred in `cpal`, I simply set the buffer size to be a...
This PR is a solution to issue #587. This PR contains two new jobs in `.github/workflows/ci.yml`: * An ephemeral job `create-tags-for-past-releases` that will create and push tags for previous releases...
Hello there, Firstly I would like to thank the creator, maintainers and contributors of this project. This project is very useful and it was very interesting to read the source...