Sci-Fiby Kenney <https://kenney.nl>
Laser 7
A sharp, clean laser shot sound, effective for quick hits or clear selection confirmations in a futuristic UI.
0.93s8KBCC0laser, 7
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/laser-7Usage
import { useSound } from "@/hooks/use-sound";
import { laser7Sound } from "@/sounds/laser-7";
const [play] = useSound(laser7Sound);