Home
last modified time | relevance | path

Searched refs:smooth_ms (Results 1 – 3 of 3) sorted by relevance

/dports/audio/spectmorph/spectmorph-0.5.2/lib/
H A Dsmaudiotool.hh20 void auto_tune_smooth (Audio& audio, int partials, double smooth_ms, double smooth_percent);
H A Dsmaudiotool.cc155 AudioTool::auto_tune_smooth (Audio& audio, int partials, double smooth_ms, double smooth_percent) in auto_tune_smooth() argument
169 if (distance_ms < smooth_ms) in auto_tune_smooth()
/dports/audio/spectmorph/spectmorph-0.5.2/src/
H A Dsmtool.cc984 double smooth_ms; member in SmoothTuneCommand
997 smooth_ms = sm_atof (args[1].c_str()); in parse_args()
998 assert (smooth_ms > 10 && smooth_ms < 5000); in parse_args()
1013 AudioTool::auto_tune_smooth (audio, fundamental_est_n, smooth_ms, smooth_percent); in exec()