Difference between revisions of "MIC Shared Memory"
Jump to navigation
Jump to search
Steveice10 (talk | contribs) (Format can vary, organize data into table.) |
|||
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. |