jojo

Results 5 comments of jojo

rec() { audioinput._micGainNode = null; let audioCtx = new (window["AudioContext"] || window["webkitAudioContext"])(); audioinput.start({streamToWebAudio : true, audioContext:audioCtx, concatenateMaxChunks: 1, normalize: true}); // Start the capture var dest = audioinput.getAudioContext().createMediaStreamDestination(); // Create...

how can i include this in my home.ts?

that did the trick. Thanks @gauravmehla you just saved a dev

it would be great if this could be fixed!

Faced this problem as well, i had to write a custom service to remove the persisting notification after app kill.