Tonesby Kenney <https://kenney.nl>
Low Frequency Explosion 000
A powerful, deep low-frequency explosion, ideal for conveying a heavy impact, a critical error, or a catastrophic event in a UI or game.
2.00s16KBCC0low, frequency, explosion, 000
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/low-frequency-explosion-000Usage
import { useSound } from "@/hooks/use-sound";
import { lowFrequencyExplosion000Sound } from "@/sounds/low-frequency-explosion-000";
const [play] = useSound(lowFrequencyExplosion000Sound);