You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#' @param src character. It specifies the location (URL) of the audio file.
4
+
#' @param controls logical. When \code{TRUE}, it specifies that audio controls should be displayed.
5
+
#' @param autoplay logical. When \code{TRUE}, the audio will automatically start playing as soon as it can do so without stopping.
6
+
#' @param loop logical. When \code{TRUE}, it specifies that the audio will start over again, every time it is finished.
7
+
#' @param muted logical. When \code{TRUE}, it specifies that the audio output should be muted.
8
+
#' @param preload character. It specifies if and how the author thinks that the audio file should be loaded when the page loads. Possible values are \code{none}, \code{auto} and \code{metadata}
0 commit comments