https://github.com/ckaznable/dsf
https://github.com/ckaznable/dsf
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ckaznable/dsf
- Owner: ckaznable
- License: apache-2.0
- Created: 2025-09-12T07:55:11.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-09-12T08:04:13.000Z (11 months ago)
- Last Synced: 2025-09-12T10:11:26.162Z (11 months ago)
- Language: Rust
- Size: 127 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
DSD Stream File #
## this repository is fork from https://gitlab.com/danieljrmay/dsf
[](https://gitlab.com/danieljrmay/dsf/commits/master)
[](https://crates.io/crates/dsf)
[](https://docs.rs/dsf/)
DSF (DSD Stream File) support in Rust. DSF files are a high-resolution
audio format that contain lossless 1-bit audio stream in delta sigma
modulation aka Direct Stream Digital (DSD). The format is intended for
1-bit DSD DACs.
This library is used by the
[`dsd`](https://gitlab.com/danieljrmay/dsd) project which provides
executables for inspecting and playing DSF files.
## References ##
* [DSF file format
specification](https://dsd-guide.com/sites/default/files/white-papers/DSFFileFormatSpec_E.pdf)