Sci-Fiby Kenney <https://kenney.nl>
Laser 5
A distinct, synthetic laser sound with a quick decay, ideal for rapid-fire weapon effects or snappy UI confirmations.
1.01s8KBCC0laser, 5
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/laser-5Usage
import { useSound } from "@/hooks/use-sound";
import { laser5Sound } from "@/sounds/laser-5";
const [play] = useSound(laser5Sound);