MIC Services: Difference between revisions
Steveice10 (talk | contribs) |
|||
(3 intermediate revisions by one other user not shown) | |||
Line 40: | Line 40: | ||
|- | |- | ||
| 0x000C0042 | | 0x000C0042 | ||
| | | [[MICU:SetIirFilterMic|SetIirFilterMic]] | ||
|- | |- | ||
| 0x000D0040 | | 0x000D0040 | ||
Line 59: | Line 59: | ||
Only one session can be open for this service total(that is, only one process can use this service at a time). | Only one session can be open for this service total(that is, only one process can use this service at a time). | ||
==Encoding== | |||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
|- | |- | ||
Line 78: | Line 78: | ||
|} | |} | ||
==SampleRate== | |||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
|- | |- | ||
Line 96: | Line 96: | ||
| 3 | | 3 | ||
|} | |} | ||
The actual accurate sampling rate can be calculated using <code>(16756991 / 512) / (SampleRate + 1)</code> where <code>SampleRate</code> is one of the above values. | |||
=See Also= | =See Also= | ||
[[MIC Shared Memory]] | [[MIC Shared Memory]] |