def get_early_downsample_params()

in realbook/layers/nnaudio.py [0:0]


def get_early_downsample_params(
    sr: int,
    hop_length: int,
    fmax_t: float,
    Q: float,
    n_octaves: int,
    dtype: tf.dtypes.DType,