Skip to content

YuanGongND/Speech_DB_Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speech DB Engine

A project that simplifies the usability of the predominant speech databases.

Getting Started

Download from Pypi

pip install speechdb

General Syntax

from speechdb import timit
# core_test_csv can be found in the testing_sets directory
timit1 = timit.Timit(path_to_timit_database,path_to_core_test_csv)

# yType: {'PHN','DLCT','SPKR'} (default='PHN')
# yVals: 'All' or ['sh',...] or ['DR1',...] or ['FDAB0',...] (default='All')
# dataset: {'test','train','coretest') (default='train')
y,x = timit1.read_db(yType, yVals, dataset)

ex.

y,x = timit1.read_db('PHN',['sh'],'test')

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages