WLJS LogoWLJS Notebook

AudioQ

AudioQ[audio] yields True if audio has the form of a valid Audio object, and False otherwise.

Examples

Test for valid audio:

AudioQ[ExampleData[{"Audio", "Bird"}]]
(* True *)
AudioQ["not audio"]
(* False *)

Please visit the official Wolfram Language Reference for more details.

On this page