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