Skip to content
Snippets Groups Projects
Commit 2098b4aa authored by Elie KHOURY's avatar Elie KHOURY
Browse files

+1 change in README

parent 14c649a0
No related branches found
No related tags found
No related merge requests found
...@@ -2,8 +2,8 @@ Speaker recognition protocol on the Voxforge Database ...@@ -2,8 +2,8 @@ Speaker recognition protocol on the Voxforge Database
===================================================== =====================================================
`Voxforge`_ offers a collection transcribed speech for use with **Free** and **Open Source Speech Recognition Engines**. `Voxforge`_ offers a collection transcribed speech for use with **Free** and **Open Source Speech Recognition Engines**.
In this package, we design a speaker recognition protocol that uses a subset of the **english audio files** (only 6561 files) belonging to **30 speakers**. 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 splitted into three equivalent parts: Training (10 speakers), Development (10 speakers) and Test (10 speakers) sets. This subset is split into three equivalent parts: Training (10 speakers), Development (10 speakers) and Test (10 speakers) sets.
This package serves as a toy example of speaker recognition database while testing `xbob.speaker_recognition`_. This package serves as a toy example of speaker recognition database while testing `xbob.speaker_recognition`_.
...@@ -40,7 +40,7 @@ publications: ...@@ -40,7 +40,7 @@ publications:
Installation Installation
------------ ------------
Just download this package and uncompressed it locally:: Just download this package and decompress it locally::
$ wget http://pypi.python.org/packages/source/x/xbob.voxforge/xbob.db.voxforge-0.0.1.zip $ wget http://pypi.python.org/packages/source/x/xbob.voxforge/xbob.db.voxforge-0.0.1.zip
$ unzip xbob.db.voxforge-0.0.1.zip $ unzip xbob.db.voxforge-0.0.1.zip
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment