Skip to content

Scripts that use pydub to splice audio files.

Notifications You must be signed in to change notification settings

tttkay/pydub-scripts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

Installation

  • Python 3.x

  • Open Terminal

  • Install Homebrew: /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

  • 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

Scripts that use pydub to splice audio files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 100.0%