Skip to main content

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

Project description

# Speech DB Engine

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

## Getting Started

### Download from Pypi

`bash 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’)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

speechdb-0.1.2.tar.gz (6.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page