Skip to content

Simple program to slice an audio file into vocal segments

Notifications You must be signed in to change notification settings

shashank14k/AudioSlicer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Linux Build

sudo apt-get install libsndfile1-dev
g++ -std=c++17 src/main.cpp -o slicer -I./src -lsamplerate -lsndfile

Running

mkdir res
./slicer -i /path/to/audio/file -s res 

About

Simple program to slice an audio file into vocal segments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages