mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-07 12:07:09 +03:00
consumes A LOT of CPU. Need alos to change the command line to set the sample rate (-r) to a fixed value (BT) but accept igher (-Z) from LMS and enable resampling (-R) -R -Z 96000 -r \"44100-44100\" or similar
24 lines
662 B
Makefile
24 lines
662 B
Makefile
#
|
|
# "main" pseudo-component makefile.
|
|
#
|
|
# (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)
|
|
COMPONENT_ADD_LDFLAGS=-l$(COMPONENT_NAME) \
|
|
$(COMPONENT_PATH)/lib/libmad.a \
|
|
$(COMPONENT_PATH)/lib/libesp-flac.a \
|
|
$(COMPONENT_PATH)/lib/libhelix-aac.a \
|
|
$(COMPONENT_PATH)/lib/libvorbisidec.a \
|
|
$(COMPONENT_PATH)/lib/libogg.a \
|
|
$(COMPONENT_PATH)/lib/libalac.a \
|
|
$(COMPONENT_PATH)/lib/libsoxr.a
|
|
|
|
|
|
#$(COMPONENT_PATH)/lib/libfaad.a
|
|
#$(COMPONENT_PATH)/lib/libvorbisidec.a
|
|
#$(COMPONENT_PATH)/lib/libogg.a
|
|
#$(COMPONENT_PATH)/lib/libesp-tremor.a
|
|
#$(COMPONENT_PATH)/lib/libesp-ogg-container.a
|
|
|
|
|
|
|
|
|