Sci-Fiby Kenney <https://kenney.nl>
Thruster Fire 000
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, 000
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/thruster-fire-000Usage
import { useSound } from "@/hooks/use-sound";
import { thrusterFire000Sound } from "@/sounds/thruster-fire-000";
const [play] = useSound(thrusterFire000Sound);