Sci-Fiby Kenney <https://kenney.nl>
Laser 3
A medium-pitched laser sound with a clear attack, great for standard sci-fi weapon feedback or focused UI interactions.
0.98s8KBCC0laser, 3
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/laser-3Usage
import { useSound } from "@/hooks/use-sound";
import { laser3Sound } from "@/sounds/laser-3";
const [play] = useSound(laser3Sound);