Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joaoemanuell/qtbsoundtable
Qt Basic Sound Table is a basic sound table for handling basic audios.
https://github.com/joaoemanuell/qtbsoundtable
Last synced: 28 days ago
JSON representation
Qt Basic Sound Table is a basic sound table for handling basic audios.
- Host: GitHub
- URL: https://github.com/joaoemanuell/qtbsoundtable
- Owner: JoaoEmanuell
- License: mit
- Created: 2022-06-28T20:46:44.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-15T23:48:38.000Z (about 2 years ago)
- Last Synced: 2023-03-06T04:32:26.516Z (almost 2 years ago)
- Language: Python
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# qtbsoundtable
Qt Basic Sound Table is a basic sound table for handling basic audios.
# Initial settings
## Requirements
Python 3.10.8
Create the virtual environment
python -m venv .
Install dependencies:
pip install -r requirements.txt
# Running
Navigate to the project folder
qtbsoundtable cd/
Run with the following command
python app.py