-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Assertion failure in fstmakecontextsyms utility #3134
Comments
Can you please make a PR for that? |
sorry, my mouse is acting up. |
OK, this is my PR: #3142
but I guess this is not my fault. |
no, it's not your fault.
that's coming from a compilation of different stuff.
y.
…On Tue, Mar 19, 2019 at 4:16 AM Andrey Dorozhkin ***@***.***> wrote:
OK, this is my PR: #3142 <#3142>
CI has failed to build
kaldi-online.a(online-audio-source.o): In function `kaldi::OnlinePaSource::Callback(void const*, void*, long, PaStreamCallbackTimeInfo const*, unsigned long)':
/home/travis/build/kaldi-asr/kaldi/src/online/online-audio-source.cc:161: undefined reference to `PaUtil_GetRingBufferWriteAvailable'
/home/travis/build/kaldi-asr/kaldi/src/online/online-audio-source.cc:164: undefined reference to `PaUtil_WriteRingBuffer'
kaldi-online.a(online-audio-source.o): In function `OnlinePaSource':
/home/travis/build/kaldi-asr/kaldi/src/online/online-audio-source.cc:71: undefined reference to `PaUtil_InitializeRingBuffer'
kaldi-online.a(online-audio-source.o): In function `kaldi::OnlinePaSource::Read(kaldi::Vector<float>*)':
/home/travis/build/kaldi-asr/kaldi/src/online/online-audio-source.cc:122: undefined reference to `PaUtil_GetRingBufferReadAvailable'
/home/travis/build/kaldi-asr/kaldi/src/online/online-audio-source.cc:122: undefined reference to `PaUtil_GetRingBufferReadAvailable'
/home/travis/build/kaldi-asr/kaldi/src/online/online-audio-source.cc:138: undefined reference to `PaUtil_ReadRingBuffer'
but I guess this is not my fault.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3134 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AKisX5SvfvOlebbB4AHypQlENrraAv3lks5vYJzIgaJpZM4b5Rbt>
.
|
Fixed by #3142. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The usage example provided in the code comment at fstmakecontextsym.cc doesn't work giving an assertion failure:
OTH, according the online documentation, the first item of the ilabel_info object is supposed to be an empty vector. Just inverting the check
!info[0].empty()
seems to fix the issue. Here is the commit in my branch for the reference https://github.com/dorozhkin-stc/kaldi/commit/0afbadb25883f0f46f2f05dcb54f9d142e5e9d3e.The text was updated successfully, but these errors were encountered: