Back to Remotion

uiSwitch

packages/docs/docs/sfx/ui-switch.mdx

4.0.466703 B
Original Source

uiSwitch<AvailableFrom v="4.0.429" />

import {PlayButton} from './PlayButton';

<PlayButton src="https://remotion.media/switch.wav" />

A URL pointing to a UI switch sound effect WAV file.

Example

tsx
import {uiSwitch} from '@remotion/sfx';
import {Audio} from '@remotion/media';

const MyVideo = () => {
  return <Audio src={uiSwitch} />;
};

Value

bash
https://remotion.media/switch.wav

Duration

0.330 seconds (2 channels, 44100 Hz, 16-bit)

Attribution

UI Audio - Switch 35 by kenney.nl - kenney.nl - License: Creative Commons 0

See also