Filter aiir
  Apply Infinite Impulse Response filter with supplied coefficients.
    slice threading supported
    Inputs:
       #0: default (audio)
    Outputs:
       #0: default (audio)
aiir AVOptions:
  z                 <string>     ..F.A.... set B/numerator/zeros coefficients (default "1+0i 1-0i")
  p                 <string>     ..F.A.... set A/denominator/poles coefficients (default "1+0i 1-0i")
  k                 <string>     ..F.A.... set channels gains (default "1|1")
  dry               <double>     ..F.A.... set dry gain (from 0 to 1) (default 1)
  wet               <double>     ..F.A.... set wet gain (from 0 to 1) (default 1)
  f                 <int>        ..F.A.... set coefficients format (from 0 to 3) (default zp)
     tf                           ..F.A.... transfer function
     zp                           ..F.A.... Z-plane zeros/poles
     pr                           ..F.A.... Z-plane zeros/poles (polar radians)
     pd                           ..F.A.... Z-plane zeros/poles (polar degrees)
  r                 <int>        ..F.A.... set kind of processing (from 0 to 1) (default s)
     d                            ..F.A.... direct
     s                            ..F.A.... serial cascading
  e                 <int>        ..F.A.... set precision (from 0 to 3) (default dbl)
     dbl                          ..F.A.... double-precision floating-point
     flt                          ..F.A.... single-precision floating-point
     i32                          ..F.A.... 32-bit integers
     i16                          ..F.A.... 16-bit integers


