hz2mel: Hz to mel

View source: R/math.R

hz2melR Documentation

Hz to mel

Description

Internal soundgen function: a temporary fix needed because tuneR::hz2mel doesn't accept NAs.

Usage

hz2mel(f, htk = FALSE)

Arguments

f

frequency, Hz

htk

algrithm

Examples

soundgen:::hz2mel(c(440, NA))

soundgen documentation built on Sept. 29, 2023, 5:09 p.m.