Skip to content

JoshuaOloton/chunk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Chunk

Split an audio file into different chunks where silence is identified

Setting up

  • Install Python
  • run pip install pydub - This is a python wrapper for ffmpeg
  • setup ffmpeg - follow instructions from the official website https://www.ffmpeg.org

Usage

  • Run the script and provide an audio file (mp3 or wav)

You can pass an additional seconds_waiting parameter. This is the minimum amount of time in seconds for a part of the audio to be classified as silence.

About

Audio chunk based on silence

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%