Gameby Kenney <https://kenney.nl>
War Suppressing Fire
A male voiceover announcing "Suppressing Fire!", suitable for tactical communication in a combat game, indicating the initiation of suppressive action.
1.24s10KBCC0war, suppressing, fire
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/war-suppressing-fireUsage
import { useSound } from "@/hooks/use-sound";
import { warSuppressingFireSound } from "@/sounds/war-suppressing-fire";
const [play] = useSound(warSuppressingFireSound);