gradio/js/audio
Hannah 4b58ea6d98
Update i18n tokens and locale files (#5216)
* tokenize en strings in components and refactor en.json

* add changeset

* refactor more translation files

* more translation files

* tweak

* fix test

* fix other test

* fix test

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2023-08-18 12:36:52 +01:00
..
example Refactor component directories (#5074) 2023-08-03 23:01:18 +01:00
interactive Update i18n tokens and locale files (#5216) 2023-08-18 12:36:52 +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
index.svelte Ensure File component uploads files to the server. (#5253) 2023-08-17 12:20:19 -07:00
package.json chore: update versions (#5038) 2023-08-10 16:59:00 -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}
/>