Skip to content

Commit bf7e9f9

Browse files
authored
Fix README.md formatting
1 parent c14d686 commit bf7e9f9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
#VST Noise Suppression Plugin
1+
# VST Noise Suppression Plugin
22

33
A real-time noise suppression VST plugin for voice based on [Xiph's RNNoise](https://github.com/xiph/rnnoise). [More info about the base library](https://people.xiph.org/~jm/demo/rnnoise/).
44

5-
##About
5+
## About
66

77
The plugin is meant to suppress a wide range of noise origins ([from original paper](https://arxiv.org/pdf/1709.08243.pdf)): computer fans, office, crowd, airplane, car, train, construction.
88

@@ -14,23 +14,23 @@ To check or change mic settings go to "Recording devices" -> "Recording" -> "Pro
1414

1515
To enable the plugin in Equalizer APO select "Plugins" -> "VST Plugin" and specify the plugin dll.
1616

17-
##Status
17+
## Status
1818

1919
The plugin is tested with Equalizer APO v1.2 x64 (open source system-wide equalizer for Windows). It is a minimal proof-of-concept work.
2020

2121
I'm not associated with the original work in any way and have only superficial understanding of it. The original author will probably create something better out of their work but for now I don't see any analogs with similar capabilities so I have created a usable one.
2222

23-
##Developing
23+
## Developing
2424

2525
The plugin is built with gcc in mingw environment for x32 and x64 architectures, the current cmake project is made for such environment and may need changes in order to support other ones.
2626

2727
VST sdk files aren't shipped here due to their license. You need to download VST sdk and copy several files to src/pluginterfaces/vst2.x/ and to src/vst2.x/. You can find sdk [here](https://www.steinberg.net/en/company/developers.html).
2828

29-
##Future
29+
## Future
3030

3131
* It would be great to create lv2 plugin to be used on Linux (there was already an [attempt](https://github.com/lucianodato/speech-denoiser) to do this).
3232
* Try to train the net with data for specific cases and see if will do better for them.
3333

34-
##License
34+
## License
3535

36-
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.
36+
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.

0 commit comments

Comments
 (0)