add HostApp20251229 gamer

This commit is contained in:
Steven Dan
2025-12-30 22:34:52 +08:00
parent 0811deeabf
commit bda307e20f
21 changed files with 56 additions and 3 deletions

BIN
lib_ex3d/.DS_Store vendored Normal file

Binary file not shown.

10
lib_ex3d/Makefile Normal file
View File

@@ -0,0 +1,10 @@
# This variable should contain a space separated list of all
# the directories containing buildable applications (usually
# prefixed with the app_ prefix)
#
# If the variable is set to "all" then all directories that start with app_
# are built.
BUILD_SUBDIRS = all
XMOS_MAKE_PATH ?= ..
include $(XMOS_MAKE_PATH)/xcommon/module_xcommon/build/Makefile.toplevel

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -68,3 +68,9 @@ EXTERN uint8_t bEX3D_Upmix; // EX3D Upmix 유무 저장
EXTERN int32_t Ex3dLimiterThreshold; // EX3D Limiter threshold 값
EXTERN int32_t Ex3dLimiterAttackTime; // EX3D Limiter Attack Time 값
EXTERN int32_t Ex3dLimiterReleaseTime; // EX3D Limiter Release Time 값
// dhlee++
EXTERN int32_t Ex3dExpandGain; // EX3D Expand Gain 값
EXTERN int32_t Ex3dReduceGain; // EX3D Reduce Gain 값
// dhlee--

Binary file not shown.