Skip to content

seanghay/speechviewer

Repository files navigation

SpeechViewer

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.db

Required Dataset Format

SpeechViewer expects the following dataset format.

/path/to/dataset
├── metadata.tsv
└── wavs
    ├── 000001.wav
    ├── 000002.wav
    ├── 000003.wav
  • metadata.tsv a tab delimited text file.
000001.wav	this is transcription
000002.wav	this is transcription
000003.wav	this is transcription

License

Apache-2.0