yhliang
2023-05-10 f77c5803f4d61099e572be8d877b1c4a4d6087cd
funasr/runtime/onnxruntime/src/resample.h
@@ -21,11 +21,11 @@
 */
// this file is copied and modified from
// kaldi/src/feat/resample.h
#pragma once
#include <cstdint>
#include <vector>
namespace funasr {
/*
   We require that the input and output sampling rate be specified as
   integers, as this is an easy way to specify that their ratio be rational.
@@ -135,3 +135,4 @@
  std::vector<float> input_remainder_;  ///< A small trailing part of the
                                        ///< previously seen input signal.
};
} // namespace funasr