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
@@ -2,101 +2,183 @@
2
2
  "name": "Metal Gear Solid",
3
3
  "description": "Iconic Metal Gear Solid sound effects — codec calls, alert sounds, and Snake voice lines",
4
4
  "author": "ryparker",
5
- "srcBase": "MGS",
5
+ "sources": [
6
+ "myinstants.com"
7
+ ],
6
8
  "sounds": {
7
9
  "start": {
8
10
  "description": "Session starting — codec call incoming",
9
11
  "files": [
10
- { "src": "@myinstants/codec.mp3", "name": "codec-call.mp3" },
11
- { "src": "@myinstants/metalgearcodec.mp3", "name": "codec-ring.mp3" },
12
- { "src": "@myinstants/mgs2-snake-kept-you-waiting-huh.mp3", "name": "kept-you-waiting-huh.mp3" },
13
- { "src": "@myinstants/codec-send.mp3", "name": "this-is-snake.mp3" }
12
+ {
13
+ "name": "codec-call.mp3"
14
+ },
15
+ {
16
+ "name": "codec-ring.mp3"
17
+ },
18
+ {
19
+ "name": "kept-you-waiting-huh.mp3"
20
+ },
21
+ {
22
+ "name": "this-is-snake.mp3"
23
+ }
14
24
  ]
15
25
  },
16
26
  "end": {
17
27
  "description": "Session over — mission complete",
18
28
  "files": [
19
- { "src": "@myinstants/metal_gear_solid_exit_sound_effect.mp3", "name": "codec-exit.mp3" },
20
- { "src": "@myinstants/metal_gear_solid_exit_sound_effect_EQbXTbY.mp3", "name": "codec-close.mp3" },
21
- { "src": "@myinstants/mgs2-snake-sweet-dreams-boyscout.mp3", "name": "sweet-dreams.mp3" },
22
- { "src": "@myinstants/sfx_s_mission_qualify.mp3", "name": "mission-complete.mp3" }
29
+ {
30
+ "name": "codec-exit.mp3"
31
+ },
32
+ {
33
+ "name": "codec-close.mp3"
34
+ },
35
+ {
36
+ "name": "sweet-dreams.mp3"
37
+ },
38
+ {
39
+ "name": "mission-complete.mp3"
40
+ }
23
41
  ]
24
42
  },
25
43
  "prompt": {
26
44
  "description": "User submitted prompt — acknowledging orders",
27
45
  "files": [
28
- { "src": "@myinstants/mgs2-snake-roger-that-sir.mp3", "name": "roger-that.mp3" },
29
- { "src": "@myinstants/mgs2-snake-sounds-like-a-plan.mp3", "name": "sounds-like-a-plan.mp3" },
30
- { "src": "@myinstants/mgs2-snake-ill-do-my-best.mp3", "name": "ill-do-my-best.mp3" },
31
- { "src": "@myinstants/mgs2-snake-if-you-say-so.mp3", "name": "if-you-say-so.mp3" }
46
+ {
47
+ "name": "roger-that.mp3"
48
+ },
49
+ {
50
+ "name": "sounds-like-a-plan.mp3"
51
+ },
52
+ {
53
+ "name": "ill-do-my-best.mp3"
54
+ },
55
+ {
56
+ "name": "if-you-say-so.mp3"
57
+ }
32
58
  ]
33
59
  },
34
60
  "stop": {
35
61
  "description": "Done responding — codec transmission end",
36
62
  "files": [
37
- { "src": "@myinstants/metal_gear_solid_exit_sound_effect.mp3", "name": "codec-hangup.mp3" },
38
- { "src": "@myinstants/mgs2-snake-roger-that-sir.mp3", "name": "roger-that.mp3" },
39
- { "src": "@myinstants/mgs2-snake-good-shooting.mp3", "name": "good-shooting.mp3" }
63
+ {
64
+ "name": "codec-hangup.mp3"
65
+ },
66
+ {
67
+ "name": "roger-that.mp3"
68
+ },
69
+ {
70
+ "name": "good-shooting.mp3"
71
+ }
40
72
  ]
41
73
  },
42
74
  "permission": {
43
75
  "description": "Permission prompt — alert detected",
44
76
  "files": [
45
- { "src": "@myinstants/tindeck_1.mp3", "name": "alert.mp3" },
46
- { "src": "@myinstants/metal-gear-alert-sound-effect_XKoHReZ.mp3", "name": "alert-sfx.mp3" },
47
- { "src": "@myinstants/what-was-that-noise.mp3", "name": "what-was-that-noise.mp3" },
48
- { "src": "@myinstants/untitled_1150.mp3", "name": "alert-mode.mp3" }
77
+ {
78
+ "name": "alert.mp3"
79
+ },
80
+ {
81
+ "name": "alert-sfx.mp3"
82
+ },
83
+ {
84
+ "name": "what-was-that-noise.mp3"
85
+ },
86
+ {
87
+ "name": "alert-mode.mp3"
88
+ }
49
89
  ]
50
90
  },
51
91
  "idle": {
52
92
  "description": "Waiting for input — standing by",
53
93
  "files": [
54
- { "src": "@myinstants/mgs2-snake-kept-you-waiting-huh.mp3", "name": "kept-you-waiting.mp3" },
55
- { "src": "@myinstants/why_are_we_still_here_just_to_suffer_2.mp3", "name": "just-to-suffer.mp3" },
56
- { "src": "@myinstants/cigar.mp3", "name": "cigar.mp3" }
94
+ {
95
+ "name": "kept-you-waiting.mp3"
96
+ },
97
+ {
98
+ "name": "just-to-suffer.mp3"
99
+ },
100
+ {
101
+ "name": "cigar.mp3"
102
+ }
57
103
  ]
58
104
  },
59
105
  "subagent": {
60
106
  "description": "Spawning subagent — calling for backup",
61
107
  "files": [
62
- { "src": "@myinstants/codec.mp3", "name": "codec-call-out.mp3" },
63
- { "src": "@myinstants/metalgearcodec.mp3", "name": "codec-dial.mp3" },
64
- { "src": "@myinstants/mgs2-snake-sounds-like-a-plan.mp3", "name": "sounds-like-a-plan.mp3" }
108
+ {
109
+ "name": "codec-call-out.mp3"
110
+ },
111
+ {
112
+ "name": "codec-dial.mp3"
113
+ },
114
+ {
115
+ "name": "sounds-like-a-plan.mp3"
116
+ }
65
117
  ]
66
118
  },
67
119
  "error": {
68
120
  "description": "Tool failure — game over",
69
121
  "files": [
70
- { "src": "@myinstants/metalgeargameov5235.mp3", "name": "game-over.mp3" },
71
- { "src": "@myinstants/metal-gear-solid-solid-snake-scream.mp3", "name": "snake-scream.mp3" },
72
- { "src": "@myinstants/snake-dies-game-over.mp3", "name": "snake-dies.mp3" },
73
- { "src": "@myinstants/metal_gear_solid_game_over_screen_clean_background-1.mp3", "name": "game-over-screen.mp3" },
74
- { "src": "@myinstants/mgs2-snake-what-the-hell-is-going-on-here.mp3", "name": "what-the-hell.mp3" }
122
+ {
123
+ "name": "game-over.mp3"
124
+ },
125
+ {
126
+ "name": "snake-scream.mp3"
127
+ },
128
+ {
129
+ "name": "snake-dies.mp3"
130
+ },
131
+ {
132
+ "name": "game-over-screen.mp3"
133
+ },
134
+ {
135
+ "name": "what-the-hell.mp3"
136
+ }
75
137
  ]
76
138
  },
77
139
  "task-completed": {
78
140
  "description": "Task finished — mission accomplished",
79
141
  "files": [
80
- { "src": "@myinstants/youre-pretty-good_I5kzLtx.mp3", "name": "youre-pretty-good.mp3" },
81
- { "src": "@myinstants/sfx_s_mission_qualify.mp3", "name": "mission-qualify.mp3" },
82
- { "src": "@myinstants/mgs2-snake-good-shooting.mp3", "name": "good-shooting.mp3" },
83
- { "src": "@myinstants/metal-gear-item-drop.mp3", "name": "item-drop.mp3" }
142
+ {
143
+ "name": "youre-pretty-good.mp3"
144
+ },
145
+ {
146
+ "name": "mission-qualify.mp3"
147
+ },
148
+ {
149
+ "name": "good-shooting.mp3"
150
+ },
151
+ {
152
+ "name": "item-drop.mp3"
153
+ }
84
154
  ]
85
155
  },
86
156
  "compact": {
87
157
  "description": "Context compaction — stealth camo engaged",
88
158
  "files": [
89
- { "src": "@myinstants/metalgearsolid.swf.mp3", "name": "game-over-fade.mp3" },
90
- { "src": "@myinstants/original-metal-gear-solid-game-over-screen.mp3", "name": "original-game-over.mp3" },
91
- { "src": "@myinstants/ocelot-meowing.mp3", "name": "ocelot-meow.mp3" }
159
+ {
160
+ "name": "game-over-fade.mp3"
161
+ },
162
+ {
163
+ "name": "original-game-over.mp3"
164
+ },
165
+ {
166
+ "name": "ocelot-meow.mp3"
167
+ }
92
168
  ]
93
169
  },
94
170
  "teammate-idle": {
95
171
  "description": "Teammate went idle — waiting on comms",
96
172
  "files": [
97
- { "src": "@myinstants/codec.mp3", "name": "codec-beep.mp3" },
98
- { "src": "@myinstants/mgs2-snake-friendly-fire.mp3", "name": "friendly-fire.mp3" },
99
- { "src": "@myinstants/what-was-that-noise.mp3", "name": "what-was-that.mp3" }
173
+ {
174
+ "name": "codec-beep.mp3"
175
+ },
176
+ {
177
+ "name": "friendly-fire.mp3"
178
+ },
179
+ {
180
+ "name": "what-was-that.mp3"
181
+ }
100
182
  ]
101
183
  }
102
184
  }
@@ -2,110 +2,210 @@
2
2
  "name": "Pokemon Gen 1",
3
3
  "description": "Pokemon Red/Blue/Yellow sound effects — cries, battle sounds, and menu bleeps from Kanto",
4
4
  "author": "ryparker",
5
- "srcBase": "PokemonGen1",
5
+ "sources": [
6
+ "spriters-resource.com"
7
+ ],
6
8
  "sounds": {
7
9
  "start": {
8
10
  "description": "Session starting — a wild Claude appeared!",
9
11
  "files": [
10
- { "src": "SFX/SFX_INTRO_LUNGE.wav", "name": "intro-lunge.wav" },
11
- { "src": "SFX/SFX_BALL_TOSS.wav", "name": "ball-toss.wav" },
12
- { "src": "SFX/SFX_BALL_POOF.wav", "name": "ball-poof.wav" },
13
- { "src": "Cries/025.wav", "name": "pikachu-cry.wav" },
14
- { "src": "SFX/SFX_INTRO_WHOOSH.wav", "name": "intro-whoosh.wav" }
12
+ {
13
+ "name": "intro-lunge.wav"
14
+ },
15
+ {
16
+ "name": "ball-toss.wav"
17
+ },
18
+ {
19
+ "name": "ball-poof.wav"
20
+ },
21
+ {
22
+ "name": "pikachu-cry.wav"
23
+ },
24
+ {
25
+ "name": "intro-whoosh.wav"
26
+ }
15
27
  ]
16
28
  },
17
29
  "end": {
18
30
  "description": "Session over — Pokemon Center healed up",
19
31
  "files": [
20
- { "src": "SFX/SFX_HEAL_UP.wav", "name": "heal-up.wav" },
21
- { "src": "SFX/SFX_SAVE.wav", "name": "save-game.wav" },
22
- { "src": "SFX/SFX_GO_OUTSIDE.wav", "name": "go-outside.wav" },
23
- { "src": "SFX/SFX_TURN_OFF_PC.wav", "name": "turn-off-pc.wav" }
32
+ {
33
+ "name": "heal-up.wav"
34
+ },
35
+ {
36
+ "name": "save-game.wav"
37
+ },
38
+ {
39
+ "name": "go-outside.wav"
40
+ },
41
+ {
42
+ "name": "turn-off-pc.wav"
43
+ }
24
44
  ]
25
45
  },
26
46
  "prompt": {
27
47
  "description": "User submitted prompt — menu select acknowledgment",
28
48
  "files": [
29
- { "src": "SFX/SFX_PRESS_AB.wav", "name": "press-ab.wav" },
30
- { "src": "SFX/SFX_START_MENU.wav", "name": "start-menu.wav" },
31
- { "src": "SFX/SFX_TINK.wav", "name": "tink.wav" },
32
- { "src": "SFX/SFX_SWAP.wav", "name": "swap.wav" }
49
+ {
50
+ "name": "press-ab.wav"
51
+ },
52
+ {
53
+ "name": "start-menu.wav"
54
+ },
55
+ {
56
+ "name": "tink.wav"
57
+ },
58
+ {
59
+ "name": "swap.wav"
60
+ }
33
61
  ]
34
62
  },
35
63
  "stop": {
36
64
  "description": "Done responding — move learned, task complete",
37
65
  "files": [
38
- { "src": "SFX/SFX_GET_ITEM_1.wav", "name": "get-item.wav" },
39
- { "src": "SFX/SFX_DEX_PAGE_ADDED.wav", "name": "dex-page-added.wav" },
40
- { "src": "SFX/SFX_PURCHASE.wav", "name": "purchase.wav" },
41
- { "src": "SFX/SFX_HEAL_AILMENT.wav", "name": "heal-ailment.wav" }
66
+ {
67
+ "name": "get-item.wav"
68
+ },
69
+ {
70
+ "name": "dex-page-added.wav"
71
+ },
72
+ {
73
+ "name": "purchase.wav"
74
+ },
75
+ {
76
+ "name": "heal-ailment.wav"
77
+ }
42
78
  ]
43
79
  },
44
80
  "permission": {
45
81
  "description": "Permission prompt — wild encounter alert!",
46
82
  "files": [
47
- { "src": "SFX/SFX_COLLISION.wav", "name": "collision.wav" },
48
- { "src": "SFX/SFX_SILPH_SCOPE.wav", "name": "silph-scope.wav" },
49
- { "src": "SFX/SFX_DENIED.wav", "name": "denied.wav" },
50
- { "src": "Attacks/Screech.wav", "name": "screech.wav" }
83
+ {
84
+ "name": "collision.wav"
85
+ },
86
+ {
87
+ "name": "silph-scope.wav"
88
+ },
89
+ {
90
+ "name": "denied.wav"
91
+ },
92
+ {
93
+ "name": "screech.wav"
94
+ }
51
95
  ]
52
96
  },
53
97
  "idle": {
54
98
  "description": "Waiting for input — idle Pokemon waiting",
55
99
  "files": [
56
- { "src": "SFX/SFX_SLOTS_STOP_WHEEL.wav", "name": "slots-stop.wav" },
57
- { "src": "SFX/SFX_POISONED.wav", "name": "poisoned.wav" },
58
- { "src": "Cries/054.wav", "name": "psyduck-cry.wav" },
59
- { "src": "Attacks/Rest.wav", "name": "rest.wav" }
100
+ {
101
+ "name": "slots-stop.wav"
102
+ },
103
+ {
104
+ "name": "poisoned.wav"
105
+ },
106
+ {
107
+ "name": "psyduck-cry.wav"
108
+ },
109
+ {
110
+ "name": "rest.wav"
111
+ }
60
112
  ]
61
113
  },
62
114
  "subagent": {
63
115
  "description": "Spawning subagent — I choose you!",
64
116
  "files": [
65
- { "src": "SFX/SFX_BALL_TOSS.wav", "name": "pokeball-throw.wav" },
66
- { "src": "SFX/SFX_BALL_POOF.wav", "name": "pokeball-open.wav" },
67
- { "src": "SFX/SFX_SWITCH.wav", "name": "pokemon-switch.wav" },
68
- { "src": "Cries/006.wav", "name": "charizard-cry.wav" },
69
- { "src": "Attacks/Teleport.wav", "name": "teleport.wav" }
117
+ {
118
+ "name": "pokeball-throw.wav"
119
+ },
120
+ {
121
+ "name": "pokeball-open.wav"
122
+ },
123
+ {
124
+ "name": "pokemon-switch.wav"
125
+ },
126
+ {
127
+ "name": "charizard-cry.wav"
128
+ },
129
+ {
130
+ "name": "teleport.wav"
131
+ }
70
132
  ]
71
133
  },
72
134
  "error": {
73
135
  "description": "Tool failure — it's not very effective...",
74
136
  "files": [
75
- { "src": "SFX/SFX_FAINT_FALL.wav", "name": "faint-fall.wav" },
76
- { "src": "SFX/SFX_FAINT_THUD.wav", "name": "faint-thud.wav" },
77
- { "src": "Attacks/Confused.wav", "name": "confused.wav" },
78
- { "src": "Attacks/SelfDestruct.wav", "name": "self-destruct.wav" },
79
- { "src": "Attacks/Splash.wav", "name": "splash.wav" }
137
+ {
138
+ "name": "faint-fall.wav"
139
+ },
140
+ {
141
+ "name": "faint-thud.wav"
142
+ },
143
+ {
144
+ "name": "confused.wav"
145
+ },
146
+ {
147
+ "name": "self-destruct.wav"
148
+ },
149
+ {
150
+ "name": "splash.wav"
151
+ }
80
152
  ]
81
153
  },
82
154
  "task-completed": {
83
155
  "description": "Task finished — badge earned, level up!",
84
156
  "files": [
85
- { "src": "SFX/SFX_LEVEL_UP.wav", "name": "level-up.wav" },
86
- { "src": "SFX/SFX_GET_KEY_ITEM.wav", "name": "get-key-item.wav" },
87
- { "src": "SFX/SFX_GET_ITEM_2.wav", "name": "get-item-fanfare.wav" },
88
- { "src": "SFX/SFX_CAUGHT_MON.wav", "name": "caught-mon.wav" },
89
- { "src": "SFX/SFX_POKEDEX_RATING.wav", "name": "pokedex-rating.wav" }
157
+ {
158
+ "name": "level-up.wav"
159
+ },
160
+ {
161
+ "name": "get-key-item.wav"
162
+ },
163
+ {
164
+ "name": "get-item-fanfare.wav"
165
+ },
166
+ {
167
+ "name": "caught-mon.wav"
168
+ },
169
+ {
170
+ "name": "pokedex-rating.wav"
171
+ }
90
172
  ]
91
173
  },
92
174
  "compact": {
93
175
  "description": "Context compaction — PC storage and transformation",
94
176
  "files": [
95
- { "src": "SFX/SFX_ENTER_PC.wav", "name": "enter-pc.wav" },
96
- { "src": "SFX/SFX_WITHDRAW_DEPOSIT.wav", "name": "withdraw-deposit.wav" },
97
- { "src": "SFX/SFX_SHRINK.wav", "name": "shrink.wav" },
98
- { "src": "Attacks/Substitute.wav", "name": "substitute.wav" },
99
- { "src": "SFX/SFX_TRADE_MACHINE.wav", "name": "trade-machine.wav" }
177
+ {
178
+ "name": "enter-pc.wav"
179
+ },
180
+ {
181
+ "name": "withdraw-deposit.wav"
182
+ },
183
+ {
184
+ "name": "shrink.wav"
185
+ },
186
+ {
187
+ "name": "substitute.wav"
188
+ },
189
+ {
190
+ "name": "trade-machine.wav"
191
+ }
100
192
  ]
101
193
  },
102
194
  "teammate-idle": {
103
195
  "description": "Teammate went idle — a Pokemon is waiting",
104
196
  "files": [
105
- { "src": "Cries/025.wav", "name": "pikachu-cry.wav" },
106
- { "src": "Cries/039.wav", "name": "jigglypuff-cry.wav" },
107
- { "src": "SFX/SFX_SLOTS_NEW_SPIN.wav", "name": "slots-new-spin.wav" },
108
- { "src": "SFX/SFX_LEDGE.wav", "name": "ledge.wav" }
197
+ {
198
+ "name": "pikachu-cry.wav"
199
+ },
200
+ {
201
+ "name": "jigglypuff-cry.wav"
202
+ },
203
+ {
204
+ "name": "slots-new-spin.wav"
205
+ },
206
+ {
207
+ "name": "ledge.wav"
208
+ }
109
209
  ]
110
210
  }
111
211
  }