北念
2023-11-02 f479f94832ce6ca0d381ed3d8e53675dea24a6ec
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