https://github.com/dcherednik/dsenc
dsd compatible encoder
https://github.com/dcherednik/dsenc
audio-encoder dsd
Last synced: 8 months ago
JSON representation
dsd compatible encoder
- Host: GitHub
- URL: https://github.com/dcherednik/dsenc
- Owner: dcherednik
- License: bsd-2-clause
- Created: 2018-04-12T21:32:18.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-21T21:52:36.000Z (almost 8 years ago)
- Last Synced: 2025-04-08T00:51:06.678Z (about 1 year ago)
- Topics: audio-encoder, dsd
- Language: Rust
- Size: 17.6 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dsenc
Experimental dsd compatible encoder
It is just experimental project to make some fun with 1-bit delta-sigma modulation.
It can be useful to encode DSD64 from 44100 pcm, but the quality will be far from perfect
due to simplest second order delta sigma modulator.
Use FFT/IFFT to 64x upsample, so now it is slowest part of encoder.