|
From: Mailing l. u. f. U. C. a. U. <kal...@li...> - 2013-10-15 07:15:02
|
Hi, Unfortunately I think there is no other way to do this, but to change the source code. As you might have already seen the feature extraction parameters are hard-coded - e.g. here is a snippet from the main() function: // We are not properly registering/exposing MFCC and frame extraction options, // because there are parts of the online decoding code, where some of these // options are hardwired(ToDo: we should fix this at some point) MfccOptions mfcc_opts; mfcc_opts.use_energy = false; int32 frame_length = mfcc_opts.frame_opts.frame_length_ms = 25; int32 frame_shift = mfcc_opts.frame_opts.frame_shift_ms = 10; To be honest I can't even remember which parts of the online code should be fixed, and I don't have time to refactor the code at the moment. Vassil On Tue, Oct 15, 2013 at 9:30 AM, Mailing list used for User Communication and Updates <kal...@li...> wrote: > Hi, > > I wanted to try online-audio-server-decode-faster with some *.mdl files > (trained using non-default FE params) I have. There don't seem to be any > feature extraction arguments (window length, number of FFT bins). How should > I go about this task? > > Thanks! > > ------------------------------------------------------------------------------ > October Webinars: Code for Performance > Free Intel webinars can help you accelerate application performance. > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most > from > the latest Intel processors and coprocessors. See abstracts and register > > http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk > _______________________________________________ > Kaldi-users mailing list > Kal...@li... > https://lists.sourceforge.net/lists/listinfo/kaldi-users > |