#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

#1223 in Audio

Download history 387/week @ 2024-09-05 480/week @ 2024-09-12 457/week @ 2024-09-19 452/week @ 2024-09-26 325/week @ 2024-10-03 353/week @ 2024-10-10 440/week @ 2024-10-17 360/week @ 2024-10-24 307/week @ 2024-10-31 264/week @ 2024-11-07 315/week @ 2024-11-14 441/week @ 2024-11-21 410/week @ 2024-11-28 472/week @ 2024-12-05 757/week @ 2024-12-12 334/week @ 2024-12-19

2,028 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