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

caf

Pure rust Core Audio Format container decoder

1 unstable release

Uses old Rust 2015

0.1.0 Jan 29, 2017

#1185 in Audio

Download history 450/week @ 2024-07-23 454/week @ 2024-07-30 878/week @ 2024-08-06 568/week @ 2024-08-13 639/week @ 2024-08-20 481/week @ 2024-08-27 375/week @ 2024-09-03 421/week @ 2024-09-10 508/week @ 2024-09-17 483/week @ 2024-09-24 341/week @ 2024-10-01 288/week @ 2024-10-08 404/week @ 2024-10-15 459/week @ 2024-10-22 284/week @ 2024-10-29 265/week @ 2024-11-05

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

~115KB