SkillAgentSearch skills...

Speechviewer

A quick audio dataset viewer

Install / Use

/learn @seanghay/Speechviewer
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

SpeechViewer

A quick audio dataset viewer.

  • ✅ Edit transcription
  • ✅ Virtual Scroll
  • ✅ SQLite Storage
  • ✅ Lightweight
<img src="image.jpg">
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

View on GitHub
GitHub Stars5
CategoryDevelopment
Updated3mo ago
Forks1

Languages

JavaScript

Security Score

87/100

Audited on Dec 31, 2025

No findings