You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
abstract: "germ is a local generative microsound environment whose generated sounds retain prompts, parents, mutations, listening metadata, and Earworm-compatible lineage."
- Optional MASA 0.1 sidecars for successful generations and Matter Analysis
106
+
- Optional MASA 0.2 sidecars for successful generations and Matter Analysis
107
107
artifacts. Sonic Lineage `sound_id` remains GERM's canonical identity.
108
108
- Wavetable Forge conversion, prompt, mutation, render, import/export, and
109
109
audition routes.
@@ -139,14 +139,14 @@ inside its cultivation graph:
139
139
140
140
| Component | Version / contract | Boundary in GERM |
141
141
| --- | --- | --- |
142
-
|[MASA](https://github.com/sonicfieldlabs/MASA)| 0.1.0 (MIT) | Optional descriptive JSON sidecars under `output/masa/`, citing the published canonical schema at `masa.sonicfield.org`. They never replace Sonic Lineage or turn a successful render into a failure. |
143
-
| MASA Processing |`masa-processing-request` 0.1.0 | Every Micro module declares a granular or spectral operation in MASA's engine-neutral terms. GERM states the intention and binds no DSP library. |
142
+
|[MASA](https://github.com/sonicfieldlabs/MASA)| 0.2.0 (MIT) | Optional descriptive JSON sidecars under `output/masa/`, citing the published canonical schema at `masa.sonicfield.org`. They never replace Sonic Lineage or turn a successful render into a failure. |
143
+
| MASA Processing |`masa-processing-request` 0.2.0 | Every Micro module declares a granular or spectral operation in MASA's engine-neutral terms. GERM states the intention and binds no DSP library. |
144
144
| GERM Matter Analysis | — | A bounded local analyzer informed by the shared measured / inferred / unavailable distinction; it is not a claim of listening or a fourth framework project. |
145
-
|[Cosmoaudition](https://github.com/sonicfieldlabs/cosmoaudition)|`cosmo/modulation/v0.1`| A loopback-only, response-bounded HTTP bridge reads source status, snapshots, and modulation frames. GERM never contacts observation providers directly. |
145
+
|[Cosmoaudition](https://github.com/sonicfieldlabs/cosmoaudition)|`cosmo/modulation/v0.2` and `cosmo/signal-catalog/v0.2`| A loopback-only, response-bounded HTTP bridge reads source status, canonical signal definitions, snapshots, and modulation frames. GERM retains v0.1 frame compatibility and never contacts observation providers directly. |
146
146
147
147
### Micro modules as MASA processing operations
148
148
149
-
MASA 0.1.0 carries Roads's granular vocabulary as a protocol layer, so a Micro
149
+
MASA 0.2.0 carries Roads's granular vocabulary as a protocol layer, so a Micro
150
150
module can say what it wants done to matter without naming an engine:
151
151
152
152
| Micro module | Operation | Character |
@@ -176,12 +176,19 @@ GERM routes. It reads the frame's `controls`, never its bare `values` map:
176
176
a value arrives with the decision that produced it, or it does not arrive.
177
177
Out-of-range or structurally invalid controls are withheld with an explicit
178
178
bridge reason. Frame-level `signals` and `sources` travel beside the routes so
179
-
their source, unit, sphere, epistemic status, and temporal character remain
179
+
their source, unit, sphere, epistemic status, temporal character, signal kind,
180
+
and declared normalization remain
180
181
traceable through `signalId`. Withheld routes and emitted absences are reported
181
182
rather than dropped. Server-Sent Events are deliberately not bridged, because
182
183
this bridge is a bounded request/response client; poll `/cosmoaudition/frame`
183
184
instead.
184
185
186
+
`GET /cosmoaudition/signals` exposes the source-filterable catalog used by
@@ -191,10 +198,10 @@ listening, re-listening, sonic memory, and cultivation.
191
198
192
199
| Component | Version / contract | GERM integration |
193
200
| --- | --- | --- |
194
-
|[OÍDA](https://github.com/sonicfieldlabs/oida)| 0.9.2 / `oida/gateway/v0.5`| Re-listen to generated sound, derive editable prompts, and retain a listening only when requested. |
|[Akousmata](https://github.com/sonicfieldlabs/akousmata)| 0.6.1| Import remembered sound, prompt, or lineage; write successful generations back as child akousmata. |
197
-
|[AKOÚŌ](https://github.com/sonicfieldlabs/akouo)| 0.9.1 / `akouo/v0.9`| Keeps embodied reports distinct from machine inference while structuring evidence permissions, apparatus, temporal passes, and covenants. |
201
+
|[OÍDA](https://github.com/sonicfieldlabs/oida)| 0.10.0 / `oida/gateway/v0.6`| Re-listen to generated sound, derive editable prompts, and retain a listening only when requested. |
202
+
|[Earworm](https://github.com/sonicfieldlabs/earworm)| 0.7.0 / Akousma spec 1.6 / `earworm/auditum/v2`| Preserve accountable listener types, route decisions, honest absence, disagreement, provenance, lineage, and additive revisions without treating them as equivalent. |
203
+
|[Akousmata](https://github.com/sonicfieldlabs/akousmata)| 0.7.0| Import remembered sound, prompt, or lineage; write successful generations back as child akousmata and retain supplied auditum blocks. |
204
+
|[AKOÚŌ](https://github.com/sonicfieldlabs/akouo)| 0.9.2 / `akouo/v0.9`| Keeps embodied reports distinct from machine inference while structuring evidence permissions, apparatus, temporal passes, and covenants. |
198
205
|[Algophony](https://github.com/sonicfieldlabs/algophony)| 0.5.2 | Can evaluate lineage-bearing generation batches without changing GERM's generation state. |
199
206
|[ORAM](https://github.com/sonicfieldlabs/oram)| 0.4.1 | Uses the local GERM-compatible generation surface for constrained sound summoning and transformation. |
0 commit comments