https://github.com/clone206/rdsd2pcm
A pure Rust library for converting DSD to PCM
https://github.com/clone206/rdsd2pcm
audio conversion dsd hires
Last synced: 5 months ago
JSON representation
A pure Rust library for converting DSD to PCM
- Host: GitHub
- URL: https://github.com/clone206/rdsd2pcm
- Owner: clone206
- License: gpl-3.0
- Created: 2025-03-30T05:24:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-17T09:34:07.000Z (6 months ago)
- Last Synced: 2025-12-20T22:46:18.863Z (5 months ago)
- Topics: audio, conversion, dsd, hires
- Language: Rust
- Homepage:
- Size: 4.59 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rdsd2pcm
A pure Rust library for converting DSD to PCM. Logging implemented via [log](https://crates.io/crates/log) crate. Reads DSD from stdin or file, writes PCM to stdout or file.
Doc comments are present, so you can see documentation with `cargo doc --open`.
**Note**, this repo was previously a rust binary with a wrapper around the dsd2pcm library. For a more full-featured version of a command line binary, see [dsd2dxd](https://github.com/clone206/dsd2dxd/), which now uses this library. See its main.rs for an example of use.