diff --git a/README.md b/README.md index 6ba91c9..a864d51 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# py_guitar_synth +# Py Guitar Synthesizer **py_guitar_synth** is a Python package for generating realistic guitar music from tab sheets by modeling the physical and musical characteristics of guitar strings and performance techniques. The project allows users to convert guitar tabs into audio, simulating strokes, note durations, transitions, and string properties. diff --git a/requirements.txt b/requirements.txt index b4abdfd..3fd5690 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ numpy soundfile argparse +importlib_resources; python_version < "3.10"