Sci-Fiby Kenney <https://kenney.nl>
Thruster Fire 002
A sustained, powerful whooshing and rumbling sound, resembling a spaceship's thrusters igniting, ideal for conveying movement or power in a sci-fi environment.
5.00s40KBCC0thruster, fire, 002
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/thruster-fire-002Usage
import { useSound } from "@/hooks/use-sound";
import { thrusterFire002Sound } from "@/sounds/thruster-fire-002";
const [play] = useSound(thrusterFire002Sound);