# study ANS **Repository Path**: creator-len/study-ans ## Basic Information - **Project Name**: study ANS - **Description**: 移植一些音频噪声抑制的开源方案到STM32上,评估一下他们的优劣并尝试做一些优化 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-17 - **Last Updated**: 2025-07-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # study_speex #### 介绍 各种ANS算法的移植和优化,使用STM32H743IIT6作为开发板 #### 更新 - 2025.06.17:添加了SpeexDSP和调优后的SpeexDSP,以及WebRTC的移植 - 2025.07.02:添加了RNNoise的移植和内存优化