svenha

Results 50 comments of svenha

I had the same error message (not in the context of `kaldi-gstreamer-server`, but for my calls to the kaldi script `online2-wav-nnet3-latgen-faster`) when using such a model. I had to change...

@BaderEddineB Can you provide details about your model for French?

The following helped me for the dimension mismatch error: change in the yaml file `mfcc.conf` to `mfcc_hires.conf`. But my context was a German model built with zamia-speech.

@BaderEddineB I read in the kaldi group that you found a solution: https://groups.google.com/g/kaldi-help/c/taXB2D1v2D4 . Please report the details of your solution here so that others can learn from it.

Your `mfcc.conf` might be the problem. Do you have other files matching the pattern `mfcc*conf?

Just curious: how does the performance (WER) differ between 44.1 kHz and 16 kHz?

So, 16 kHz is better? This would fit with other reports.

Just a quick update: Under Ubuntu 19.04 (installed from a daily ISO), bluetooth works out-of-the-box. Use `bluetoothctl` (or other tools) to pair and setup your device. The required firmware files...

I asked Marco (Vicare coauthor); here is his answer: The problem is described by this line: 383 configure.ac:13: require Automake 1.14, but have 1.11.3 to fix it the build script...

For performance critical programs, I produce a one-file source (basically some concatenation script for source files plus preprocessing) for different Scheme compilers (Bigloo, Chicken, Gambit). The speedup is often impressive....