gradio/js/audio
Hannah 46a2b600a7
ensure translations for audio work correctly (#5264)
* fix audio import

* set i18n locale

* add changeset

* tweak

* add changeset

* add curly brackets

* add changeset

* changes

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
2023-08-18 17:37:19 +01:00
..
example Refactor component directories (#5074) 2023-08-03 23:01:18 +01:00
interactive ensure translations for audio work correctly (#5264) 2023-08-18 17:37:19 +01:00
shared Refactor component directories (#5074) 2023-08-03 23:01:18 +01:00
static Update i18n tokens and locale files (#5216) 2023-08-18 12:36:52 +01:00
CHANGELOG.md chore: update versions (#5038) 2023-08-10 16:59:00 -04:00
package.json remove index files and update test paths (#5262) 2023-08-18 16:33:07 +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}
/>