-
Using em++:
```
emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 3.1.61 (67fa4c16496b157a7fc3377afd69ee0445e8a6e3)
clang version 19.0.0git (https:/github.com/llvm/llvm-proje…
-
Hi @Deeperjia , first, this is a great project, it's really help, thank you for your great work.
there is one issue: in `test.py` SpeechLoader initialized without `label_file`
```python
speech_l…
-
anyone who can help me regarding this error when i execute run.sh file
===== FEATURES EXTRACTION =====
steps/make_mfcc.sh --nj 1 --cmd [run.pl](http://run.pl/) data/train exp/make_mfcc/train …
-
Hi, I want to train with my data, so I want to know how can I get MFCC features of audio. Can you share the code about MFCC?
-
In the block below "Test a sample from the test folder"
The second line
`mfcc = librosa.feature.mfcc(y1, sr1)`
should be replaced with
`mfcc = librosa.feature.mfcc(y, sr)`
-
I analyzed speaker_diarization and I noticed something that makes me wonder.
Why predictions from knn_speaker_10 and knn_speaker_male_female are not used in clustering?
K-means use only part of fe…
-
Hi,
I'm trying to do some experiments with the kaldi-compliant MFCCs, but I run into some possible issues:
1- When I run the following code
```
file='/home/mirco/datasets/TIMIT/test/dr5/fnl…
-
I would like to try using MFCC/LFCC and other feature extraction methods in this project.
- Is it possible to do so without changing much?
- And if you could guide me on how to do it please?
…
-
Dear Nickolay V. Shmyrev
I have been using the vosk api to generate and recognise dynamic grammars well.
In particular, I have been testing a lot with a customised engine configuration by generat…
-
ubuntu
ThunderX
void N10mfccFFT(float *frameSample, float *FFTSample, int frameSize){
ne10_float32_t src[frameSize] = {};
ne10_fft_cpx_float32_t dst[(frameSize / 2)…