From be18d1bd6531436320dfcc4f45392d41be6b451c Mon Sep 17 00:00:00 2001 From: cabrinenyona <89448221+cabrinenyona@users.noreply.github.com> Date: Thu, 17 Aug 2023 18:14:41 +0300 Subject: [PATCH 1/2] Added audio component description --- documentation/docs/components/audio.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/docs/components/audio.md b/documentation/docs/components/audio.md index ea6fde1b9d..bd15bf8c10 100644 --- a/documentation/docs/components/audio.md +++ b/documentation/docs/components/audio.md @@ -1,5 +1,7 @@ # Audio +Audio refers to any form of sound or sound-related content that can be played, recorded, processed or interacted within the app. Audio can include various types of sound such as music, spoken dialogue, sound effects and other auditory elements. + ## Example | type | name | value |parameter_list | From 4aa667395d876f007974badff1c319b4727d0848 Mon Sep 17 00:00:00 2001 From: esmeetewinkel <74557272+esmeetewinkel@users.noreply.github.com> Date: Fri, 29 Sep 2023 17:02:49 +0100 Subject: [PATCH 2/2] Update documentation/docs/components/audio.md --- documentation/docs/components/audio.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/components/audio.md b/documentation/docs/components/audio.md index bd15bf8c10..79fd03d85a 100644 --- a/documentation/docs/components/audio.md +++ b/documentation/docs/components/audio.md @@ -1,6 +1,6 @@ # Audio -Audio refers to any form of sound or sound-related content that can be played, recorded, processed or interacted within the app. Audio can include various types of sound such as music, spoken dialogue, sound effects and other auditory elements. +This component enables one to play audio files such as music or recorded audio within the app. It provides a means to play and pause, check audio progress and control playback. ## Example