claude-code-sounds 1.2.0 → 1.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (304) hide show
  1. package/README.md +7 -15
  2. package/bin/cli.js +760 -705
  3. package/images/social-preview.png +0 -0
  4. package/package.json +6 -2
  5. package/themes/mario/sounds/1-up.wav +0 -0
  6. package/themes/mario/sounds/block-bump.wav +0 -0
  7. package/themes/mario/sounds/break-block.wav +0 -0
  8. package/themes/mario/sounds/burned.wav +0 -0
  9. package/themes/mario/sounds/coin.wav +0 -0
  10. package/themes/mario/sounds/death.wav +0 -0
  11. package/themes/mario/sounds/doh.wav +0 -0
  12. package/themes/mario/sounds/fireball.wav +0 -0
  13. package/themes/mario/sounds/flagpole.wav +0 -0
  14. package/themes/mario/sounds/game-over.wav +0 -0
  15. package/themes/mario/sounds/haha.wav +0 -0
  16. package/themes/mario/sounds/happy-message.wav +0 -0
  17. package/themes/mario/sounds/hello.wav +0 -0
  18. package/themes/mario/sounds/here-we-go.wav +0 -0
  19. package/themes/mario/sounds/hurt.wav +0 -0
  20. package/themes/mario/sounds/its-a-me-mario.wav +0 -0
  21. package/themes/mario/sounds/lets-a-go.wav +0 -0
  22. package/themes/mario/sounds/level-clear.wav +0 -0
  23. package/themes/mario/sounds/mamma-mia.wav +0 -0
  24. package/themes/mario/sounds/message-block.wav +0 -0
  25. package/themes/mario/sounds/mushroom-appears.wav +0 -0
  26. package/themes/mario/sounds/okey-dokey.wav +0 -0
  27. package/themes/mario/sounds/oof.wav +0 -0
  28. package/themes/mario/sounds/pause.wav +0 -0
  29. package/themes/mario/sounds/pipe-warp.wav +0 -0
  30. package/themes/mario/sounds/power-up.wav +0 -0
  31. package/themes/mario/sounds/question-block.wav +0 -0
  32. package/themes/mario/sounds/raccoon-transform.wav +0 -0
  33. package/themes/mario/sounds/shrink.wav +0 -0
  34. package/themes/mario/sounds/smb3-power-up.wav +0 -0
  35. package/themes/mario/sounds/smw-1-up.wav +0 -0
  36. package/themes/mario/sounds/smw-pipe.wav +0 -0
  37. package/themes/mario/sounds/smw-power-up.wav +0 -0
  38. package/themes/mario/sounds/snore.wav +0 -0
  39. package/themes/mario/sounds/stage-clear.wav +0 -0
  40. package/themes/mario/sounds/star-appears.wav +0 -0
  41. package/themes/mario/sounds/stomp.wav +0 -0
  42. package/themes/mario/sounds/tired.wav +0 -0
  43. package/themes/mario/sounds/vine-grow.wav +0 -0
  44. package/themes/mario/sounds/waha.wav +0 -0
  45. package/themes/mario/sounds/warp-whistle.wav +0 -0
  46. package/themes/mario/sounds/warp.wav +0 -0
  47. package/themes/mario/sounds/whoa.wav +0 -0
  48. package/themes/mario/sounds/world-clear.wav +0 -0
  49. package/themes/mario/sounds/yahoo.wav +0 -0
  50. package/themes/mario/sounds/yawn.wav +0 -0
  51. package/themes/mario/sounds/yippee.wav +0 -0
  52. package/themes/mario/theme.json +144 -48
  53. package/themes/mgs/sounds/alert-mode.mp3 +0 -0
  54. package/themes/mgs/sounds/alert-sfx.mp3 +0 -0
  55. package/themes/mgs/sounds/alert.mp3 +0 -0
  56. package/themes/mgs/sounds/cigar.mp3 +0 -0
  57. package/themes/mgs/sounds/codec-beep.mp3 +0 -0
  58. package/themes/mgs/sounds/codec-call-out.mp3 +0 -0
  59. package/themes/mgs/sounds/codec-call.mp3 +0 -0
  60. package/themes/mgs/sounds/codec-close.mp3 +0 -0
  61. package/themes/mgs/sounds/codec-dial.mp3 +0 -0
  62. package/themes/mgs/sounds/codec-exit.mp3 +0 -0
  63. package/themes/mgs/sounds/codec-hangup.mp3 +0 -0
  64. package/themes/mgs/sounds/codec-ring.mp3 +0 -0
  65. package/themes/mgs/sounds/friendly-fire.mp3 +0 -0
  66. package/themes/mgs/sounds/game-over-fade.mp3 +0 -0
  67. package/themes/mgs/sounds/game-over-screen.mp3 +0 -0
  68. package/themes/mgs/sounds/game-over.mp3 +0 -0
  69. package/themes/mgs/sounds/good-shooting.mp3 +0 -0
  70. package/themes/mgs/sounds/if-you-say-so.mp3 +0 -0
  71. package/themes/mgs/sounds/ill-do-my-best.mp3 +0 -0
  72. package/themes/mgs/sounds/item-drop.mp3 +0 -0
  73. package/themes/mgs/sounds/just-to-suffer.mp3 +0 -0
  74. package/themes/mgs/sounds/kept-you-waiting-huh.mp3 +0 -0
  75. package/themes/mgs/sounds/kept-you-waiting.mp3 +0 -0
  76. package/themes/mgs/sounds/mission-complete.mp3 +0 -0
  77. package/themes/mgs/sounds/mission-qualify.mp3 +0 -0
  78. package/themes/mgs/sounds/ocelot-meow.mp3 +0 -0
  79. package/themes/mgs/sounds/original-game-over.mp3 +0 -0
  80. package/themes/mgs/sounds/roger-that.mp3 +0 -0
  81. package/themes/mgs/sounds/snake-dies.mp3 +0 -0
  82. package/themes/mgs/sounds/snake-scream.mp3 +0 -0
  83. package/themes/mgs/sounds/sounds-like-a-plan.mp3 +0 -0
  84. package/themes/mgs/sounds/sweet-dreams.mp3 +0 -0
  85. package/themes/mgs/sounds/this-is-snake.mp3 +0 -0
  86. package/themes/mgs/sounds/what-the-hell.mp3 +0 -0
  87. package/themes/mgs/sounds/what-was-that-noise.mp3 +0 -0
  88. package/themes/mgs/sounds/what-was-that.mp3 +0 -0
  89. package/themes/mgs/sounds/youre-pretty-good.mp3 +0 -0
  90. package/themes/mgs/theme.json +123 -41
  91. package/themes/pokemon-gen1/sounds/ball-poof.wav +0 -0
  92. package/themes/pokemon-gen1/sounds/ball-toss.wav +0 -0
  93. package/themes/pokemon-gen1/sounds/caught-mon.wav +0 -0
  94. package/themes/pokemon-gen1/sounds/charizard-cry.wav +0 -0
  95. package/themes/pokemon-gen1/sounds/collision.wav +0 -0
  96. package/themes/pokemon-gen1/sounds/confused.wav +0 -0
  97. package/themes/pokemon-gen1/sounds/denied.wav +0 -0
  98. package/themes/pokemon-gen1/sounds/dex-page-added.wav +0 -0
  99. package/themes/pokemon-gen1/sounds/enter-pc.wav +0 -0
  100. package/themes/pokemon-gen1/sounds/faint-fall.wav +0 -0
  101. package/themes/pokemon-gen1/sounds/faint-thud.wav +0 -0
  102. package/themes/pokemon-gen1/sounds/get-item-fanfare.wav +0 -0
  103. package/themes/pokemon-gen1/sounds/get-item.wav +0 -0
  104. package/themes/pokemon-gen1/sounds/get-key-item.wav +0 -0
  105. package/themes/pokemon-gen1/sounds/go-outside.wav +0 -0
  106. package/themes/pokemon-gen1/sounds/heal-ailment.wav +0 -0
  107. package/themes/pokemon-gen1/sounds/heal-up.wav +0 -0
  108. package/themes/pokemon-gen1/sounds/intro-lunge.wav +0 -0
  109. package/themes/pokemon-gen1/sounds/intro-whoosh.wav +0 -0
  110. package/themes/pokemon-gen1/sounds/jigglypuff-cry.wav +0 -0
  111. package/themes/pokemon-gen1/sounds/ledge.wav +0 -0
  112. package/themes/pokemon-gen1/sounds/level-up.wav +0 -0
  113. package/themes/pokemon-gen1/sounds/pikachu-cry.wav +0 -0
  114. package/themes/pokemon-gen1/sounds/poisoned.wav +0 -0
  115. package/themes/pokemon-gen1/sounds/pokeball-open.wav +0 -0
  116. package/themes/pokemon-gen1/sounds/pokeball-throw.wav +0 -0
  117. package/themes/pokemon-gen1/sounds/pokedex-rating.wav +0 -0
  118. package/themes/pokemon-gen1/sounds/pokemon-switch.wav +0 -0
  119. package/themes/pokemon-gen1/sounds/press-ab.wav +0 -0
  120. package/themes/pokemon-gen1/sounds/psyduck-cry.wav +0 -0
  121. package/themes/pokemon-gen1/sounds/purchase.wav +0 -0
  122. package/themes/pokemon-gen1/sounds/rest.wav +0 -0
  123. package/themes/pokemon-gen1/sounds/save-game.wav +0 -0
  124. package/themes/pokemon-gen1/sounds/screech.wav +0 -0
  125. package/themes/pokemon-gen1/sounds/self-destruct.wav +0 -0
  126. package/themes/pokemon-gen1/sounds/shrink.wav +0 -0
  127. package/themes/pokemon-gen1/sounds/silph-scope.wav +0 -0
  128. package/themes/pokemon-gen1/sounds/slots-new-spin.wav +0 -0
  129. package/themes/pokemon-gen1/sounds/slots-stop.wav +0 -0
  130. package/themes/pokemon-gen1/sounds/splash.wav +0 -0
  131. package/themes/pokemon-gen1/sounds/start-menu.wav +0 -0
  132. package/themes/pokemon-gen1/sounds/substitute.wav +0 -0
  133. package/themes/pokemon-gen1/sounds/swap.wav +0 -0
  134. package/themes/pokemon-gen1/sounds/teleport.wav +0 -0
  135. package/themes/pokemon-gen1/sounds/tink.wav +0 -0
  136. package/themes/pokemon-gen1/sounds/trade-machine.wav +0 -0
  137. package/themes/pokemon-gen1/sounds/turn-off-pc.wav +0 -0
  138. package/themes/pokemon-gen1/sounds/withdraw-deposit.wav +0 -0
  139. package/themes/pokemon-gen1/theme.json +150 -50
  140. package/themes/portal/sounds/announcer-post.wav +0 -0
  141. package/themes/portal/sounds/button-positive.wav +0 -0
  142. package/themes/portal/sounds/button-press.wav +0 -0
  143. package/themes/portal/sounds/button-release.wav +0 -0
  144. package/themes/portal/sounds/core-attach.wav +0 -0
  145. package/themes/portal/sounds/core-complete.wav +0 -0
  146. package/themes/portal/sounds/emancipation-grill.wav +0 -0
  147. package/themes/portal/sounds/fizzler-shutdown.wav +0 -0
  148. package/themes/portal/sounds/fizzler-start.wav +0 -0
  149. package/themes/portal/sounds/invalid-surface.wav +0 -0
  150. package/themes/portal/sounds/klaxon-alarm.wav +0 -0
  151. package/themes/portal/sounds/portal-close-alt.wav +0 -0
  152. package/themes/portal/sounds/portal-close.wav +0 -0
  153. package/themes/portal/sounds/portal-enter.wav +0 -0
  154. package/themes/portal/sounds/portal-exit.wav +0 -0
  155. package/themes/portal/sounds/portal-fizzle.wav +0 -0
  156. package/themes/portal/sounds/portal-open.wav +0 -0
  157. package/themes/portal/sounds/portal-whoosh-close.wav +0 -0
  158. package/themes/portal/sounds/portalgun-powerup.wav +0 -0
  159. package/themes/portal/sounds/shoot-blue-portal.wav +0 -0
  160. package/themes/portal/sounds/shoot-orange-portal.wav +0 -0
  161. package/themes/portal/sounds/synth-negative.wav +0 -0
  162. package/themes/portal/sounds/synth-positive.wav +0 -0
  163. package/themes/portal/sounds/test-chamber-complete.wav +0 -0
  164. package/themes/portal/sounds/test-chamber-start.wav +0 -0
  165. package/themes/portal/sounds/turret-activated.wav +0 -0
  166. package/themes/portal/sounds/turret-alert.wav +0 -0
  167. package/themes/portal/sounds/turret-are-you-still-there.wav +0 -0
  168. package/themes/portal/sounds/turret-deploy.wav +0 -0
  169. package/themes/portal/sounds/turret-done.wav +0 -0
  170. package/themes/portal/sounds/turret-goodbye.wav +0 -0
  171. package/themes/portal/sounds/turret-hello.wav +0 -0
  172. package/themes/portal/sounds/turret-hellooo.wav +0 -0
  173. package/themes/portal/sounds/turret-i-see-you.wav +0 -0
  174. package/themes/portal/sounds/turret-no-hard-feelings.wav +0 -0
  175. package/themes/portal/sounds/turret-ow.wav +0 -0
  176. package/themes/portal/sounds/turret-ping.wav +0 -0
  177. package/themes/portal/sounds/turret-retract.wav +0 -0
  178. package/themes/portal/sounds/turret-searching.wav +0 -0
  179. package/themes/portal/sounds/turret-target-lost.wav +0 -0
  180. package/themes/portal/sounds/turret-whos-there.wav +0 -0
  181. package/themes/portal/sounds/ui-click.wav +0 -0
  182. package/themes/portal/theme.json +129 -43
  183. package/themes/star-wars/sounds/bad-feeling.wav +0 -0
  184. package/themes/star-wars/sounds/blaster-firing.wav +0 -0
  185. package/themes/star-wars/sounds/chewie-chatting.wav +0 -0
  186. package/themes/star-wars/sounds/chewie-roar.wav +0 -0
  187. package/themes/star-wars/sounds/dark-side.wav +0 -0
  188. package/themes/star-wars/sounds/darth-maul-reveal-ourselves.wav +0 -0
  189. package/themes/star-wars/sounds/decided-to-rescue-you.wav +0 -0
  190. package/themes/star-wars/sounds/destiny-fulfilled.wav +0 -0
  191. package/themes/star-wars/sounds/destroy-you.wav +0 -0
  192. package/themes/star-wars/sounds/force-is-strong-with-this-one.wav +0 -0
  193. package/themes/star-wars/sounds/force-is-strong.wav +0 -0
  194. package/themes/star-wars/sounds/force-will-be-with-you.wav +0 -0
  195. package/themes/star-wars/sounds/great-disturbance.wav +0 -0
  196. package/themes/star-wars/sounds/i-am-your-father.wav +0 -0
  197. package/themes/star-wars/sounds/its-a-trap.wav +0 -0
  198. package/themes/star-wars/sounds/jabba-laughing.wav +0 -0
  199. package/themes/star-wars/sounds/lightsaber-ignite.wav +0 -0
  200. package/themes/star-wars/sounds/lightsaber-off.wav +0 -0
  201. package/themes/star-wars/sounds/lord-vader-rise.wav +0 -0
  202. package/themes/star-wars/sounds/luke-dont-do-that.wav +0 -0
  203. package/themes/star-wars/sounds/r2d2-beep.wav +0 -0
  204. package/themes/star-wars/sounds/r2d2-hey-you.wav +0 -0
  205. package/themes/star-wars/sounds/r2d2-woo-hoo.wav +0 -0
  206. package/themes/star-wars/sounds/r2d2-yeah.wav +0 -0
  207. package/themes/star-wars/sounds/vader-breathing.wav +0 -0
  208. package/themes/star-wars/sounds/vader-what-is-thy-bidding.wav +0 -0
  209. package/themes/star-wars/sounds/vader-yes-my-master.wav +0 -0
  210. package/themes/star-wars/sounds/wilhelm-scream.wav +0 -0
  211. package/themes/star-wars/sounds/yoda-900-years-old.wav +0 -0
  212. package/themes/star-wars/sounds/yoda-always-two.wav +0 -0
  213. package/themes/star-wars/sounds/yoda-dangerous-disturbing.wav +0 -0
  214. package/themes/star-wars/sounds/yoda-do-or-do-not.wav +0 -0
  215. package/themes/star-wars/sounds/yoda-laughing.wav +0 -0
  216. package/themes/star-wars/sounds/yoda-much-fear.wav +0 -0
  217. package/themes/star-wars/sounds/yoda-twisted-by-dark-side.wav +0 -0
  218. package/themes/star-wars/sounds/you-were-the-chosen-one.wav +0 -0
  219. package/themes/star-wars/theme.json +112 -37
  220. package/themes/wc3-peon/sounds/anything-you-want.wav +0 -0
  221. package/themes/wc3-peon/sounds/be-happy-to.wav +0 -0
  222. package/themes/wc3-peon/sounds/concentrate-and-ask-again.wav +0 -0
  223. package/themes/wc3-peon/sounds/dabu.wav +0 -0
  224. package/themes/wc3-peon/sounds/death.wav +0 -0
  225. package/themes/wc3-peon/sounds/finally.wav +0 -0
  226. package/themes/wc3-peon/sounds/for-the-horde.wav +0 -0
  227. package/themes/wc3-peon/sounds/get-em.wav +0 -0
  228. package/themes/wc3-peon/sounds/grunt-death.wav +0 -0
  229. package/themes/wc3-peon/sounds/headhunter-death.wav +0 -0
  230. package/themes/wc3-peon/sounds/hmmm.wav +0 -0
  231. package/themes/wc3-peon/sounds/how-can-i-help.wav +0 -0
  232. package/themes/wc3-peon/sounds/i-can-do-that.wav +0 -0
  233. package/themes/wc3-peon/sounds/i-can-wait-no-longer.wav +0 -0
  234. package/themes/wc3-peon/sounds/ill-try.wav +0 -0
  235. package/themes/wc3-peon/sounds/immediately.wav +0 -0
  236. package/themes/wc3-peon/sounds/it-is-certain.wav +0 -0
  237. package/themes/wc3-peon/sounds/me-busy-leave-me-alone.wav +0 -0
  238. package/themes/wc3-peon/sounds/me-not-that-kind-of-orc.wav +0 -0
  239. package/themes/wc3-peon/sounds/more-work.mp3 +0 -0
  240. package/themes/wc3-peon/sounds/no-time-for-play.wav +0 -0
  241. package/themes/wc3-peon/sounds/not-easy-being-green.wav +0 -0
  242. package/themes/wc3-peon/sounds/of-course.wav +0 -0
  243. package/themes/wc3-peon/sounds/ok.wav +0 -0
  244. package/themes/wc3-peon/sounds/okie-dokie.wav +0 -0
  245. package/themes/wc3-peon/sounds/outlook-not-so-good.wav +0 -0
  246. package/themes/wc3-peon/sounds/peon-death.wav +0 -0
  247. package/themes/wc3-peon/sounds/ready-to-work.wav +0 -0
  248. package/themes/wc3-peon/sounds/reply-hazy-try-again.wav +0 -0
  249. package/themes/wc3-peon/sounds/right-away.wav +0 -0
  250. package/themes/wc3-peon/sounds/someone-call-for-the-doctor.wav +0 -0
  251. package/themes/wc3-peon/sounds/something-need-doing.wav +0 -0
  252. package/themes/wc3-peon/sounds/taste-the-fury.wav +0 -0
  253. package/themes/wc3-peon/sounds/understood.wav +0 -0
  254. package/themes/wc3-peon/sounds/well-done.wav +0 -0
  255. package/themes/wc3-peon/sounds/what-you-want-me-to-do.wav +0 -0
  256. package/themes/wc3-peon/sounds/what-you-want.wav +0 -0
  257. package/themes/wc3-peon/sounds/what.wav +0 -0
  258. package/themes/wc3-peon/sounds/whatever-you-say.wav +0 -0
  259. package/themes/wc3-peon/sounds/who-you-want-me-kill.wav +0 -0
  260. package/themes/wc3-peon/sounds/why-not.wav +0 -0
  261. package/themes/wc3-peon/sounds/why-you-poking-me.wav +0 -0
  262. package/themes/wc3-peon/sounds/work-work.wav +0 -0
  263. package/themes/wc3-peon/sounds/yes.wav +0 -0
  264. package/themes/wc3-peon/sounds/you-seek-me-help.wav +0 -0
  265. package/themes/wc3-peon/sounds/zug-zug.wav +0 -0
  266. package/themes/wc3-peon/theme.json +175 -58
  267. package/themes/zelda-oot/sounds/dialogue-done.wav +0 -0
  268. package/themes/zelda-oot/sounds/dialogue-next.wav +0 -0
  269. package/themes/zelda-oot/sounds/error.wav +0 -0
  270. package/themes/zelda-oot/sounds/ganondorf-laugh.wav +0 -0
  271. package/themes/zelda-oot/sounds/get-heart.wav +0 -0
  272. package/themes/zelda-oot/sounds/get-item.wav +0 -0
  273. package/themes/zelda-oot/sounds/get-rupee.wav +0 -0
  274. package/themes/zelda-oot/sounds/great-fairy-laugh.wav +0 -0
  275. package/themes/zelda-oot/sounds/hello.wav +0 -0
  276. package/themes/zelda-oot/sounds/hey.wav +0 -0
  277. package/themes/zelda-oot/sounds/item-fanfare.wav +0 -0
  278. package/themes/zelda-oot/sounds/link-attack.wav +0 -0
  279. package/themes/zelda-oot/sounds/link-hurt.wav +0 -0
  280. package/themes/zelda-oot/sounds/link-strong-attack.wav +0 -0
  281. package/themes/zelda-oot/sounds/listen.wav +0 -0
  282. package/themes/zelda-oot/sounds/look.wav +0 -0
  283. package/themes/zelda-oot/sounds/low-health.wav +0 -0
  284. package/themes/zelda-oot/sounds/menu-select.wav +0 -0
  285. package/themes/zelda-oot/sounds/open-chest.wav +0 -0
  286. package/themes/zelda-oot/sounds/open-small-chest.wav +0 -0
  287. package/themes/zelda-oot/sounds/pause-close.wav +0 -0
  288. package/themes/zelda-oot/sounds/pause-menu.wav +0 -0
  289. package/themes/zelda-oot/sounds/secret-discovered.wav +0 -0
  290. package/themes/zelda-oot/sounds/snore.wav +0 -0
  291. package/themes/zelda-oot/sounds/song-correct.wav +0 -0
  292. package/themes/zelda-oot/sounds/song-error.wav +0 -0
  293. package/themes/zelda-oot/sounds/spin-attack.wav +0 -0
  294. package/themes/zelda-oot/sounds/sword-draw.wav +0 -0
  295. package/themes/zelda-oot/sounds/watch-out.wav +0 -0
  296. package/themes/zelda-oot/sounds/z-target.wav +0 -0
  297. package/themes/zelda-oot/theme.json +144 -48
  298. package/themes/mario/download.sh +0 -123
  299. package/themes/mgs/download.sh +0 -74
  300. package/themes/pokemon-gen1/download.sh +0 -75
  301. package/themes/portal/download.sh +0 -95
  302. package/themes/star-wars/download.sh +0 -119
  303. package/themes/wc3-peon/download.sh +0 -31
  304. package/themes/zelda-oot/download.sh +0 -67
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-code-sounds",
3
- "version": "1.2.0",
3
+ "version": "1.4.0",
4
4
  "description": "Sound themes for Claude Code lifecycle hooks",
5
5
  "bin": {
6
6
  "claude-code-sounds": "bin/cli.js"
@@ -27,6 +27,10 @@
27
27
  "images/"
28
28
  ],
29
29
  "engines": {
30
- "node": ">=16"
30
+ "node": ">=20"
31
+ },
32
+ "dependencies": {
33
+ "@clack/core": "^1.0.1",
34
+ "@clack/prompts": "^1.0.1"
31
35
  }
32
36
  }
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -2,108 +2,204 @@
2
2
  "name": "Super Mario Bros",
3
3
  "description": "Iconic Super Mario sound effects from NES, SNES, and N64 — coins, power-ups, and Mario's voice",
4
4
  "author": "ryparker",
5
- "srcBase": "Mario",
5
+ "sources": [
6
+ "themushroomkingdom.net"
7
+ ],
6
8
  "sounds": {
7
9
  "start": {
8
10
  "description": "Session starting — here we go!",
9
11
  "files": [
10
- { "src": "sm64/sm64_mario_lets_go.wav", "name": "lets-a-go.wav" },
11
- { "src": "sm64/sm64_mario_here_we_go.wav", "name": "here-we-go.wav" },
12
- { "src": "sm64/sm64_mario_its_me.wav", "name": "its-a-me-mario.wav" },
13
- { "src": "sm64/sm64_mario_hello.wav", "name": "hello.wav" },
14
- { "src": "smb/smb_1-up.wav", "name": "1-up.wav" }
12
+ {
13
+ "name": "lets-a-go.wav"
14
+ },
15
+ {
16
+ "name": "here-we-go.wav"
17
+ },
18
+ {
19
+ "name": "its-a-me-mario.wav"
20
+ },
21
+ {
22
+ "name": "hello.wav"
23
+ },
24
+ {
25
+ "name": "1-up.wav"
26
+ }
15
27
  ]
16
28
  },
17
29
  "end": {
18
30
  "description": "Session over — course clear",
19
31
  "files": [
20
- { "src": "smb/smb_stage_clear.wav", "name": "stage-clear.wav" },
21
- { "src": "smb/smb_world_clear.wav", "name": "world-clear.wav" },
22
- { "src": "smb/smb_flagpole.wav", "name": "flagpole.wav" },
23
- { "src": "sm64/sm64_mario_okey-dokey.wav", "name": "okey-dokey.wav" }
32
+ {
33
+ "name": "stage-clear.wav"
34
+ },
35
+ {
36
+ "name": "world-clear.wav"
37
+ },
38
+ {
39
+ "name": "flagpole.wav"
40
+ },
41
+ {
42
+ "name": "okey-dokey.wav"
43
+ }
24
44
  ]
25
45
  },
26
46
  "prompt": {
27
47
  "description": "User submitted prompt — coin collected",
28
48
  "files": [
29
- { "src": "smb/smb_coin.wav", "name": "coin.wav" },
30
- { "src": "smb/smb_bump.wav", "name": "block-bump.wav" },
31
- { "src": "smb/smb_fireball.wav", "name": "fireball.wav" },
32
- { "src": "sm64/sm64_mario_haha.wav", "name": "haha.wav" }
49
+ {
50
+ "name": "coin.wav"
51
+ },
52
+ {
53
+ "name": "block-bump.wav"
54
+ },
55
+ {
56
+ "name": "fireball.wav"
57
+ },
58
+ {
59
+ "name": "haha.wav"
60
+ }
33
61
  ]
34
62
  },
35
63
  "stop": {
36
64
  "description": "Done responding — power-up complete",
37
65
  "files": [
38
- { "src": "smb/smb_powerup.wav", "name": "power-up.wav" },
39
- { "src": "smw/smw_power-up.wav", "name": "smw-power-up.wav" },
40
- { "src": "smb3/smb3_power-up.wav", "name": "smb3-power-up.wav" },
41
- { "src": "smb/smb_stomp.wav", "name": "stomp.wav" }
66
+ {
67
+ "name": "power-up.wav"
68
+ },
69
+ {
70
+ "name": "smw-power-up.wav"
71
+ },
72
+ {
73
+ "name": "smb3-power-up.wav"
74
+ },
75
+ {
76
+ "name": "stomp.wav"
77
+ }
42
78
  ]
43
79
  },
44
80
  "permission": {
45
81
  "description": "Permission prompt — question block",
46
82
  "files": [
47
- { "src": "smb/smb_pause.wav", "name": "pause.wav" },
48
- { "src": "smb/smb_powerup_appears.wav", "name": "question-block.wav" },
49
- { "src": "smw/smw_message_block.wav", "name": "message-block.wav" },
50
- { "src": "smb3/smb3_whistle.wav", "name": "warp-whistle.wav" }
83
+ {
84
+ "name": "pause.wav"
85
+ },
86
+ {
87
+ "name": "question-block.wav"
88
+ },
89
+ {
90
+ "name": "message-block.wav"
91
+ },
92
+ {
93
+ "name": "warp-whistle.wav"
94
+ }
51
95
  ]
52
96
  },
53
97
  "idle": {
54
98
  "description": "Waiting for input — Mario is bored",
55
99
  "files": [
56
- { "src": "sm64/sm64_mario_snore_part1.wav", "name": "snore.wav" },
57
- { "src": "sm64/sm64_mario_yawn.wav", "name": "yawn.wav" },
58
- { "src": "sm64/sm64_mario_tired.wav", "name": "tired.wav" },
59
- { "src": "sm64/sm64_mario_mamma-mia.wav", "name": "mamma-mia.wav" }
100
+ {
101
+ "name": "snore.wav"
102
+ },
103
+ {
104
+ "name": "yawn.wav"
105
+ },
106
+ {
107
+ "name": "tired.wav"
108
+ },
109
+ {
110
+ "name": "mamma-mia.wav"
111
+ }
60
112
  ]
61
113
  },
62
114
  "subagent": {
63
115
  "description": "Spawning subagent — summoning helper",
64
116
  "files": [
65
- { "src": "smb/smb_powerup_appears.wav", "name": "mushroom-appears.wav" },
66
- { "src": "smb/smb_vine.wav", "name": "vine-grow.wav" },
67
- { "src": "smb3/smb3_raccoon_transform.wav", "name": "raccoon-transform.wav" },
68
- { "src": "sm64/sm64_mario_yahoo.wav", "name": "yahoo.wav" }
117
+ {
118
+ "name": "mushroom-appears.wav"
119
+ },
120
+ {
121
+ "name": "vine-grow.wav"
122
+ },
123
+ {
124
+ "name": "raccoon-transform.wav"
125
+ },
126
+ {
127
+ "name": "yahoo.wav"
128
+ }
69
129
  ]
70
130
  },
71
131
  "error": {
72
132
  "description": "Tool failure — took damage",
73
133
  "files": [
74
- { "src": "smb/smb_mariodie.wav", "name": "death.wav" },
75
- { "src": "sm64/sm64_mario_hurt.wav", "name": "hurt.wav" },
76
- { "src": "sm64/sm64_mario_burned.wav", "name": "burned.wav" },
77
- { "src": "sm64/sm64_mario_doh.wav", "name": "doh.wav" },
78
- { "src": "sm64/sm64_mario_oof.wav", "name": "oof.wav" },
79
- { "src": "smb/smb_gameover.wav", "name": "game-over.wav" }
134
+ {
135
+ "name": "death.wav"
136
+ },
137
+ {
138
+ "name": "hurt.wav"
139
+ },
140
+ {
141
+ "name": "burned.wav"
142
+ },
143
+ {
144
+ "name": "doh.wav"
145
+ },
146
+ {
147
+ "name": "oof.wav"
148
+ },
149
+ {
150
+ "name": "game-over.wav"
151
+ }
80
152
  ]
81
153
  },
82
154
  "task-completed": {
83
155
  "description": "Task finished — star collected",
84
156
  "files": [
85
- { "src": "sm64/sm64_star_appears.wav", "name": "star-appears.wav" },
86
- { "src": "smb3/smb3_level_clear.wav", "name": "level-clear.wav" },
87
- { "src": "sm64/sm64_happy_message.wav", "name": "happy-message.wav" },
88
- { "src": "sm64/sm64_mario_yippee.wav", "name": "yippee.wav" }
157
+ {
158
+ "name": "star-appears.wav"
159
+ },
160
+ {
161
+ "name": "level-clear.wav"
162
+ },
163
+ {
164
+ "name": "happy-message.wav"
165
+ },
166
+ {
167
+ "name": "yippee.wav"
168
+ }
89
169
  ]
90
170
  },
91
171
  "compact": {
92
172
  "description": "Context compaction — pipe warp",
93
173
  "files": [
94
- { "src": "smb/smb_pipe.wav", "name": "pipe-warp.wav" },
95
- { "src": "smw/smw_pipe.wav", "name": "smw-pipe.wav" },
96
- { "src": "sm64/sm64_warp.wav", "name": "warp.wav" },
97
- { "src": "smb3/smb3_lost_suit.wav", "name": "shrink.wav" }
174
+ {
175
+ "name": "pipe-warp.wav"
176
+ },
177
+ {
178
+ "name": "smw-pipe.wav"
179
+ },
180
+ {
181
+ "name": "warp.wav"
182
+ },
183
+ {
184
+ "name": "shrink.wav"
185
+ }
98
186
  ]
99
187
  },
100
188
  "teammate-idle": {
101
189
  "description": "Teammate went idle — notification",
102
190
  "files": [
103
- { "src": "smw/smw_1-up.wav", "name": "smw-1-up.wav" },
104
- { "src": "smb/smb_breakblock.wav", "name": "break-block.wav" },
105
- { "src": "sm64/sm64_mario_whoa.wav", "name": "whoa.wav" },
106
- { "src": "sm64/sm64_mario_waha.wav", "name": "waha.wav" }
191
+ {
192
+ "name": "smw-1-up.wav"
193
+ },
194
+ {
195
+ "name": "break-block.wav"
196
+ },
197
+ {
198
+ "name": "whoa.wav"
199
+ },
200
+ {
201
+ "name": "waha.wav"
202
+ }
107
203
  ]
108
204
  }
109
205
  }
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file