João Martins

Results 10 comments of João Martins

It is probably the demuxer. I only support 3GP format in AMR.js library. I think Android uses another one.

Hi, Thanks a lot, for reporting this. I seem to hear the whole clip, using the web page to encode/decode. Could you tell me you reproduced the issue i.e. file...

Yeap, the problem is granule_pos as I reported in #13 . In VLC the audio might get cut. Though I haven't found the time to fix it yet.

Hi, > Great work with this code, btw Thanks! > Hey, do you have an example which takes a speex input and generates speex in an ogg container? In the...

Really Cool! Btw, for WB the frame size is 320, and NB is 160 samples. It looks like there is a frame missing (in granule pos) if it's the end...

I think it shouldn't take a lot of effort to support it. The compiled version already supports it, it's just a matter of the wrapper to handle it. Whenever i...

Great! Would you mind changing `src/ogg.js` ? `dist/speex.js` is generated from files within `src`. Thanks!

Could you try booting up your guest on one of the CPUs being used for Domain-0 ? Say if your Domain-0 is pinned to 0,1,2,3. You boot ClickOS on CPU...

Hi, Thanks a lot for the patch! I tested and it looks good. I just have two small nits: 1) commit short message is too long and is missing the...

Looks good! But I guess the PR wasn't updated correctly. You just need rebased it and delete the last 4 commits, to just have commit c4bbaaa in your master branch.