Closed Modestying closed 8 months ago
You almost certainly want the original opus C library, not this thin Go <-> C wrapper. I don't know wasm but I did opus in asm.js once upon a time and this library (hraban/opus) was only useful on the server side, where I used Go. On the client I used asm.js, so I had to compile the original C library using emscripten. I'm assuming it will be similar for wasm.
Feel free to reopen with more info & context if you think I misunderstood the state of wasm
I need to do:
pcm
->opus
withwasm
,which seems not support now and hard in golang plans https://github.com/golang/go/issues/40543 (maybe i miread?)can i get some suggestions,thx