Skip to content

MindBr34k3r/simple-audio-compression-with-python

 
 

Repository files navigation

Simple audio compression with Python

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.

About

Let's see how to simply compress audio files in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 100.0%