Skip to content

Commit

Permalink
Add namesapce for fftsg (#36)
Browse files Browse the repository at this point in the history
* Add namesapce for fftsg

* small fixes
  • Loading branch information
csukuangfj authored Oct 17, 2023
1 parent 7221375 commit f08a90c
Show file tree
Hide file tree
Showing 4 changed files with 410 additions and 506 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cmake_minimum_required(VERSION 3.3 FATAL_ERROR)

project(kaldi-native-fbank CXX C)

set(KALDI_NATIVE_FBANK_VERSION "1.18.4")
set(KALDI_NATIVE_FBANK_VERSION "1.18.5")

if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE Release)
Expand Down
2 changes: 1 addition & 1 deletion kaldi-native-fbank/csrc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set(sources
feature-fbank.cc
feature-functions.cc
feature-window.cc
fftsg.c
fftsg.cc
mel-computations.cc
online-feature.cc
rfft.cc
Expand Down
Loading

0 comments on commit f08a90c

Please sign in to comment.