udoprog / audio

A crate for working with audio in Rust
Apache License 2.0
78 stars 11 forks source link

Vet API against third party projects #21

Open udoprog opened 1 year ago

udoprog commented 1 year ago

Vet the API against (forks) of third party projects to ensure that it works as intended.

List includes:

please feel free to suggest more and open sub-issues for questions that arises

Be-ing commented 1 year ago

I intend to refactor creek's public API with this crate. Going further down the stack, it would be great if symphonia also used this crate; reading data from it is a bit awkward IME. I haven't discussed this with either upstream yet.

Be-ing commented 1 year ago

PR for Moire: https://codeberg.org/moire/moire/pulls/91

Be-ing commented 1 year ago

Work in progress for Rubato: https://github.com/HEnquist/rubato/pull/52

Be-ing commented 1 year ago

Another project to consider: webrtc https://github.com/webrtc-rs/webrtc/blob/master/media/src/audio/buffer.rs