-
## What is the issue about?
- [x] Bug
- [ ] Feature request
- [ ] Usage question
- [ ] Documentation
- [ ] Contributing / Development
## What part(s) of Essentia.js is involved?
- [x] essenti…
-
In the class Mfcc.cpp, you have this function "calculate()",
32 std::vector Mfcc::calculate(const SignalSource &source,
33 std::size_t numFeatures)
…
-
Could you please add the 'mfcc_vec.npy' in this repo? Thank you~
-
# MFCCs - ratsgo's speechbook
articles about speech recognition
[https://ratsgo.github.io/speechbook/docs/fe/mfcc](https://ratsgo.github.io/speechbook/docs/fe/mfcc)
-
In the paper, one of the acoustic features is referred to as "mel-cepstral coefficients" (MCC). Is this the same as "mel-frequency cepstral coeffiencts" (MFCC)? If yes, I would suggest that authors me…
-
【问题】
按照项目描述操作,运行prepare_kaldi_feats.sh后没有生成.tsv 结尾的文件,请问这个文件怎么生成?
【项目描述如下】
1、利用kaldi提取40维mfcc特征,运行脚本参考prepare_kaldi_feats.sh
可将运行脚本prepare_kaldi_feats.sh与参数设置mfcc_hires.conf置于kaldi任一egs目录下(与cmd.…
ghost updated
3 months ago
-
Hi,
How should the data for the mfcc file input be prepared? With librosa? Special parameters to take care of?
Would be very nice to have short guide on how to do this.
Thank you very much.
-
Hi, I just came into this repo because I needed to port an MFCC calculation from librosa to java. I found your class very useful, although I had a minimal problem regarding window size.
As my pretrai…
-
用torchaudio替换librosa,使用项目数据集训练模型后,推理报错:RuntimeError: running_mean should contain 344 elements not 128
推理代码如下:
with torch.no_grad():
waveform, sample_rate = torchaudio.load("data/valid…
-
I meet the follow errors when run the 'train_body_vq.sh'. It mentions that I need the train_3d_mfcc.pkl. Where can I get it?
![image](https://github.com/yhw-yhw/TalkSHOW/assets/115330188/305ff3cb-4cc…