Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a proper API for cepstral mean normalization #284

Merged
merged 9 commits into from
Aug 22, 2022
Merged

Add a proper API for cepstral mean normalization #284

merged 9 commits into from
Aug 22, 2022

Conversation

dhdaines
Copy link
Contributor

The hack with the "-cmninit" parameter really didn't work right, and also, it prevented us from doing cool (maybe useful) things like setting and getting the CMN in the middle of an utterance.

@dhdaines dhdaines requested a review from lenzo-ka August 22, 2022 15:15
@dhdaines dhdaines merged commit 87a3e2d into master Aug 22, 2022
Raises:
ValueError: Invalid input parameter. Also raised if the ratio
makes it impossible to do endpointing (i.e. it
is more than N-1 or less than 1 frame).
"""
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

doc strings are much appreciated!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They still need some work... but you can also see them here: http://pocketsphinx5.readthedocs.io/

(upload to PyPI of the module itself is forthcoming)

@dhdaines dhdaines deleted the cmn_api branch September 21, 2022 21:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants