gradio/ui/packages/audio
2022-06-14 17:07:27 +01:00
..
src Stop audio tracks of user media on the stop callback for the Audio component when using the microphone (#1562) 2022-06-14 17:07:27 +01:00
package.json WIP: Add dark mode support (#1187) 2022-05-09 17:26:09 -07:00
README.md Blocks dev (#853) 2022-03-22 15:40:36 -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}
/>