gluonar.data

This module provides popular audio recognition datasets.

Hint

Please refer to Datasets for the description of the datasets listed in this page, and how to download and extract them.

API Reference

class gluonar.data.VoxAudioFolderDataset

Load an audio file .

Parameters:
  • root (string) – path to vox root.
  • sr (int, default is 16k.) – target sampling rate
  • min_length (int, default is 3.) – min length audio required.