reflex icon indicating copy to clipboard operation
reflex copied to clipboard

Audio Support

Open Alek99 opened this issue 2 years ago β€’ 1 comments

We should integrate some sort of audio component to with web audio api.

https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API

Alek99 avatar Jun 12 '23 01:06 Alek99

The support will depend on the Browser Compatibility https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API#browser_compatibility.
What audio api can be support by pynecone is depended on what version of browser pyencone plan to support.

milochen0418 avatar Jun 12 '23 03:06 milochen0418

This is supported by the rx.audio component: https://reflex.dev/docs/library/media/audio/

picklelo avatar Jun 05 '24 21:06 picklelo