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