sonora-simd 0.2.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.68 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 585.81 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 3s Average build duration of successful builds.
  • all releases: 6s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • dignifiedquire/sonora
    81 11 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.