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
` 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
File details
Details for the file speechdb-0.1.7.tar.gz
.
File metadata
- Download URL: speechdb-0.1.7.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3d30f7b3d7028de70217156d9d52e7d12eb00d2bff6a9986424a6670cfd689e8 |
|
MD5 | 0a3ce6decc851b12538c04a435ca08fb |
|
BLAKE2b-256 | 9312e2b061f4f5a84c8a1fa75c8598e34c2a7f4e3e4d3d861481cf4e5ddc04b4 |