univoice icon indicating copy to clipboard operation
univoice copied to clipboard

WebGL

Open TheRDavid opened this issue 2 years ago • 5 comments

Hello, quick question: Does univoice work on WebGL? Thank you!

TheRDavid avatar Mar 30 '22 06:03 TheRDavid

@TheRDavid the underlying airpeer project does have support for WebGL.

univoice doesn't use threading either, so that shouldn't be an issue.

The last core module is unimic for mic input. I've never testing it on webgl, but I think that should work too.

Good chance it should work! Please let me know if you try it out

adrenak avatar Apr 04 '22 17:04 adrenak

image Library\PackageCache\[email protected]\Runtime\Mic.cs(179,13): error CS0103: The name 'Microphone' does not exist in the current context

There are errors when building webgl.

wei-kris avatar Mar 31 '23 03:03 wei-kris

Cannot use Microphone class on webgl.

Maybe you can try this: https://github.com/tgraupmann/UnityWebGLMicrophone

wei-kris avatar Mar 31 '23 03:03 wei-kris

Hey thanks! I'll add that library soon.

Edit: have you tested this?

On Fri, 31 Mar, 2023, 09:08 wei-kris, @.***> wrote:

Cannot use Microphone class on webgl.

Maybe you can try this: https://github.com/tgraupmann/UnityWebGLMicrophone

— Reply to this email directly, view it on GitHub https://github.com/adrenak/univoice/issues/9#issuecomment-1491243145, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABZ5ZBQHTESLMFTCQ22OIV3W6ZGVHANCNFSM5SA2SL5A . You are receiving this because you commented.Message ID: @.***>

adrenak avatar Apr 01 '23 01:04 adrenak

is there any info on webGL mic. ?

Akravator91 avatar Feb 26 '24 13:02 Akravator91