dUkk

Results 20 comments of dUkk

@AnthumChris , maybe more simple way to do this is MSE aka (Media Source Extensions) ? That way it connects to existing html5 tag and allow http live streaming chunk...

@AnthumChris main problem with wavesurfer is its strictly requirements to download entire audio before it will actually work correctly. it was a bit of pain as i see in ISSUES...

@nemesisKO in summary i currently forked wavesurfer and removed all pre-download. (sources with acknowledge in my github repo)

I agree completely here. because *ALL COLUMNS* csv export is bloat for everyone's use. only limited number of columns needed for practical jobs. Having to dump all columns in every...

@john-preston no, try it yourself . you need 2 audio devices for this. Look at screenshots. Windows has 2 roles kinds for audio. 1 for default multimedia output and 2...

So, please implement additional SINGLE "communication default" item for "Calls and video chats" sub-group. As a developer i didn't see high pain adding besides "**default**" another "**communication default**" to THAT...

is this not possible to call already via exposed setOpusControl() function ?

just my 2 cents. Im interested in raw encoded frames from opus too. without overhead. currently proposed patch is wrong. encoderWorker.min.js:1 Uncaught ReferenceError: postMessage is not defined at OggOpusEncoder.segmentPacket (encoderWorker.min.js:1)...

digging little deeper in source i found better (and working!) solution. (I need RAW opus frames. each frame is distinct byteArray element inserted into another byteArray) patching needed only in...

@pitonoved > I need this solution too.. how we would contact? Original Author does not communicate what should i do (post here changed lines in original code or pull another...