rnnoise

Recurrent neural network for audio noise reduction

  • 所有者: xiph/rnnoise
  • 平台:
  • 许可证: BSD 3-Clause "New" or "Revised" License
  • 分类:
  • 主题:
  • 喜欢:
    1
      比较:

Github星跟踪图

RNNoise is a noise suppression library based on a recurrent neural network.

To compile, just type:
% ./autogen.sh
% ./configure
% make

Optionally:
% make install

While it is meant to be used as a library, a simple command-line tool is
provided as an example. It operates on RAW 16-bit (machine endian) mono
PCM files sampled at 48 kHz. It can be used as:

./examples/rnnoise_demo < input.raw > output.raw

The output is also a 16-bit raw PCM file.

主要指标

概览
名称与所有者xiph/rnnoise
主编程语言C
编程语言C++ (语言数: 5)
平台
许可证BSD 3-Clause "New" or "Revised" License
所有者活动
创建于2017-08-03 06:34:37
推送于2025-02-22 23:58:31
最后一次提交2024-03-22 17:44:13
发布数3
最新版本名称v0.2 (发布于 2024-04-14 22:38:22)
第一版名称v0.1 (发布于 2024-04-10 02:55:34)
用户参与
星数4.7k
关注者数154
派生数1k
提交数157
已启用问题?
问题数218
打开的问题数174
拉请求数8
打开的拉请求数20
关闭的拉请求数16
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?