WLJS LogoWLJS Notebook

AudioReverse

AudioReverse[audio] reverses audio so that the signal is played backward.

AudioReverse[video] reverses the first audio track in video.

Examples

Reverse audio playback:

audio = ExampleData[{"Audio", "Bird"}];
AudioReverse[audio]

Please visit the official Wolfram Language Reference for more details.

On this page