zhaomingwork
2023-05-19 b63e73ae4f5df9d4ed9fb0bee12ac2cc09d7f523
funasr/runtime/onnxruntime/include/audio.h
@@ -11,6 +11,7 @@
#endif
using namespace std;
namespace funasr {
class AudioFrame {
  private:
@@ -60,4 +61,5 @@
    int GetQueueSize() { return (int)frame_queue.size(); }
};
} // namespace funasr
#endif