gradio/js/audio
Hannah 144df459a3
Add show_edit_button param to gr.Audio (#5149)
* add show_edit_button param

* add changeset

* formatting

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2023-08-09 16:38:07 -04:00
..
example Refactor component directories (#5074) 2023-08-03 23:01:18 +01:00
interactive Add show_edit_button param to gr.Audio (#5149) 2023-08-09 16:38:07 -04:00
shared Refactor component directories (#5074) 2023-08-03 23:01:18 +01:00
static Add show_edit_button param to gr.Audio (#5149) 2023-08-09 16:38:07 -04:00
CHANGELOG.md Refactor component directories (#5074) 2023-08-03 23:01:18 +01:00
index.svelte Add show_edit_button param to gr.Audio (#5149) 2023-08-09 16:38:07 -04:00
package.json chore(deps): update dependency extendable-media-recorder to v8 (#5085) 2023-08-04 08:28:58 -04: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}
/>