Update README.md

This commit is contained in:
Ninnjah 2020-10-30 01:52:35 +03:00 committed by GitHub
parent 4829149082
commit 2dabff1ee3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,21 +7,13 @@ App like [SoundPad](https://www.leppsoft.com/soundpad/en/download/)(needs [Voice
### Features: ### Features:
- Play sound by pressing hotkey - Play sound by pressing hotkey
- Converting sounds by [ffmpeg](https://ffmpeg.org/download.html) - Converting sounds by [ffmpeg](https://ffmpeg.org/download.html)
- Sound categories (folders in "sound" folder)
- Overlay menu by press F1 key - Overlay menu by press F1 key
- Overlay control on numpad - Overlay control on numpad (set in preferences)
```
numpad 8/2 - select sound
numpad 4/6 - select category
numapd 5 - play sound
```
- Sound categories in overlay menu(folders in "sound" folder)
### Used modules: ### Requirements:
- [sounddevice](https://pypi.org/project/sounddevice/) - [sounddevice](https://pypi.org/project/sounddevice/) for playing sounds
- [pynput](https://pypi.org/project/pynput/) - [pynput](https://pypi.org/project/pynput/) for hotkeys
- [PyQt5](https://pypi.org/project/PyQt5/) - [PyQt5](https://pypi.org/project/PyQt5/) for GUI
- [VoiceMeeter](https://vb-audio.com/Voicemeeter/) for redirect sound into microphone
### Links to needs soft
- [VoiceMeeter](https://vb-audio.com/Voicemeeter/) for translate sound into microphone
- [ffmpeg](https://ffmpeg.org/download.html) for convert sounds in .wav format - [ffmpeg](https://ffmpeg.org/download.html) for convert sounds in .wav format