Slightly increase vari-speed resampler quality

This also increases i/o delay to 16 samples (was 11)
This commit is contained in:
Robin Gareus 2020-09-05 22:52:46 +02:00
parent 1a3da7e132
commit 17ab174277
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -48,7 +48,7 @@ pframes_t Port::_global_port_buffer_offset = 0;
pframes_t Port::_cycle_nframes = 0;
double Port::_speed_ratio = 1.0;
std::string Port::state_node_name = X_("Port");
const uint32_t Port::_resampler_quality = 12;
const uint32_t Port::_resampler_quality = 17;
/* a handy define to shorten what would otherwise be a needlessly verbose
* repeated phrase