deno-windowing / dwm

Deno Window Manager: Cross-platform window creation and management
https://deno.land/x/dwm
Apache License 2.0
138 stars 10 forks source link

audio context #3

Closed nhrones closed 1 year ago

nhrones commented 1 year ago

Are there any plans to support an audio context for this windowing lib?

DjDeveloperr commented 1 year ago

Yes. I think we’d make a separate module for that (under Deno Windowing project however). It would also ideally follow Web Standard API.

nhrones commented 1 year ago

Thanks. I'll wait patiently. Let me know if I can help with any testing(Windows10). Also, I noticed that click, and bublclick did not work for me. Again on Win10.

DjDeveloperr commented 1 year ago

Also, I noticed that click, and bublclick did not work for me. Again on Win10.

Please open a separate issue, I'll investigate when I get time. Preferably, also add minimum reproducible example.