mirror of
https://github.com/cmusphinx/sphinxtrain.git
synced 2026-05-17 13:10:52 +00:00
11 lines
227 B
Python
11 lines
227 B
Python
"""\
|
|
SphinxTrain Python Modules for feature computation.
|
|
"""
|
|
|
|
__all__ = ['_1s_c_d_dd', 's2_4x']
|
|
__author__ = "David Huggins-Daines <dhuggins@cs.cmu.edu>"
|
|
__version__ = "$Revision$"
|
|
|
|
from . import _1s_c_d_dd
|
|
from . import s2_4x
|