ZeqAcousticSim
Room acoustics simulation. Ray tracing, RT60 calculation, speech intelligibility (STI), concert hall optimization with R(t) impulse response modeling.
| Endpoint | POST /api/audio/acoustic |
| Auth | api-key |
| Rate limit | 10/min |
| Category | audio |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
roomGeometry | object | Yes | Room mesh with material absorption coefficients. |
source | object | Yes | { position3d, directivity } |
receivers | array | Yes | [{ position3d }] |
Returns
{ rt60_s, clarity_C80_dB, sti, impulseResponse, earlyDecay_s, zeqond }
Example
curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"roomGeometry": {},
"source": {},
"receivers": []
}' \
"https://zeqsdk.com/api/audio/acoustic"
This protocol is a named building block — one of the operations you
compose inside a state contract. Call it directly with
the request above, or invoke it from a contract that fires on your machine's
clock. Browse the whole library at GET /api/protocols; fetch this one at
GET /api/protocols/zeq-acoustic-sim.