Sci-Fiby Kenney <https://kenney.nl>
Space Trash 5
A short, metallic clattering sound with a sci-fi flair, perfect for indicating an item being discarded, an inventory update, or a minor impact in a space-themed game.
1.43s12KBCC0space, trash, 5
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/space-trash-5Usage
import { useSound } from "@/hooks/use-sound";
import { spaceTrash5Sound } from "@/sounds/space-trash-5";
const [play] = useSound(spaceTrash5Sound);