Skip to content

Python scripts that use pydub to splice audio files.

Notifications You must be signed in to change notification settings

genoes/pydub-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

Installation

  • Python 3.x

  • Open Terminal

  • Install Homebrew

  • Install pydub: pip install pydub

  • Install ffmpeg: brew install ffmpeg

audio-segment

Description

This script uses pydub to splice an audio file into multiple segments based on the number of milliseconds specified.

split-silence

Description

This script uses pydub to splice an audio file into multiple segments where there are silent breaks in the audio.

About

Python scripts that use pydub to splice audio files.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages