Update README.md
This commit is contained in:
parent
bc77ff8853
commit
b72cd35065
1 changed files with 18 additions and 5 deletions
23
README.md
23
README.md
|
@ -9,16 +9,29 @@ App like [SoundPad](https://www.leppsoft.com/soundpad/en/download/)(needs [Voice
|
||||||
- Supported formats:
|
- Supported formats:
|
||||||
- .wav
|
- .wav
|
||||||
- .mp3
|
- .mp3
|
||||||
- .m4a
|
- .ogg
|
||||||
- Converting sounds by [ffmpeg](https://ffmpeg.org/download.html)
|
- ~~.m4a~~
|
||||||
|
- ~~Converting sounds by [ffmpeg](https://ffmpeg.org/download.html)~~
|
||||||
- Sound categories (folders in "sound" folder)
|
- Sound categories (folders in "sound" folder)
|
||||||
- Overlay menu by press F1 key
|
- Overlay menu by press F1 key
|
||||||
- Overlay control on numpad (set in preferences)
|
- 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:
|
### 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
|
- [pynput](https://pypi.org/project/pynput/) for hotkeys
|
||||||
- [PyQt5](https://pypi.org/project/PyQt5/) for GUI
|
- [PyQt5](https://pypi.org/project/PyQt5/) for GUI
|
||||||
- [VoiceMeeter](https://vb-audio.com/Voicemeeter/) for redirect sound into microphone
|
- [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
|
||||||
|
|
Loading…
Add table
Reference in a new issue