Demo to add kaldi-native-fbank (#3)

This commit is contained in:
Fangjun Kuang
2022-09-02 20:47:48 +08:00
committed by GitHub
parent 476597787f
commit 89149f9000
11 changed files with 1167 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
add_executable(online-fbank-test online-fbank-test.cc)
target_link_libraries(online-fbank-test kaldi-native-fbank-core)