Skip to content

align nnet decoder & refactor #1559

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 14, 2022

Conversation

SmileGoat
Copy link
Contributor

PR types

[New features]

PR changes

Describe

align nnet decoder & refactor

@SmileGoat SmileGoat added this to the r0.2.0 milestone Mar 13, 2022
@mergify mergify bot added the Deployment label Mar 13, 2022
namespace ppspeech {

class RawAudioCache : public FeatureExtractorInterface {
public:
explicit RawAudioCache(int buffer_size = kint16max);
virtual void Accept(const kaldi::VectorBase<BaseFloat>& waves);
virtual bool Read(kaldi::Vector<kaldi::BaseFloat>* waves);
virtual bool Read(kaldi::Vector<kaldi::BaseFloat>* feat);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

waves?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

waves,改一下。

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

估计文件改错了

@CLAassistant
Copy link

CLAassistant commented Mar 14, 2022

CLA assistant check
All committers have signed the CLA.

@SmileGoat SmileGoat merged commit bb07144 into PaddlePaddle:speechx Mar 14, 2022
@SmileGoat SmileGoat deleted the align_nnet_decoder branch March 15, 2022 01:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants