/NoiseReduction

A simple noise cancelling program in Python

Primary LanguageJupyter Notebook

Project Overview

A basic noise reduction program starting from two youtube videos

  • first audio track: noise
  • second audio track: clean podcast speech

it uses pydub to prepare the data....

Prerequisites

  • Python 3.x installed on your system.

Setup

  1. Create a new virtual environment (optional but recommended):
python3 -m venv .venv
  1. Activate the virtual environment:
source .venv/bin/activate
pip install -r requirements.txt