This repository contains the code and resources for the 252 Project.
To install the project, follow these steps:
-
Clone the repository:
-
Navigate to the project directory:
cd 252Project -
Install the dependencies:
# Ensure you have the docker daemon running, or use a venv docker build -t mte252-audio-project . docker run -it --rm --name audio-container -v "$(pwd)":/app -w /app mte252-audio-project
To use this project, follow these steps:
- [Step 1: Run the Processor]
# Process the raw audio files, it will place your output files and graphs in the output folder python Processor.py - [Step 2: Run the similarity test]
# run the stoi test based on ground truth audio, output will be in stoi_metrics.txt python similarity_test.py