Retroby Kenney <https://kenney.nl>
Computer Noise 001
A distinct, slightly varied computer humming noise, ideal for more active background ambiance in a data processing screen or a technological interface.
5.00s40KBCC0computer, noise, 001
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/computer-noise-001Usage
import { useSound } from "@/hooks/use-sound";
import { computerNoise001Sound } from "@/sounds/computer-noise-001";
const [play] = useSound(computerNoise001Sound);