Is there a way to play sound and use the microphon...
# multiplatform
d
Is there a way to play sound and use the microphone in KMP projects? I'm specifically targeting desktop+wasmJs for now.
f
If no-one already made a framework about it, you need to call the native api, so writing JAVA and JavaScript, a lot a work as I can say, but each are easily accessible.
K 1
d
Well, time to do some research then.
f
I use Korge on Desktop and Audio() on JS to play sounds. Haven't got to recording yet.