Sundpood/README.md

25 lines
919 B
Markdown
Raw Normal View History

2020-09-07 15:37:18 +03:00
# Sundpood
2020-12-14 00:02:46 +03:00
![Banner](https://github.com/Ninnjah/Sundpood/blob/master/pics/banner.jpg)
2020-09-07 15:37:18 +03:00
2020-10-23 04:57:33 +03:00
App like [SoundPad](https://www.leppsoft.com/soundpad/en/download/)(needs [VoiceMeeter](https://vb-audio.com/Voicemeeter/)(allready in "redist" folder))
2020-10-18 00:00:51 +03:00
2020-10-18 00:04:43 +03:00
### Features:
2020-10-21 01:21:50 +03:00
- Play sound by pressing hotkey
2020-12-14 00:07:07 +03:00
- Supported formats:
- .wav
- .mp3
- .m4a
2020-10-18 00:04:43 +03:00
- Converting sounds by [ffmpeg](https://ffmpeg.org/download.html)
2020-10-30 01:52:35 +03:00
- Sound categories (folders in "sound" folder)
2020-10-18 00:00:51 +03:00
- Overlay menu by press F1 key
2020-10-30 01:52:35 +03:00
- Overlay control on numpad (set in preferences)
2020-12-14 00:07:07 +03:00
- Light and Dark Themes
2020-10-18 00:04:43 +03:00
2020-10-30 01:52:35 +03:00
### Requirements:
- [sounddevice](https://pypi.org/project/sounddevice/) for playing sounds
- [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
2020-10-18 00:04:43 +03:00
- [ffmpeg](https://ffmpeg.org/download.html) for convert sounds in .wav format