📄 kalimba__standard__messages_8h.html
字号:
<td> </td> <td><p>Tells the aac decoder to convert stereo streams to mono. <p>MESSAGE: AAC decoder convert to mono (VM APPLICATION --> KALIMBA)<p><dl compact><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td></td><td valign=top><em>mono</em> </td><td>(0), 1 means convert to mono, 0 means leave as stereo </td></tr> </table></dl> </td> </tr></table><a class="anchor" name="a6" doxytag="kalimba_standard_messages.h::KALIMBA_MSG_PULSE_LED" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> #define KALIMBA_MSG_PULSE_LED 0x7100 </td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Tells the pulse_led libary which PIO to pulse and at what rate. <p>MESSAGE: Pulse LED control (VM APPLICATION --> KALIMBA)<p><dl compact><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td></td><td valign=top><em>mask</em> </td><td>(0), the PIO mask to use (that is, which PIO lines to modify) </td></tr> <tr><td></td><td valign=top><em>period</em> </td><td>(1), the period of the pulsing (in units of 0.35 secs) </td></tr> </table></dl> </td> </tr></table><a class="anchor" name="a7" doxytag="kalimba_standard_messages.h::KALIMBA_MSG_DTMF_NEW_TONE_MESSAGE_ID" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> #define KALIMBA_MSG_DTMF_NEW_TONE_MESSAGE_ID 0x7150 </td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Tells the dtmf library to play a new dtmf tone. <p>MESSAGE: Play new dtmf tone (VM APPLICATION --> KALIMBA)<p><dl compact><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td></td><td valign=top><em>0),tone</em> </td><td>to play </td></tr> <tr><td></td><td valign=top><em>1),duration</em> </td><td>of tone in samples </td></tr> <tr><td></td><td valign=top><em>2),duration</em> </td><td>of silence following the tone in ms </td></tr> </table></dl> </td> </tr></table><a class="anchor" name="a8" doxytag="kalimba_standard_messages.h::KALIMBA_MSG_CBOPS_SILENCE_CLIP_DETECT_INITIALISE_ID" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> #define KALIMBA_MSG_CBOPS_SILENCE_CLIP_DETECT_INITIALISE_ID 0x7200 </td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Tells the silence and clip detect operator to initalise an instance (structure) with silence and clipping limits. <p>MESSAGE: Silence and clip detect initialise channel (VM APPLICATION --> KALIMBA)<p><dl compact><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td></td><td valign=top><em>0),instance</em> </td><td>number </td></tr> <tr><td></td><td valign=top><em>1),duration</em> </td><td>of silence in seconds - period of silence before sending message </td></tr> <tr><td></td><td valign=top><em>2),clip</em> </td><td>limit - signal level required to indicate clipping </td></tr> </table></dl> </td> </tr></table><a class="anchor" name="a9" doxytag="kalimba_standard_messages.h::KALIMBA_MSG_CBOPS_SILENCE_CLIP_DETECT_CLIP_DETECTED_ID" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> #define KALIMBA_MSG_CBOPS_SILENCE_CLIP_DETECT_CLIP_DETECTED_ID 0x7201 </td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Message to the VM to indicate clipping has been detected. <p>MESSAGE: Silence and clip detect clipping detected (KALIMBA --> VM APPLICATION) </td> </tr></table><a class="anchor" name="a10" doxytag="kalimba_standard_messages.h::KALIMBA_MSG_CBOPS_SILENCE_CLIP_DETECT_SILENCE_DETECTED_ID" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> #define KALIMBA_MSG_CBOPS_SILENCE_CLIP_DETECT_SILENCE_DETECTED_ID 0x7202 </td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Message to the VM to indicate silence has been detected. <p>MESSAGE: Silence and clip detect silence detected (KALIMBA --> VM APPLICATION) </td> </tr></table><a class="anchor" name="a11" doxytag="kalimba_standard_messages.h::KALIMBA_MSG_GRAPHIX_DRIVER_FROM_VM_MSG_ID" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> #define KALIMBA_MSG_GRAPHIX_DRIVER_FROM_VM_MSG_ID 0x7400 </td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Tells the DSP graphic driver library to do something. <p>MESSAGE: Graphix driver control (VM APPLICATION --> KALIMBA) </td> </tr></table></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -