C로 구현한 안정적인 온디바이스 실시간 음성 잡음제거 라이브러리 설명.
이 글은 FastEnhancer-Medium 모델의 런타임을 순수 C로 다시 구현한 안정적인 온디바이스 실시간 음성 잡음제거 라이브러리에 대해 설명합니다. 원본 모델은 Ahn 외의 연구를 기반으로 하고 있으며, 48 kHz 스트리밍 음성향상 기능을 제공합니다. 또한 프로젝트는 GitHub에서 원본 레포를 통해 추가적인 가중치를 제공합니다.
Description of a stable on-device real-time noise cancellation library implemented in C.
This article describes a stable on-device real-time noise cancellation library implemented in pure C, which re-implements the runtime of the FastEnhancer-Medium model. The original model is based on research by Ahn et al. and provides 48 kHz streaming voice enhancement capabilities. Additionally, the project utilizes weights released in the original repository on GitHub.