-
Notifications
You must be signed in to change notification settings - Fork 0
ServerboundMicrophoneInputPacket
JonasDevDE edited this page Dec 14, 2025
·
1 revision
This packet is sent from the web player to the server to transmit audio transcribed with STT.
| Field | Type | Description | Required | Example |
|---|---|---|---|---|
| from | long | The millisecond at which the audio recording of this sequence began | true | 1765739036003 |
| to | long | The millisecond at which the audio recording of this sequence ended | true | 1765739044637 |
| transcribed | string | The audio transcribed as text using STT | true | No, I haven't seen Rachel's brother anywhere. The last time I saw him was when I was eating cake with Aunt Anna |
Official documentation for the EternalEmpires audio system. The audio system is responsible for giving NPC's a voice and letting players communicate.