mel2freq

pitchtools.mel2freq(mel)[source]

Convert a position in the mel-scale to its corresponding frequency

Parameters:

mel (float) – the mel index (can be fractional)

Return type:

float

Returns:

the corresponding freq. in Hz

Note

The mel scale is a perceptual scale of pitches judged by listeners to be equal in distance from one another

See also

freq2mel()