MIC Shared Memory: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Steveice10 (talk | contribs) Format can vary, organize data into table. |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
This is the shared memory used by the MIC service. It contains recorded audio data and the offset of the current data's end. | |||
{| class="wikitable" border="1" | |||
|- | |||
! Index Byte | |||
! Size | |||
! Description | |||
|- | |||
| 0x0 | |||
| sharedmem_size - 4 | |||
| Audio data. | |||
|- | |||
| sharedmem_size - 4 | |||
| 4 | |||
| u32, Current audio end-offset. | |||
|} | |||
Latest revision as of 03:47, 9 October 2015
This is the shared memory used by the MIC service. It contains recorded audio data and the offset of the current data's end.
| Index Byte | Size | Description |
|---|---|---|
| 0x0 | sharedmem_size - 4 | Audio data. |
| sharedmem_size - 4 | 4 | u32, Current audio end-offset. |