Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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...

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)