RustAudio / audrey

A crate to simplify reading, writing and converting between a variety of audio formats.
Other
132 stars 16 forks source link

Add support for CAF/Alac audio #12

Closed est31 closed 7 years ago

est31 commented 7 years ago

Adds support for the Alac codec, right now only inside the CAF container.

Also, ALAC is the only format in CAF that's supported currently.

Fixes #5.

r? @mitchmindtree

est31 commented 7 years ago

ping @mitchmindtree

mitchmindtree commented 7 years ago

Ahh I forgot about this, thanks for the reminder @est31, will look at this asap :+1:

mitchmindtree commented 7 years ago

Oh also, would you mind adding a line to the .travis.yml script section that just tests the caf_alac feature? I think it's useful to have travis test each feature individually as it is easy to forget to add a missing feature-gate, etc when testing locally.

est31 commented 7 years ago

@mitchmindtree can you look at it again?