audio audioduration (s) 2.01 38.2 | language stringclasses 1
value | seconds float64 2.01 38.2 | emotion stringclasses 1
value |
|---|---|---|---|
bn | 5.569 | ||
bn | 7.042 | ||
bn | 3.291 | ||
bn | 2.683 | ||
bn | 4.354 | ||
bn | 2.902 | ||
bn | 2.869 | ||
bn | 3.881 | ||
bn | 2.295 | ||
bn | 3.257 | ||
bn | 5.197 | ||
bn | 3.696 | ||
bn | 5.805 | ||
bn | 2.784 | ||
bn | 13.129 | ||
bn | 8.685 | ||
bn | 3.758 | ||
bn | 4.219 | ||
bn | 4.556 | ||
bn | 2.008 | ||
bn | 2.329 | ||
bn | 2.784 | ||
bn | 14.063 | ||
bn | 2.43 | ||
bn | 5.248 | ||
bn | 6.092 | ||
bn | 4.236 | ||
bn | 2.261 | ||
bn | 5.181 | ||
bn | 3.746 | ||
bn | 5.653 | ||
bn | 6.93 | ||
bn | 4.787 | ||
bn | 12.471 | ||
bn | 6.328 | ||
bn | 3.392 | ||
bn | 2.616 | ||
bn | 6.75 | ||
bn | 4.506 | ||
bn | 2.076 | ||
bn | 2.278 | ||
bn | 5.872 | ||
bn | 3.071 | ||
bn | 3.392 | ||
bn | 4.32 | ||
bn | 2.599 | ||
bn | 3.413 | ||
bn | 3.644 | ||
bn | 2.7 | ||
bn | 11.509 | ||
bn | 2.852 | ||
bn | 2.919 | ||
bn | 3.139 | ||
bn | 2.025 | ||
bn | 7.339 | ||
bn | 4.236 | ||
bn | 6.429 | ||
bn | 3.054 | ||
bn | 3.442 | ||
bn | 2.16 | ||
bn | 5.608 | ||
bn | 3.687 | ||
bn | 4.742 | ||
bn | 6.277 | ||
bn | 3.021 | ||
bn | 3.139 | ||
bn | 2.464 | ||
bn | 2.868 | ||
bn | 2.768 | ||
bn | 6.463 | ||
bn | 2.481 | ||
bn | 3.054 | ||
bn | 4.32 | ||
bn | 3.864 | ||
bn | 2.7 | ||
bn | 9.652 | ||
bn | 3.324 | ||
bn | 2.886 | ||
bn | 3.628 | ||
bn | 3.51 | ||
bn | 4.033 | ||
bn | 3.341 | ||
bn | 5.653 | ||
bn | 2.987 | ||
bn | 8.792 | ||
bn | 23.828 | ||
bn | 9.416 | ||
bn | 5.096 | ||
bn | 3.054 | ||
bn | 7.341 | ||
bn | 2.683 | ||
bn | 2.076 | ||
bn | 3.071 | ||
bn | 2.616 | ||
bn | 2.852 | ||
bn | 5.147 | ||
bn | 11.745 | ||
bn | 2.683 | ||
bn | 8.303 | ||
bn | 10.935 |
End of preview. Expand in Data Studio
Scraped Bengali TTS Speech Chunks
Single-speaker Bengali (bn) speech chunks extracted from YouTube videos, cleaned and segmented for TTS (text-to-speech) training data.
Pipeline
Each chunk was produced by:
- Downloading source audio via yt-dlp
- Trimming the first/last 2 minutes of each source video
- Removing background music/noise via Demucs vocal separation
- Splitting stereo channels into independent left/right tracks when present
- Voice Activity Detection (Silero VAD) to find speech regions per track
- Speaker diarization (pyannote.audio), run once on the full track; only speaker turns with ZERO overlap against any other speaker are kept, then intersected with the VAD speech regions -- chunk boundaries come from these clean single-speaker windows, not from raw VAD segments, so overlapping/crosstalk audio is excluded rather than merely down-weighted
- Emotion tagging (Hatman/audio-emotion-detection) on each accepted chunk -- metadata only, nothing is filtered by emotion
Columns
audio: the speech chunk, mono, 16kHz WAVlanguage: ISO 639-1 language code (bn= Bengali)seconds: duration of the chunk in secondsemotion: predicted emotion label (Angry, Disgusted, Fearful, Happy, Neutral, Sad, Suprised) from Hatman/audio-emotion-detection
Config
bengali: all Bengali-language chunks collected so far
- Downloads last month
- 33