Commit Graph

3 Commits

Author SHA1 Message Date
31a9ce6d6c 修复 SIMD 函数版本映射,添加 AVX2 支持并更新测试以验证未对齐指针处理 2025-11-15 13:45:06 +08:00
886b6843e6 Add SIMD audio processing interface and implementations
- Created a new SIMD interface header and source files for audio processing functions.
- Implemented functions for filling buffers, mixing audio, applying gain, calculating RMS and peak values, normalizing audio, converting stereo to mono, limiting audio, fading audio, and a simple equalizer.
- Added SSE-specific implementations for the audio processing functions to leverage SIMD for performance improvements.
- Updated CMakeLists.txt files to include new libraries and link dependencies for the SIMD interface and SSE implementations.
- Introduced a static test helper library for unit testing with Google Test framework.
2025-11-14 23:27:55 +08:00
3c451e3cd8 添加测试支持,重构CMake配置,优化进程管理器测试代码 2025-11-04 13:20:27 +08:00