An open API service indexing awesome lists of open source software.

https://github.com/rizerphe/paudio

Simple tool that uses pydub to allow you to play several wav and mp3 files at the same time
https://github.com/rizerphe/paudio

Last synced: over 1 year ago
JSON representation

Simple tool that uses pydub to allow you to play several wav and mp3 files at the same time

Awesome Lists containing this project

README

          

# paudio
Simple tool that uses pydub to allow you to play several wav and mp3 files at the same time
# install
```
sudo apt install python3-tk
sudo pip3 install pydub
git clone https://github.com/BohdanOpyr/paudio
```
# run
```
cd paudio
python3 main.py
```