We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e7af83 commit 0210592Copy full SHA for 0210592
README
@@ -1,4 +1,4 @@
1
-RNNoise is a noise suppression library based on a recurrent neural network
+RNNoise is a noise suppression library based on a recurrent neural network.
2
3
To compile, just type:
4
% ./autogen.sh
@@ -12,6 +12,6 @@ While it is meant to be used as a library, a simple command-line tool is
12
provided as an example. It operates on RAW 16-bit (machine endian) mono
13
PCM files sampled at 48 kHz. It can be used as:
14
15
-./examples/rnnoise_demo input.pcm output.pcm
+./examples/rnnoise_demo <number of channels> <maximum attenuation> < input.raw > output.raw
16
17
The output is also a 16-bit raw PCM file.
0 commit comments