Sci-Fiby Kenney <https://kenney.nl>
Space Engine Small 002
A continuous, low-frequency hum suggestive of a small spacecraft engine, ideal for background ambience in a futuristic or space-themed UI or game.
5.00s40KBCC0space, engine, small, 002
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/space-engine-small-002Usage
import { useSound } from "@/hooks/use-sound";
import { spaceEngineSmall002Sound } from "@/sounds/space-engine-small-002";
const [play] = useSound(spaceEngineSmall002Sound);