sonora-fft 0.1.0

FFT implementations for WebRTC Audio Processing (Ooura, PFFFT)
Documentation
  • Coverage
  • 100%
    24 out of 24 items documented0 out of 17 items with examples
  • Size
  • Source code size: 186.36 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 4.69 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
  • dignifiedquire/sonora
    23 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • dignifiedquire

sonora-fft

crate docs BSD-3-Clause licensed Rust Version

Pure Rust FFT implementations for the Sonora audio processing library.

Includes Ooura 128-point and general-purpose (fft4g) FFTs, plus a Rust port of PFFFT (Pretty Fast FFT) for composite-size real and complex transforms. Optimized for the specific sizes used in WebRTC audio processing (128, 256, 512).

Part of the Sonora audio processing library.

License

BSD-3-Clause. See LICENSE for details.