Tonesby Kenney <https://kenney.nl>
Low Frequency Explosion 001
A punchy, low-frequency explosion sound, suitable for a more concise heavy impact or a significant negative feedback action.
1.00s8KBCC0low, frequency, explosion, 001
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/low-frequency-explosion-001Usage
import { useSound } from "@/hooks/use-sound";
import { lowFrequencyExplosion001Sound } from "@/sounds/low-frequency-explosion-001";
const [play] = useSound(lowFrequencyExplosion001Sound);