Thiago Amarante

Results 12 comments of Thiago Amarante

same problem. does anyone already know what the problem is?

but, we need convert to ogg :(

so far I don't know how to fix it. but during my investigation, the problem is in the OpusMediaRecorder.js -> _enableAudioProcessCallback -> this._postMessageToWorker ('pushInputData', message) method; this coincides with this...

I found the problem :) OpusMediaRecorder.js -> _postMessageToWorker this.worker.postMessage({ command, channelBuffers, length, duration }, channelBuffers.map(a => a.buffer)); remove channelBuffers.map(a => a.buffer) final this.worker.postMessage({ command, channelBuffers, length, duration }); that worked...

https://github.com/danielcardeenas/sulla#closing-saving-sessions Close the session properly to ensure the session is saved for the next time you log in (So it wont ask for QR scan again). So instead of CTRL+C,...

that's true! deleting the "\session\Default\Service Worker\Database\MANIFEST-000001" file is working again!

for now, deleting the "\session\Default\Service Worker\Database\MANIFEST-000001" file is working again!

nice request! i do like! but, i believe this is from the puppeteer

yes! the problem is because the flag isMedia stay false

yes, and it works. but it appears for you to download. Unlike an audio that you send at the same time.