Snapshotmain · 5f86d1d
Log-Mel windows pass through one encoder-decoder that detects language, transcribes or translates, and aligns timestamps.
Click a building or route
System map7 components · 9 connections
130%
Connections
BuildingsEntryServiceComputeStorageRuntimeToolingExternal
Terms, in plain English
Log-Mel spectrogramA time-frequency representation of audio used as the encoder input.
How to study this repo
- 1Prepare audio
Trace a file through resampling and log-Mel feature construction.
- 2Inspect decoding
Follow one token through logits, filters, ranking, and candidate updates.
- 3Align words
Connect decoder attention weights to word-level timestamps and segment seeking.