summaryrefslogtreecommitdiff
path: root/lib/wavpack/CMakeLists.txt
diff options
context:
space:
mode:
authorayumi <ayumi@noreply.codeberg.org>2025-04-23 23:09:36 +0200
committerayumi <ayumi@noreply.codeberg.org>2025-04-23 23:09:36 +0200
commitfb044d5ccae7cead4c2d2fda3f729fbfc1737005 (patch)
tree854a02730a8679d134a273640a0917c3e4d5f4e1 /lib/wavpack/CMakeLists.txt
parent48556dd603cac0107143f3cdc815c765baa640a9 (diff)
downloadtangara-fw-fb044d5ccae7cead4c2d2fda3f729fbfc1737005.tar.gz
Move WavPack decoder to IRAM
In my tests this improves the decoding speed by around 3%.
Diffstat (limited to 'lib/wavpack/CMakeLists.txt')
-rw-r--r--lib/wavpack/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/wavpack/CMakeLists.txt b/lib/wavpack/CMakeLists.txt
index 98fcda95..f2f24933 100644
--- a/lib/wavpack/CMakeLists.txt
+++ b/lib/wavpack/CMakeLists.txt
@@ -1,4 +1,5 @@
idf_component_register(
SRCS bits.c float.c wputils.c metadata.c unpack.c words.c
INCLUDE_DIRS .
+ LDFRAGMENTS wavpack.lf
)