k2-fsa / sherpa

Speech-to-text server framework with next-gen Kaldi
https://k2-fsa.github.io/sherpa
Apache License 2.0
474 stars 97 forks source link

Add command line feature options #547

Closed megazone87 closed 4 months ago

megazone87 commented 4 months ago

Add two command line feature options, so that it reads "--snip-edges=true --high-freq=0", along with the already supported options "--normalize-samples=false --dither=1", to ensure that the extracted features are consistent with the default kaldi fbank configuration.

megazone87 commented 4 months ago

Can you restart the actions tests? It looks like there is an error with installing PyTorch.

csukuangfj commented 4 months ago

Can you restart the actions tests? It looks like there is an error with installing PyTorch.

这个是 huggingface 的问题。昨天晚上,huggingface 一直访问不了。 现在CI 排队任务有点多。这个要等下才能跑.

csukuangfj commented 4 months ago

Thanks!