Update README.md

This commit is contained in:
Ninnjah 2021-01-02 21:28:14 +03:00 committed by GitHub
parent bc77ff8853
commit b72cd35065
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,16 +9,29 @@ App like [SoundPad](https://www.leppsoft.com/soundpad/en/download/)(needs [Voice
- Supported formats:
- .wav
- .mp3
- .m4a
- Converting sounds by [ffmpeg](https://ffmpeg.org/download.html)
- .ogg
- ~~.m4a~~
- ~~Converting sounds by [ffmpeg](https://ffmpeg.org/download.html)~~
- Sound categories (folders in "sound" folder)
- Overlay menu by press F1 key
- Overlay control on numpad (set in preferences)
- Light and Dark Themes
- Light, Dark Themes and mode
### Screenshots
- Light Theme
![light theme](https://github.com/Ninnjah/Sundpood/blob/master/pics/Light%20theme.png)
---
- Dark Theme
![light theme](https://github.com/Ninnjah/Sundpood/blob/master/pics/Dark%20theme.png)
---
- Rachila Theme
![light theme](https://github.com/Ninnjah/Sundpood/blob/master/pics/Rachila%20theme.png)
---
### Requirements:
- [sounddevice](https://pypi.org/project/sounddevice/) for playing sounds
- [sounddevice](https://pypi.org/project/sounddevice/) for select audio device
- [pynput](https://pypi.org/project/pynput/) for hotkeys
- [PyQt5](https://pypi.org/project/PyQt5/) for GUI
- [VoiceMeeter](https://vb-audio.com/Voicemeeter/) for redirect 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~~Now SundPood using pygame module
- [PyGame](https://pypi.org/project/pygame/) for playing sounds