#apple #decoder #format #pure #container #coreaudio

caf

Pure rust Core Audio Format container decoder

1 unstable release

Uses old Rust 2015

0.1.0 Jan 29, 2017

#97 in #apple

Download history 200/week @ 2023-11-29 202/week @ 2023-12-06 297/week @ 2023-12-13 247/week @ 2023-12-20 140/week @ 2023-12-27 204/week @ 2024-01-03 304/week @ 2024-01-10 322/week @ 2024-01-17 342/week @ 2024-01-24 298/week @ 2024-01-31 260/week @ 2024-02-07 309/week @ 2024-02-14 325/week @ 2024-02-21 300/week @ 2024-02-28 345/week @ 2024-03-06 291/week @ 2024-03-13

1,321 downloads per month
Used in 3 crates

MIT/Apache

32KB
623 lines

caf

Decoder of Apple's Core Audio Format container. No unsafe. Pure Rust.

State of implementation: usable already, but not polished (yet).

License

Licensed under Apache 2 or MIT (at your option). For details, see the LICENSE file.

All examples inside the examples/ folder are licensed under the CC-0 license.

License of your contributions

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed / CC-0 licensed as above, without any additional terms or conditions.


lib.rs:

An Apple Core Audio Format (CAF) container decoder

For more information on CAF, see its wiki page, and the official specification.

Dependencies

~120KB