Skip to content

Split audio files into segments of 5 sec using Python. Made with the intention of making training datasets for RVC (Retrieval-based Voice Conversion)

Notifications You must be signed in to change notification settings

NeiKa0s496/wav-splitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Audio Dataset Splitter for RVC

A Python tool specifically designed to split audio files into perfect segments of 5 sec. for creating RVC (Retrieval-based Voice Conversion) training datasets.

Why I made it

This tool solves a problem I've encountered during RVC model training: preparing audio datasets with consistent timing, clean segments. It automatically splits long audio files.

Features

  • Automatic Organization: Creates numbered files in organized folders
  • Configurable Intervals: Easy to adjust segment duration (5s recommended for RVC as far as I know xd)

Keep in mind it's a very simple way to do it but feel free to collab :)

About

Split audio files into segments of 5 sec using Python. Made with the intention of making training datasets for RVC (Retrieval-based Voice Conversion)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages