Metadata-Version: 2.1
Name: tuning-fork
Version: 1.2
Summary: A clip/sample auto tuner
Home-page: https://github.com/ddxtanx/TuningFork
Author: Garrett Credi
Author-email: gcc@ameritech.net
License: UNKNOWN
Description: # Installation/Requirements
        
        All requirements are in requirements.txt. They are numpy for array manipulations, librosa for audio processing, and scipy for it's wavefile export.
        
        Installation, currently, is with pip!. To download the code simply run
        
            pip3.6 install tuning_fork 
        
          This project does require python3.6 since I use mypy annotations to help me out.
        
          # Usage
        
          You need two things to run this program effectively: a sampled wavefile and a .music file.
        
          To sample the wavefile into the .music run
        
              python3.6 shift.py (wavfile) (musicfile) ((bpm))
        
          The bpm is optional, and specifying it will set the samplefile's length to be consistent with the bpm.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
