WLJS LogoWLJS Notebook

AudioAmplify

AudioAmplify[audio, s] multiplies all samples of audio by a factor s.

AudioAmplify[video, s] amplifies the first audio track in video.

Examples

Double the volume of audio:

AudioAmplify[Audio[...], 2]
(* Audio[...] *)

Please visit the official Wolfram Language Reference for more details.

On this page