gradio/js/audio
Dawood Khan e0d61b8baa
Fix .clear() events for audio and image (#5587)
* clear

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2023-09-18 16:06:52 -07:00
..
example Refactor component directories (#5074) 2023-08-03 23:01:18 +01:00
interactive Fix .clear() events for audio and image (#5587) 2023-09-18 16:06:52 -07:00
shared Refactor component directories (#5074) 2023-08-03 23:01:18 +01:00
static delegate gradio events via a custom event dispatcher (#5279) 2023-08-23 21:48:10 +01:00
CHANGELOG.md chore: update versions (#5476) 2023-09-12 19:31:08 -07:00
package.json chore: update versions (#5476) 2023-09-12 19:31:08 -07:00
README.md move files (#3605) 2023-03-27 16:12:58 -07:00

@gradio/audio

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

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