3 #ifndef SPECTMORPH_AUDIO_TOOL_HH
4 #define SPECTMORPH_AUDIO_TOOL_HH
14 double compute_energy (
const Audio& audio);
15 void normalize_factor (
double norm, Audio& audio);
16 void normalize_energy (
double energy, Audio& audio);
18 bool get_auto_tune_factor (Audio& audio,
double& tune_factor);
19 void apply_auto_tune_factor (Audio& audio,
double tune_factor);
20 void auto_tune_smooth (Audio& audio,
int partials,
double smooth_ms,
double smooth_percent);
24 std::vector<float> noise_factors;
Block of audio data, encoded in SpectMorph parametric format.
Definition: smaudio.hh:28