Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regarding the problem that chop noise occurs when the ProcessBuffer length of NoiseReducer is other than [480] #4

Open
KeigoTakamura opened this issue Aug 9, 2023 · 0 comments

Comments

@KeigoTakamura
Copy link

初めまして素敵なライブラリを作っていただいてありがとうございます。

英語苦手なので開発者様が日本語話者とお見受けした為日本語で失礼します。
NoiseReducer.ReduceNoiseFloat() にlibsoudioというライブラリでキャプチャしたmicrophoneのPCM音源を入力したところ
data.Length == 480 以外のサイズのPCM音源を渡したところチョップノイズが発生してむしろ音が悪化してしまう現象を把握致しました。

(おそらくlibsoundioは特に関係ありませんが念のため)
バグ報告というよりRNNNoiseの仕様っぽいのでもし他に踏んでしまった人が居た時の為に残しておきます

#93 にありますが基本的にRNNNoiseの内部実装が480Frame前提になっています。
独自でサウンドライブラリを別途使ったり、ネットワークからサウンドパケットをキャプチャしている人は独自のBuffer Sizeを使っている人も多いと思うので一回480のProcessBufferを組んだ上でmicrophone BufferやNetwork Bufferを組むようにしてください

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant