Sci-Fiby Kenney <https://kenney.nl>
Laser 1
A classic, distinct laser shot sound, excellent for futuristic weapon firing in games or energy-based UI interactions.
1.10s9KBCC0laser, 1
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/laser-1Usage
import { useSound } from "@/hooks/use-sound";
import { laser1Sound } from "@/sounds/laser-1";
const [play] = useSound(laser1Sound);