Sci-Fiby Kenney <https://kenney.nl>
Space Engine Low 003
A continuous, deep, and humming space engine sound, suitable for background ambiance, indicating constant motion, or a spaceship's active state in a sci-fi interface.
5.00s40KBCC0space, engine, low, 003
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/space-engine-low-003Usage
import { useSound } from "@/hooks/use-sound";
import { spaceEngineLow003Sound } from "@/sounds/space-engine-low-003";
const [play] = useSound(spaceEngineLow003Sound);