rodio icon indicating copy to clipboard operation
rodio copied to clipboard

ALAC/AIFF support

Open mainrs opened this issue 5 years ago • 3 comments

Taken from the readme, rodio doesn't support ALAC file playback (the compressed lossless file format used by Apple). Would be nice to have this too! Not sure if there are any crates that decode the data though.

Since this is kind of related to the prior question about file support, is AIFF supported as well?

Thanks!

mainrs avatar Oct 17 '18 21:10 mainrs

about ALAC a cargo crate exist: https://crates.io/crates/alac and also maybe https://crates.io/crates/caf

gui1117 avatar Oct 19 '18 12:10 gui1117

about ALAC a cargo crate exist: https://crates.io/crates/alac

If I want to use that crate, should I try to implement Source trait using that crate?

jsomedon avatar May 19 '20 07:05 jsomedon

Symphonia has an ALAC decoder, is there any chance of ALAC support being added to Rodio using this?

wxllow avatar Nov 12 '23 19:11 wxllow