packages/docs/docs/sfx/bruh.mdx
import {PlayButton} from './PlayButton';
<PlayButton src="https://remotion.media/bruh.wav" />A URL pointing to a bruh sound effect WAV file.
import {bruh} from '@remotion/sfx';
import {Audio} from '@remotion/media';
const MyVideo = () => {
return <Audio src={bruh} />;
};
https://remotion.media/bruh.wav
0.629 seconds (2 channels, 44100 Hz, 16-bit)
Taken from https://www.myinstants.com/en/instant/bruh-wav-4894/.
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.