Skip to content

A python script to do basic operations on a wav files in a directory

License

Notifications You must be signed in to change notification settings

saurav-attri/WAV-file-operations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

A Python script to segment a WAV file according to a timestamps list. The script scrapes the specified folder for wav files to operate on. The script works as follows -

  1. Specify the directory to scrape the wave files from.
  2. Specify the timestamps to segment with as a list - 't'
  3. Segmented files are stored into a subdirectory of the specified folder named 'auto_trimmed'

There are two inputs needed -

  1. dir = directory to scrape the wav files from
  2. t = timestamps to split the wav files with

About

A python script to do basic operations on a wav files in a directory

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages