|
pyACA: Documentation 0.3.1
Source Code for Audio Content Analysis
|
Functions | |
| ToolFreq2Midi (fInHz, fA4InHz=440) | |
| helper function: convert Hz to MIDI pitch (floating point) | |
| ToolFreq2Midi | ( | fInHz, | |
| fA4InHz = 440 ) |
helper function: convert Hz to MIDI pitch (floating point)
| fInHz | frequency to be converted, can be scalar or vector |
| fA4InHz | The reference tuning frequency (default: 440Hz) |
Definition at line 12 of file ToolFreq2Midi.py.