Sound optimisation (#150)

* add sse2neon and optimise aEnvMixerImpl

* optimise aResampleImpl

* optimise aMixImpl

* optimise aADPCMdecImpl
This commit is contained in:
coco875
2025-02-04 16:15:21 -06:00
committed by GitHub
parent 4734a5ea06
commit ddf9db7bb7
2 changed files with 481 additions and 0 deletions
+6
View File
@@ -189,6 +189,12 @@ if (MSVC)
endif()
endif()
#=================== SSE2NEON ===================
set(SSE2NEON_DIR ${CMAKE_BINARY_DIR}/_deps/sse2neon)
file(DOWNLOAD "https://raw.githubusercontent.com/DLTcollab/sse2neon/refs/heads/master/sse2neon.h" "${SSE2NEON_DIR}/sse2neon.h")
include_directories(${SSE2NEON_DIR})
FetchContent_Declare(
dr_libs
GIT_REPOSITORY https://github.com/mackron/dr_libs.git
+475
View File
File diff suppressed because it is too large Load Diff