gradio/js/audio
pngwn 62c0a34a40
chore: update versions (#5992)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-19 15:28:58 +01:00
..
example
interactive Fix styling issues with Audio, Image and Video components (#5934) 2023-10-16 12:51:05 -07:00
shared Update static/AudioPlayerto use ../shared/Audio instead of the native <audio> for Wasm support (#6004) 2023-10-19 18:35:07 +09:00
static Update static/AudioPlayerto use ../shared/Audio instead of the native <audio> for Wasm support (#6004) 2023-10-19 18:35:07 +09:00
audio.test.ts Throw helpful error when media devices are not found (#5794) 2023-10-04 20:31:00 +01:00
CHANGELOG.md chore: update versions (#5992) 2023-10-19 15:28:58 +01:00
package.json chore: update versions (#5992) 2023-10-19 15:28:58 +01: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}
/>