Skip to main content

Your one-stop solution for voice dataset creation

Project description

An End-to-End Toolkit for Voice Datasets

VocalForge is an open-source toolkit written in Python 🐍 that is meant to cut down the time to create datasets for, TTS models, hotword detection models, and more so you can spend more time training, and less time sifting through audio data.

Using Nvidia's NEMO, PyAnnote, CTC segmentation , OpenAI's Whisper, this repo will take you from raw audio to a fully formatted dataset, refining both the audio and text automatically.

NOTE: While this does reduce time on spent on dataset curation, verifying the output at each step is important as it isn't perfect

this is a very much an experimental release, so bugs and updates will be frequent

a flow chart of how this repo works

Features:

audio_demo.ipynb

  • ⬇️ Download audio from a YouTube playlist (perfect for podcasts/interviews) OR input your own raw audio files (wav format)
  • 🎵 Remove Non Speech Data
  • 🗣🗣 Remove Overlapping Speech
  • 👥 Split Audio File Into Speakers
  • 👤 Isolate the same speaker across multiple files (voice verification)
  • 🧽 Use DeepFilterNet to reduce background noise
  • 🧮 Normalize Audio
  • ➡️ Export with user defined parameters

text_demo.ipynb

  • 📜 Batch transcribe text using OpenAI's Whisper
  • 🧮 Run text normalization
  • 🫶 Use CTC segmentation to line up text to audio
  • 🖖 Split audio based on quality of CTC segmentation confidence
  • Generate a metadata.csv and dataset in the format of LJSpeech

Setup/Requirements

Python 3.8 has been tested, newer versions should work

CUDA is required to run all models

a Hugging Face account is required (it's free and super helpful!)

#install system libraries
apt-get update && apt-get install -y libsndfile1 ffmpeg

conda create -n VocalForge python=3.8 pytorch=1.11.0 torchvision=0.12.0 torchaudio=0.11.0 cudatoolkit=11.3.1 -c pytorch

conda activate VocalForge
#to install from pip
pip install VocalForge
#to install source
git clone https://github.com/rioharper/VocalForge
cd VocalForge
pip install -r requirements.txt

#enter huggingface token, token can be found at https://huggingface.co/settings/tokens
huggingface-cli login

Pyannote models need to be "signed up for" in Hugging Face for research purposes. Don't worry, all it asks for is your purpose, website and organization. The following models will have to be manually visited and given the appropriate info: an example of signing up for a model

API Example

from VocalForge.audio import RefineAudio

refine = RefineAudio(
	input_dir='raw_audio', 
	vad_dir='vad', 
	vad_theshold=0.9
)
refine.VoiceDetection.run()

TODO

  • Refactor functions for API and toolkit support
  • "Sync" datasets with the metadata file if audio clips are deleted after being generated
  • Add a step in the audio refinement processs to remove emotional speech (in progresss)
  • Create a model to remove non-speech utterences and portions with background music (in progresss)
  • Update code documentation
  • Add other normalization methods for audio
  • Add other dataset formats for generation
  • Utilize TTS models to automatically generate datasets, with audio augmentation to create diversity
  • Create a Google Colab Notebook

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

VocalForge-0.1.0.tar.gz (28.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

VocalForge-0.1.0-py3-none-any.whl (33.5 kB view details)

Uploaded Python 3

File details

Details for the file VocalForge-0.1.0.tar.gz.

File metadata

  • Download URL: VocalForge-0.1.0.tar.gz
  • Upload date:
  • Size: 28.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.13

File hashes

Hashes for VocalForge-0.1.0.tar.gz
Algorithm Hash digest
SHA256 818a1240b8e992a262f49b31578eff922e57b6a6856b4c3f478534125d8471af
MD5 67431439fba450c60e9ec4188759f25c
BLAKE2b-256 57c58e33df960d87b4d258e925fdc13efa8d2a464517d23787e0e55957be0086

See more details on using hashes here.

File details

Details for the file VocalForge-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: VocalForge-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 33.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.13

File hashes

Hashes for VocalForge-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b97f9a49a4914db10ab6abe699203e8e32d71b8cd4509828339c42eab43714fd
MD5 c8c85634db06f3ab1eac18f2aa7e707f
BLAKE2b-256 d65d770d3ed7078972315672b1d661c5b2f1e58cc086eb112716f3f31dd6edfc

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page