Coder Social home page Coder Social logo

codingmath's People

Contributors

lifeiteng avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

codingmath's Issues

echo_frame should be initialized as frame

there's no check for apm->ProcessReverseStream(echo_frame); actually,it will return
kBadSampleRateError = -7.
just treat the echo_frame like frame,initialize it and the prog will run happily. the aec module will work.
webrtc::AudioFrame *echo_frame = NULL;
if (is_echo_cancel) {
echo_frame = new webrtc::AudioFrame();
echo_frame->num_channels_ = 1;
echo_frame->sample_rate_hz_ = 16000;
echo_frame->samples_per_channel_ = frame->sample_rate_hz_ * frame_step / 1000.0;
}

关于WFST的解码

你好,我在数字编程上看到你这篇博文《构建 CTC 语音识别解码网络》,在构建好解码图后,如何得到更加准确的输出呢?最后的利用解码图(fst)解码的具体过程是什么样的?
“解码时从解码网络获得TransitionId转为对应的PdfId做为 RNN 输出层索引获得” ,我最想理解你这句话,发现看不懂
期待你的回复,谢谢

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.