rodio icon indicating copy to clipboard operation
rodio copied to clipboard

Rust audio playback library

Results 233 rodio issues
Sort by recently updated
recently updated
newest added

It supports sine & more, at this point sine.rs is just code duplication.

breaking

Speed should only apply changes at frame boundaries since track_position uses those to add up the currently played duration OR track_position should update its internal counter every sample. - needs...

bug

Hi there! I just had a brief issue dealing with the following situation: 1. You create a new sink. 2. You open two sources from files. 3. Both sources are...

_These questions originated in the discussions part of another repo which uses rodio: https://github.com/tramhao/termusic/discussions/203 and where asked by @hasezoey_ _I have copied some of the rodio api related questions here...

It takes the current speed into account but not what it has been the past t seconds. So if my speed was 0.5 and now its 2 try_seek will assume...

bug

Its basically the same as the microphone builder. It will replace the OutputStream. In the future we'll add more abstractions on top. Until its done it lives under an experimental...

This PR is a prospective update of the `cpal` dependency to the latest Git version. It is not intended to be merged (at least until the next `cpal` release is...

dependencies

This PR add support for using a custom codec registry with the symphonia backend. This allows easily add support for additional codecs, many of which are already supported by third...

enhancement

Fixes #811 SourcesQueueOutput currently violates the span interface by returning incorrect values for sample_rate and channels while the iterator is positioned on a source boundary (i.e. at the end of...

bug