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

Update -cmninit parameter when CMN is updated #259

Merged
merged 5 commits into from
Jun 29, 2022
Merged

Update -cmninit parameter when CMN is updated #259

merged 5 commits into from
Jun 29, 2022

Conversation

dhdaines
Copy link
Contributor

This allows a simple form of enrollment or channel adaptation - the string representation of the current live cepstral mean, as passed to -cmninit, can always be accessed through the configuration object in the decoder, e.g.:

printf("current cepstral mean is %s\n", cmd_ln_str_r(ps_get_config(decoder), "-cmninit"));

In addition, ps_reinit_fe() has been renamed to ps_reinit_feat() so as to include modifications to -cmninit, VTLN, and other pertinent parameters.

@dhdaines dhdaines requested a review from lenzo-ka June 28, 2022 20:48
Copy link
Contributor

@lenzo-ka lenzo-ka left a comment

Choose a reason for hiding this comment

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

LGTM with minor notes

include/pocketsphinx.h Show resolved Hide resolved
include/pocketsphinx.h Show resolved Hide resolved
@dhdaines dhdaines merged commit 178f1e2 into master Jun 29, 2022
@dhdaines dhdaines deleted the cmn_export branch September 21, 2022 22:00
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.

2 participants