MaelDrapier / musicalbeeps

A python module to play sound beeps corresponding to musical notes
https://pypi.org/project/musicalbeeps/
MIT License
21 stars 7 forks source link

Option to change the note sound to guitar notes type #2

Closed Iali99 closed 3 years ago

Iali99 commented 4 years ago

Presently the notes sound like from an organ instrument. Is it possible to modify the audio metadata and make it sound like a guitar note?

MaelDrapier commented 3 years ago

In this project, the notes are actually beeps created with simpleaudio from calculated frequencies, so it is not possible to make it sound like a guitar or another musical instrument.

As it is not planned for now to add a way to modify how the notes sound, I close this issue.