#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

#143 in #apple

Download history 130/week @ 2024-01-01 304/week @ 2024-01-08 348/week @ 2024-01-15 296/week @ 2024-01-22 318/week @ 2024-01-29 306/week @ 2024-02-05 249/week @ 2024-02-12 337/week @ 2024-02-19 314/week @ 2024-02-26 321/week @ 2024-03-04 353/week @ 2024-03-11 332/week @ 2024-03-18 717/week @ 2024-03-25 599/week @ 2024-04-01 268/week @ 2024-04-08 315/week @ 2024-04-15

1,933 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