dasp_frame 0.11.0

An abstraction for audio PCM DSP frames, along with useful conversions and operations.
Documentation
  • Coverage
  • 96.55%
    56 out of 58 items documented9 out of 50 items with examples
  • Size
  • Source code size: 22.45 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 15.08 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 12s Average build duration of successful builds.
  • all releases: 12s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • RustAudio/dasp
    1109 74 50
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • mitchmindtree

Use the Frame trait to remain generic over the number of channels at a single discrete moment in time.

Implementations are provided for all fixed-size arrays up to 32 elements in length.