Welcome to this repository where you will find a simple implementation of downsampling to compress audio files with Python.
This repository contains :
- audio_compressed.mp3 : the audio file compressed and in mp3 format.
- audio_compressed.wav : the audio file compressed and in wav format.
- README.md : the current file.
- simple-audio-compression.ipynb : a notebook that introduces a simple way to compress audio files in Python, using downsampling.
- source_file.mp3 : the source file that we want to compress.
- source_file.wav : the source file converted into mp3.