Skip to main content

Module processor

Module processor 

Source
Expand description

Main audio FFT processor orchestrating the full pipeline.

This module provides the high-level API for processing audio through the GPU-accelerated FFT bin actor network with direct/ambience separation.

Structs§

AudioFftProcessor
Main audio FFT processor with GPU bin actors.
AudioFftProcessorBuilder
Builder for AudioFftProcessor.
ProcessingOutput
Output from processing.
ProcessingStats
Processing statistics.
StreamingProcessor
Streaming processor for frame-by-frame processing.

Functions§

process_file
Simplified API for quick processing.