mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-12 12:40:29 +08:00
* Update js/audio/static/AudioPlayer.svelte to use ../shared/Audio.svelte instead of the native `<audio>` for Wasm support * add changeset * Update markup and stying * Apply formatter --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
@gradio/audio
<script>
import { Audio } from "@gradio/audio";
</script>
<Audio
value="string"
theme="string"
name="string"
source="microphone | upload"
on:change={e.detail === value}
/>