We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53539f8 commit e219af7Copy full SHA for e219af7
src/api/SnapOutput.h
@@ -166,7 +166,7 @@ class SnapOutput : public AudioInfoSupport {
166
167
// open resampler
168
auto res_cfg = resample.defaultConfig();
169
- res_cfg.step_size = 1.009082;
+ res_cfg.step_size = 1.0f;
170
res_cfg.copyFrom(audio_info);
171
resample.begin(res_cfg);
172
src/api/SnapTimeSync.h
@@ -73,7 +73,7 @@ class SnapTimeSync {
73
int interval = 10;
74
bool active = false;
75
// start delay
76
- uint16_t processing_lag = 0;
+ int processing_lag = 0;
77
uint16_t message_buffer_delay_ms = 0;
78
79
};
0 commit comments