Fix #29 by removing compression altogether
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
<script src="https://cdn.jsdelivr.net/gh/msqr1/Vosklet@1.2.1/Examples/Vosklet.js" async defer></script>
|
||||
<script>
|
||||
async function start() {
|
||||
|
||||
// All data is collected and transfered to the main thread so the AudioContext won't output anything. Set sinkId type to none to save power
|
||||
let ctx = new AudioContext({sinkId: {type: "none"}});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user