> For the complete documentation index, see [llms.txt](https://faction-os.gitbook.io/faction-os-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faction-os.gitbook.io/faction-os-docs/apps/web/public/sfx/credits.md).

# public/sfx - asset provenance

Draft voice-bark sound effects sourced from open/public-domain packs. Generated by `scripts/fetch-cc0-sfx.mjs`. CC0 needs no attribution, but provenance is recorded here so the redistribution basis stays auditable.

**These are drafts** - selected by filename, not auditioned. Activate a clip by uncommenting its entry in `apps/web/src/lib/sfxAssets.ts`; until then the oscillator synth (`apps/web/src/lib/voiceSynth.ts`) plays the cue.

## Sources

* [80 CC0 creature SFX](https://opengameart.org/content/80-cc0-creature-sfx) - rubberduck - CC0 1.0 (public domain)

## Clips

| File                    | Source clip     | Pack                | Author     | License                 |
| ----------------------- | --------------- | ------------------- | ---------- | ----------------------- |
| orc-idle.mp3            | grunt\_01.ogg   | 80 CC0 creature SFX | rubberduck | CC0 1.0 (public domain) |
| orc-active.mp3          | grunt\_02.ogg   | 80 CC0 creature SFX | rubberduck | CC0 1.0 (public domain) |
| orc-complete.mp3        | grunt\_03.ogg   | 80 CC0 creature SFX | rubberduck | CC0 1.0 (public domain) |
| orc-error.mp3           | hurt\_01.ogg    | 80 CC0 creature SFX | rubberduck | CC0 1.0 (public domain) |
| orc-celebration.mp3     | roar\_01.ogg    | 80 CC0 creature SFX | rubberduck | CC0 1.0 (public domain) |
| undead-idle.mp3         | breath.ogg      | 80 CC0 creature SFX | rubberduck | CC0 1.0 (public domain) |
| undead-active.mp3       | monster\_01.ogg | 80 CC0 creature SFX | rubberduck | CC0 1.0 (public domain) |
| undead-complete.mp3     | weird\_01.ogg   | 80 CC0 creature SFX | rubberduck | CC0 1.0 (public domain) |
| undead-error.mp3        | scream\_01.ogg  | 80 CC0 creature SFX | rubberduck | CC0 1.0 (public domain) |
| undead-celebration.mp3  | roar\_02.ogg    | 80 CC0 creature SFX | rubberduck | CC0 1.0 (public domain) |
| lobster-idle.mp3        | bug\_01.ogg     | 80 CC0 creature SFX | rubberduck | CC0 1.0 (public domain) |
| lobster-active.mp3      | bug\_02.ogg     | 80 CC0 creature SFX | rubberduck | CC0 1.0 (public domain) |
| lobster-complete.mp3    | burble\_01.ogg  | 80 CC0 creature SFX | rubberduck | CC0 1.0 (public domain) |
| lobster-error.mp3       | alien\_04.ogg   | 80 CC0 creature SFX | rubberduck | CC0 1.0 (public domain) |
| lobster-celebration.mp3 | alien\_05.ogg   | 80 CC0 creature SFX | rubberduck | CC0 1.0 (public domain) |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://faction-os.gitbook.io/faction-os-docs/apps/web/public/sfx/credits.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
