Converts frequencies from the linear scale to mel scale.

linear_to_mel_frequency(
  frequency_in_hertz,
  mel_break_frequency_hertz = 2595,
  mel_high_frequency_q = 700
)

Arguments

frequency_in_hertz

(numeric) tensor of frequencies in hertz to be converted to mel scale.

mel_break_frequency_hertz

(numeric) scalar. (Default to 2595.0)

mel_high_frequency_q

(numeric) scalar. (Default to 700.0)

Value

tensor