mirror of
https://github.com/csukuangfj/kaldifeat.git
synced 2025-08-27 02:34:19 +00:00
12 lines
299 B
C++
12 lines
299 B
C++
// kaldifeat/python/csrc/kaldifeat.h
|
|
//
|
|
// Copyright (c) 2021 Xiaomi Corporation (authors: Fangjun Kuang)
|
|
|
|
#ifndef KALDIFEAT_PYTHON_CSRC_KALDIFEAT_H_
|
|
#define KALDIFEAT_PYTHON_CSRC_KALDIFEAT_H_
|
|
|
|
#include "pybind11/pybind11.h"
|
|
namespace py = pybind11;
|
|
|
|
#endif // KALDIFEAT_PYTHON_CSRC_KALDIFEAT_H_
|