Sci-Fiby Kenney <https://kenney.nl>
Space Trash 1
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.45s12KBCC0space, trash, 1
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/space-trash-1Usage
import { useSound } from "@/hooks/use-sound";
import { spaceTrash1Sound } from "@/sounds/space-trash-1";
const [play] = useSound(spaceTrash1Sound);