You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
project(frontend)
|
|
|
|
add_library(frontend STATIC
|
|
cmvn.cc
|
|
db_norm.cc
|
|
linear_spectrogram.cc
|
|
audio_cache.cc
|
|
feature_cache.cc
|
|
feature_pipeline.cc
|
|
)
|
|
|
|
target_link_libraries(frontend PUBLIC kaldi-matrix kaldi-feat-common)
|