Max Hawkins

Results 27 comments of Max Hawkins

Were you able to get this working? I tried rolling back to 63b2cfd and setting those options in my config. No luck, it just returns `yeah yeah yeah` over and...

Never mind. I was using the client incorrectly. When I converted my wav file to raw PCM it started working fine. For anyone who encounters this in the future, here...

Thanks I'll give that a shot. I'm also seeing some errors with word-level alignment (subtle drift noticeable on long recordings) with the ASPIRE model at 63b2cfd, but I think that's...

I've had that issue before. Usually it means your settings are wrong. Check the `acoustic-scale` and `frame-subsampling-factor`.

I came across a possible solution for this issue. The old socket-based recognition server in the Kaldi trunk runs `DeterminizeLatticePruned` before getting a word alignment: https://github.com/kaldi-asr/kaldi/blob/master/src/onlinebin/online-audio-server-decode-faster.cc#L257 Adding that to my...

I think it should go here, right before `WordAlignLattice` https://github.com/alumae/gst-kaldi-nnet2-online/blob/8222681d9aacac5cfbadc509253d18510fd9a938/src/gstkaldinnet2onlinedecoder.cc#L928

I'm interested in this change. Are there any plans to merge it?

I got pulled away to another project so I'm not working on this currently, unfortunately. If you want to take a stab at wiring up some of the structs I'd...

Work has started on this. Thank you @hugoArregui! Only `RTCPeerConnectionStats`, `RTCIceCandidatePairStats`, and `RTCIceCandidateStats` are implemented at the moment. We're looking for help implementing the other stat types. Here's the commit...

> Is there a grand master plan behind putting json keys in the stats structs? It makes it possible to deserialize JSON-encoded stats data from the browser.