dsd-source 0.2.0

A trait abstraction over DSD audio sources (DSF, DFF, WavPack, etc.) for use with dsd-reader and its container metadata crates.
Documentation
  • Coverage
  • 51.35%
    19 out of 37 items documented0 out of 17 items with examples
  • Size
  • Source code size: 11.24 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 961.4 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 5s Average build duration of successful builds.
  • all releases: 5s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • clone206/dsd-source
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • clone206

dsd-source

A small trait crate that defines a common abstraction over DSD audio sources (DSF, DFF, WavPack, raw, etc.), so that container/metadata crates (e.g. dsf-meta, dff-meta) and readers (e.g. dsd-reader) can interoperate without each reader needing format-specific knowledge of every container.

See [DsdSource] for the trait itself.