ambisonictoolkit / atk-kernels

A set of impulse response files used for convolution-based encoders and decoders
Other
15 stars 3 forks source link

Realtime optimized encoding/decoding kernels #10

Open mtmccrea opened 8 years ago

mtmccrea commented 8 years ago

The current encoding and decoding kernels are linear phase, meaning they sound great ;), but as such there is a delay in the signal, which may not be ideal in some live situations. This issue is to make note of the discussion we've had about minimum phase or "mixed phase" filters which would minimize the delay. This implies a good amount of research and experimentation!

Just getting the thread going...