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