Sci-Fiby Kenney <https://kenney.nl>
Space Engine Small 004
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, 004
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/space-engine-small-004Usage
import { useSound } from "@/hooks/use-sound";
import { spaceEngineSmall004Sound } from "@/sounds/space-engine-small-004";
const [play] = useSound(spaceEngineSmall004Sound);