// sherpa-onnx/python/csrc/speaker-embedding-extractor.h // // Copyright (c) 2023 Xiaomi Corporation #ifndef SHERPA_ONNX_PYTHON_CSRC_SPEAKER_EMBEDDING_EXTRACTOR_H_ #define SHERPA_ONNX_PYTHON_CSRC_SPEAKER_EMBEDDING_EXTRACTOR_H_ #include "sherpa-onnx/python/csrc/sherpa-onnx.h" namespace sherpa_onnx { void PybindSpeakerEmbeddingExtractor(py::module *m); } #endif // SHERPA_ONNX_PYTHON_CSRC_SPEAKER_EMBEDDING_EXTRACTOR_H_