#include <pitch.h>
Public Member Functions | |
| PitchConfig () | |
| int | equivalent (PitchConfig &that) |
| void | copy_from (PitchConfig &that) |
| void | interpolate (PitchConfig &prev, PitchConfig &next, int64_t prev_frame, int64_t next_frame, int64_t current_frame) |
Data Fields | |
| double | scale |
Definition at line 38 of file pitch.h.
| int PitchConfig::equivalent | ( | PitchConfig & | that | ) |
| void PitchConfig::copy_from | ( | PitchConfig & | that | ) |
| void PitchConfig::interpolate | ( | PitchConfig & | prev, | |
| PitchConfig & | next, | |||
| int64_t | prev_frame, | |||
| int64_t | next_frame, | |||
| int64_t | current_frame | |||
| ) |
| double PitchConfig::scale |
Definition at line 53 of file pitch.h.
Referenced by copy_from(), equivalent(), PitchScale::handle_event(), interpolate(), PitchEffect::load_defaults(), PitchConfig(), PitchEffect::read_data(), PitchEffect::save_data(), PitchEffect::save_defaults(), PitchFFT::signal_process_oversample(), and PitchWindow::update().
1.5.5