#apple #coreaudio

caf

Pure rust Core Audio Format container decoder

1 unstable release

Uses old Rust 2015

0.1.0 Jan 29, 2017

#873 in Audio

Download history 1118/week @ 2023-05-27 1099/week @ 2023-06-03 795/week @ 2023-06-10 1235/week @ 2023-06-17 1157/week @ 2023-06-24 1127/week @ 2023-07-01 1182/week @ 2023-07-08 1359/week @ 2023-07-15 1400/week @ 2023-07-22 1102/week @ 2023-07-29 1166/week @ 2023-08-05 1227/week @ 2023-08-12 1313/week @ 2023-08-19 1356/week @ 2023-08-26 1021/week @ 2023-09-02 850/week @ 2023-09-09

4,742 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