Using command line arguments, this pulls out the contents of a wav file and saves a plot of the sound profile to a PDF.
- Install Python 3.x
- using command prompt navigate to the project directory and run
pip install -r requirements.txt
- Using command prompt run
python src/main.py --label file_1 --file_path path/to/wavefile/ao0813drc#01.wav
label
is used for the pdf filename
file_path
is the .wav file being processed.