You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Output.h
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ struct Output
22
22
Eigen::ArrayXf synthesisWindow;
23
23
Eigen::ArrayXXf inverseTransformed;
24
24
Eigen::ArrayXXf bufferResampled;
25
-
float resampleOffset = 0.f;
25
+
double resampleOffset = 0.;
26
26
Window::DispatchApply dispatchApply;
27
27
28
28
Output(Fourier::Transforms &transforms, int log2SynthesisHop, int channelCount, int maxOutputChunkSize, float windowGain, std::initializer_list<float> windowCoefficients);
0 commit comments