Skip to content

Commit

Permalink
Add mel_spectrogram to legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
ed-xmos committed Sep 25, 2023
1 parent b8ba395 commit 5a98bc7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib_xcore_math/module_build_info
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ MODULE_XCC_FLAGS = $(XCC_FLAGS) -g -Os
EXPORT_INCLUDE_DIRS = api src/etc

# INCLUDE_DIRS = $(EXPORT_INCLUDE_DIRS) api/xmath/vect api/xmath/bfp api/xmath/scalar api/xmath/xs3 \
# src/arch/xs3 src/vect src/etc/xmath_fft_lut
# src/arch/xs3 src/vect src/etc/xmath_fft_lut api/xmath/mel_spectrogram api/xmath/mel_spectrogram/coeffs

SOURCE_DIRS = src \
src/arch/xs3 \
Expand Down Expand Up @@ -35,4 +35,5 @@ SOURCE_DIRS = src \
src/fft \
src/filter \
src/scalar \
src/vect
src/vect \
src/mel_spectrogram

0 comments on commit 5a98bc7

Please sign in to comment.