Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 583 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 583 Bytes

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.