Skip to content

Commit

Permalink
Add importlib_resources dependency for Python versions below 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
MustafaAlotbah committed Sep 10, 2024
1 parent 708e54b commit 62376a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
numpy
soundfile
argparse
importlib_resources; python_version < "3.10"

0 comments on commit 62376a4

Please sign in to comment.