Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skoprek/master-degree-project
A simple implementation of FFT for the real-time detection of guitar sounds and showcasing MIDI messages.
https://github.com/skoprek/master-degree-project
fft guitar midi python3
Last synced: 27 days ago
JSON representation
A simple implementation of FFT for the real-time detection of guitar sounds and showcasing MIDI messages.
- Host: GitHub
- URL: https://github.com/skoprek/master-degree-project
- Owner: SKoprek
- Created: 2023-11-03T04:43:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-26T20:10:00.000Z (about 1 year ago)
- Last Synced: 2023-11-26T21:23:30.653Z (about 1 year ago)
- Topics: fft, guitar, midi, python3
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Master Degree Project
## FFT detection of guitar sounds in real-time. (FFT_implementation)
Simple project for detecting if guitar sounds were played correctly using Python.
**Python: `v.3.8`**
__Includet librays:__
| Libray | Version |
| --- | --- |
| pyaudio | `v.0.2.11` |
| scipy | `v.1.9.0` |
| tkinter | `v.8.6` |
| matplotlib | `v.3.5.1` |
| numpy | `v.1.22.4` |
## Showcase of MIDI note-on and note-of message using Python (MIDI_implementation)**Python: `v.3.8`**
__Includet librays:__
| Libray | Version |
| --- | --- |
| pygame | `v.2.1.2` |