Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DhimanGhosh/Audio-Made-Easy
Let's learn music with your voice...
https://github.com/DhimanGhosh/Audio-Made-Easy
audio audio-processing chords guitar guitar-chords guitar-scales music music-theory-guide musictheory piano piano-chords piano-keyboard scale
Last synced: about 9 hours ago
JSON representation
Let's learn music with your voice...
- Host: GitHub
- URL: https://github.com/DhimanGhosh/Audio-Made-Easy
- Owner: DhimanGhosh
- License: gpl-3.0
- Created: 2019-10-26T16:34:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-09T06:39:47.000Z (almost 4 years ago)
- Last Synced: 2024-08-02T13:28:53.448Z (3 months ago)
- Topics: audio, audio-processing, chords, guitar, guitar-chords, guitar-scales, music, music-theory-guide, musictheory, piano, piano-chords, piano-keyboard, scale
- Language: Python
- Homepage:
- Size: 24.1 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Audio Made Easy
> Think of what you can do with your voice.... Thinking of a Voice Assistant?This app lets you:
- Ease your work while looking for any notes, scales, chords, etc.
- Shifting of chords with change of scale
- (Only for Guitar Players) Best Capo Position for difficult chords to make a easy play## How to run it
1. Pre-requisites:
```
Python3 and above should be installed
```
2. Clone this repo:$ git clone https://github.com/DhimanGhosh/Music-Theory-Guide.git
3. Open terminal / cmd and go to that cloned path:
$ install_dependencies.sh
$ python app.py (For CLI Execution)
$ cd ./GUI_QT/
$ python MusicTheoryGuide.py (For Interactive GUI)