Back to Remotion

recordScratch

packages/docs/docs/sfx/record-scratch.mdx

4.0.473956 B
Original Source

recordScratch<AvailableFrom v="4.0.465" />

import {PlayButton} from './PlayButton';

<PlayButton src="https://remotion.media/record-scratch.wav" />

A URL pointing to a record scratch sound effect WAV file.

Example

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

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

Value

bash
https://remotion.media/record-scratch.wav

Duration

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

Attribution

Taken from https://www.myinstants.com/en/instant/record-scratch-sound-effect/. 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