Slightly increase vari-speed resampler quality
This also increases i/o delay to 16 samples (was 11)
This commit is contained in:
parent
1a3da7e132
commit
17ab174277
@ -48,7 +48,7 @@ pframes_t Port::_global_port_buffer_offset = 0;
|
|||||||
pframes_t Port::_cycle_nframes = 0;
|
pframes_t Port::_cycle_nframes = 0;
|
||||||
double Port::_speed_ratio = 1.0;
|
double Port::_speed_ratio = 1.0;
|
||||||
std::string Port::state_node_name = X_("Port");
|
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
|
/* a handy define to shorten what would otherwise be a needlessly verbose
|
||||||
* repeated phrase
|
* repeated phrase
|
||||||
|
Loading…
Reference in New Issue
Block a user