Skip to content

Commit

Permalink
Update rateshift.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mrzahaki authored Aug 27, 2024
1 parent 5bcf4bd commit 6ff232f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sudio/rateshift/inc/rateshift.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include <samplerate.h>
#include <functional>
#include <vector>
#include <cstddef>

namespace rateshift {

Expand Down Expand Up @@ -57,4 +58,4 @@ class CallbackResampler {

std::vector<float> resample(const std::vector<float>& input, double sr_ratio, ConverterType converter_type, int channels);

}
}

0 comments on commit 6ff232f

Please sign in to comment.