sonora-simd 0.1.0

SIMD abstraction layer for WebRTC Audio Processing
Documentation
  • Coverage
  • 100%
    21 out of 21 items documented0 out of 17 items with examples
  • Size
  • Source code size: 91.56 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.64 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 13s Average build duration of successful builds.
  • all releases: 13s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • dignifiedquire/sonora
    23 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • dignifiedquire

sonora-simd

crate docs BSD-3-Clause licensed Rust Version

SIMD abstraction layer for the Sonora audio processing library.

Provides accelerated vector operations for audio processing hot paths. Supports SSE2 and AVX2 (x86_64), NEON (AArch64), with a scalar fallback for all other architectures. SSE2 and AVX2 are detected at runtime via cpufeatures.

Part of the Sonora audio processing library.

License

BSD-3-Clause. See LICENSE for details.