AnyaCoder / audio-preprocess

Preprocess Audio for training

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fish Audio Preprocessor

PyPI Version

中文文档

This repo contains some scripts for audio processing. Main features include:

  • Video/audio to wav
  • Audio vocal separation
  • Automatic audio slicing
  • Audio loudness matching
  • Audio data statistics (supports determining audio length)
  • Audio resampling
  • Audio transcribe (.lab)
  • Audio transcribe via WhisperX

([ ] indicates not completed, [x] indicates completed)

This code has been tested on Ubuntu 22.04 / 20.04 + Python 3.10. If you encounter problems on other versions, feedback is welcome.

Getting Started:

pip install -e . 
fap --help

Reference

About

Preprocess Audio for training

License:Apache License 2.0


Languages

Language:Python 98.4%Language:Shell 1.6%