A quick audio dataset viewer.
- ✅ Edit transcription
- ✅ Virtual Scroll
- ✅ SQLite Storage
- ✅ Lightweight
npx speechviewer [dataset_path] [db_path]
# example
npx speechviewer path/to/dataset/ app.dbSpeechViewer expects the following dataset format.
/path/to/dataset
├── metadata.tsv
└── wavs
├── 000001.wav
├── 000002.wav
├── 000003.wav
metadata.tsva tab delimited text file.
000001.wav this is transcription
000002.wav this is transcription
000003.wav this is transcriptionApache-2.0
