in realbook/layers/signal.py [0:0]
def call(self, inputs: tf.Tensor) -> tf.Tensor: return tf.matmul(super().call(inputs), self.mel_weight_matrix)