gradio/js/audio
pngwn 543f327723
chore: update versions (#5596)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-26 14:50:39 -07:00
..
example
interactive Fix .clear() events for audio and image (#5587) 2023-09-18 16:06:52 -07:00
shared
static
CHANGELOG.md chore: update versions (#5596) 2023-09-26 14:50:39 -07:00
package.json chore: update versions (#5596) 2023-09-26 14:50:39 -07:00
README.md

@gradio/audio

<script>
	import { Audio } from "@gradio/audio";
</script>

<Audio
	value="string"
	theme="string"
	name="string"
	source="microphone | upload"
	on:change={e.detail === value}
/>