sacd-rs 0.1.2

SACD ripper client. Designed to be used with a jailbroken SACD player, such as specific models of PS3s or some Sony Bluray players, which can support running a server to stream raw SACD image data over the network to a client.
Documentation
1
2
3
4
5
6
7
8
9
pub mod area_toc;
pub mod audio;
pub mod consts;
pub mod dsf;
pub mod extractor;
pub mod id3;
pub mod master_toc;
pub mod reader;
pub mod types;