Crates.io | cdparanoia |
lib.rs | cdparanoia |
version | 0.1.0 |
source | src |
created_at | 2023-07-02 23:08:24.828501 |
updated_at | 2023-07-02 23:08:24.828501 |
description | Safe bindings for libcdparanoia |
homepage | https://sr.ht/~agausmann/cdparanoia.rs |
repository | https://git.sr.ht/~agausmann/cdparanoia.rs |
max_upload_size | |
id | 906478 |
size | 26,912 |
Rust bindings for libcdparanoia
sudo xbps-install libcdparanoia-devel
See cdparanoia/examples/rip_track.rs
for
an example of ripping a single track to a WAV file.
This crate is mostly undocumented, and unfortunately there is not much reference material for libcdparanoia itself. The best references I've found are existing applications using libcdparanoia. Here are a few that I've used:
The cdparanoia
crate's API closely mirrors the C interface, except that most
of the functions are converted into member functions of CdromDrive
and
CdromParanoia
.