Retroby Kenney <https://kenney.nl>
Computer Noise 000
A consistent, low-level computer humming noise, suitable for ambient background sound in a tech-themed UI or a sci-fi game setting.
5.00s40KBCC0computer, noise, 000
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/computer-noise-000Usage
import { useSound } from "@/hooks/use-sound";
import { computerNoise000Sound } from "@/sounds/computer-noise-000";
const [play] = useSound(computerNoise000Sound);