Sci-Fiby Kenney <https://kenney.nl>
Phase Jump 2
A slightly more abrupt, futuristic jump sound, effective for quick, sudden transitions or movement in a sci-fi interface.
0.39s4KBCC0phase, jump, 2
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/phase-jump-2Usage
import { useSound } from "@/hooks/use-sound";
import { phaseJump2Sound } from "@/sounds/phase-jump-2";
const [play] = useSound(phaseJump2Sound);