An open API service indexing awesome lists of open source software.

https://github.com/seriouslysean/transcript-precombobulator

A tool to preprocess audio files for transcription by removing silence and preparing them for whisper.cpp
https://github.com/seriouslysean/transcript-precombobulator

audio-processing python transcription vad whisper

Last synced: 6 months ago
JSON representation

A tool to preprocess audio files for transcription by removing silence and preparing them for whisper.cpp

Awesome Lists containing this project

README

          

# Transcript Precombobulator

Pre-processes audio files for better Whisper transcription by trimming silence and normalizing audio.

## Setup

```bash
brew install pyenv
git clone --recurse-submodules git@github.com:seriouslysean/transcript-precombobulator.git
cd transcript-precombobulator
make setup

# Always use make commands to ensure proper environment
make test # Test VAD on sample file
make run # Process all files
```