Skip to content
Snippets Groups Projects
user avatar
Tiago Freitas Pereira authored
ad87f4ac
History
http://img.shields.io/badge/docs-stable-yellow.png http://img.shields.io/badge/docs-latest-orange.png https://travis-ci.org/bioidiap/bob.db.voxforge.svg?branch=master https://coveralls.io/repos/bioidiap/bob.db.voxforge/badge.svg?branch=master https://img.shields.io/badge/github-master-0000c0.png http://img.shields.io/pypi/v/bob.db.voxforge.png http://img.shields.io/pypi/dm/bob.db.voxforge.png https://img.shields.io/badge/original-data--files-a000a0.png

Voxforge Toy Database Interface for Bob

Voxforge offers a collection of transcribed speech for use with Free and Open Source Speech Recognition Engines. In this package, we design a speaker recognition protocol that uses a small subset of the english audio files (only 6561 files) belonging to 30 speakers randomly selected. This subset is split into three equivalent parts: Training (10 speakers), Development (10 speakers) and Evaluation (10 speakers) sets.

Installation

To install this package -- alone or together with other Packages of Bob -- please read the Installation Instructions. For Bob to be able to work properly, some dependent packages are required to be installed. Please make sure that you have read the Dependencies for your operating system.

Getting the data

The data can be downloaded from its original URL (on Voxforge), or by running ./bin/download_and_untar_voxforge.py, which takes as input the path in which the data will be stored (using VOXFORGE_DATABSE as default):

$ ./bin/download_and_untar_voxforge.py PATH/TO/WAV/DIRECTORY

Note

Running this script requires this package to be installed. If you are using an installation strategy (such as pip), the directory, where the script is placed, might differ.

Documentation

For further documentation on this package, please read the Stable Version or the Latest Version of the documentation. For a list of tutorials on this or the other packages ob Bob, or information on submitting issues, asking questions and starting discussions, please visit its website.