Back to Remotion

windowsXpError

packages/docs/docs/sfx/windows-xp-error.mdx

4.0.460892 B
Original Source

windowsXpError<AvailableFrom v="4.0.433" />

import {PlayButton} from './PlayButton';

<PlayButton src="https://remotion.media/windows-xp-error.wav" />

A URL pointing to a Windows XP error sound effect WAV file.

Example

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

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

Value

bash
https://remotion.media/windows-xp-error.wav

Duration

0.993 seconds (1 channel, 44100 Hz, 16-bit)

Attribution

Taken from https://www.myinstants.com/en/instant/windows-xp-error/. This sound is not explicitly released under a free license, but it is probably fine to use given its widespread use. Remotion will not take any responsibility for your use of this sound.

See also