Dataset Viewer
Auto-converted to Parquet Duplicate
Search is not available for this dataset
audio
audioduration (s)
27
44.5
End of preview. Expand in Data Studio

VoxCeleb1 voice samples for SDialog

Dataset Description

This dataset provides a collection of speaker voice samples from the VoxCeleb1 dataset. It is a subset of the VoxCeleb1 dataset, containing only the audio samples (~30s) and metadata.

The audio data is stored as mono-channel, 16000hz, signed 16-bit (little-endian) PCM wav files.

Dataset Components

  1. Audio Clips: 30-second .wav files for each speaker.
  2. Metadata: A metadata.csv file linking audio files to speaker information (ID, gender, name, etc.).

How to use

Loading the Dataset

The main dataset, containing the audio and metadata, can be loaded using the datasets library.

from datasets import load_dataset

hf_dataset = "sdialog/voices-voxceleb1" 
dataset = load_dataset(hf_dataset)["train"]

# Access a sample
print(dataset[0])

License

The VoxCeleb metadata is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. The audio data is scraped from publicly available YouTube videos. Data is only made available for academic purposes.

Downloads last month
6