dasp_slice 0.11.0

Conversions and operations for slices of audio PCM DSP samples and frames.
Documentation
  • Coverage
  • 77.78%
    42 out of 54 items documented12 out of 41 items with examples
  • Size
  • Source code size: 33.21 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 13.93 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 16s Average build duration of successful builds.
  • all releases: 16s 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

For working with slices of PCM audio data.

Items related to conversion between slices of frames and slices of samples, particularly useful for working with interleaved data.

Optional Features

  • The boxed feature (or slice-boxed feature if using dasp) provides a suite of boxed slice conversion traits and functions under the boxed module.

no_std

If working in a no_std context, you can disable the default std feature with --no-default-features.