<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Problem with G729 VAD processing in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-with-G729-VAD-processing/m-p/990859#M22291</link>
    <description>&lt;DIV&gt;
&lt;DIV&gt;&lt;FONT size="3"&gt;Missing or lost framesdetection is responsibility ofRX (receive) side.T&lt;/FONT&gt;&lt;FONT size="3"&gt;&lt;FONT color="#231f20"&gt;here is some probability (typically 2-4%) for any packet be not delivered to RX "in time" or be actually lost due to low network bandwidth or/and network outage.The receiver decidesabout what "in time" means.In thereal-timesystem this is generally relates to "playout" time when all packets yet not arrived shoud betreated as "lost" eitherby decoder with PLC or just omitted or replaced bylately arrived packet (duplicated)and then dropped out (rejected)even if arrived later.&lt;FONT size="3"&gt;&lt;FONT color="#231f20"&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size="3"&gt;Vyacheslav&lt;/FONT&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 18 May 2005 16:27:53 GMT</pubDate>
    <dc:creator>Vyacheslav_Baranniko</dc:creator>
    <dc:date>2005-05-18T16:27:53Z</dc:date>
    <item>
      <title>Problem with G729 VAD processing</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-with-G729-VAD-processing/m-p/990856#M22288</link>
      <description>I am passing RTP stream directly to G729 decode function.&lt;BR /&gt;&lt;BR /&gt;Now the decode function expects to pass frame_type as one argument&lt;BR /&gt;&lt;BR /&gt;frame_type = 3 (voice)&lt;BR /&gt;           = 2 (SID)&lt;BR /&gt;           = 0 (null)&lt;BR /&gt;           = -1 (missing frame)&lt;BR /&gt;&lt;BR /&gt;Since this all happens in real-time there is no way for me&lt;BR /&gt;to know if there was a missing frame&lt;BR /&gt;&lt;BR /&gt;so I set frame_type to be -1 even when there is a normal NULL frame&lt;BR /&gt;&lt;BR /&gt;But this causes a very abd spike in the beginning of the decoded speech recording.&lt;BR /&gt;&lt;BR /&gt;I have no problem if I do the same with ITU implementation of g729.&lt;BR /&gt;&lt;BR /&gt;which tells me something is different with your g729 implementation.&lt;BR /&gt;&lt;BR /&gt;Can you please help..or suggest a workaround for this problem?</description>
      <pubDate>Sat, 14 May 2005 00:56:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-with-G729-VAD-processing/m-p/990856#M22288</guid>
      <dc:creator>deepak_shenoy</dc:creator>
      <dc:date>2005-05-14T00:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with G729 VAD processing</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-with-G729-VAD-processing/m-p/990857#M22289</link>
      <description>&lt;DIV&gt;Per G729 spec information aboutnull frames alsomustbe communicated to receiver other than in the bitstream.For exampl, RTP sents null frameinthe packet of zero size (only header). &lt;/DIV&gt;
&lt;DIV&gt;Vyacheslav&lt;/DIV&gt;</description>
      <pubDate>Mon, 16 May 2005 18:41:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-with-G729-VAD-processing/m-p/990857#M22289</guid>
      <dc:creator>Vyacheslav_Baranniko</dc:creator>
      <dc:date>2005-05-16T18:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with G729 VAD processing</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-with-G729-VAD-processing/m-p/990858#M22290</link>
      <description>Yes that is for NULL frames , but how do you communicate about missing frames to the decoder.</description>
      <pubDate>Mon, 16 May 2005 20:26:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-with-G729-VAD-processing/m-p/990858#M22290</guid>
      <dc:creator>deepak_shenoy</dc:creator>
      <dc:date>2005-05-16T20:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with G729 VAD processing</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-with-G729-VAD-processing/m-p/990859#M22291</link>
      <description>&lt;DIV&gt;
&lt;DIV&gt;&lt;FONT size="3"&gt;Missing or lost framesdetection is responsibility ofRX (receive) side.T&lt;/FONT&gt;&lt;FONT size="3"&gt;&lt;FONT color="#231f20"&gt;here is some probability (typically 2-4%) for any packet be not delivered to RX "in time" or be actually lost due to low network bandwidth or/and network outage.The receiver decidesabout what "in time" means.In thereal-timesystem this is generally relates to "playout" time when all packets yet not arrived shoud betreated as "lost" eitherby decoder with PLC or just omitted or replaced bylately arrived packet (duplicated)and then dropped out (rejected)even if arrived later.&lt;FONT size="3"&gt;&lt;FONT color="#231f20"&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size="3"&gt;Vyacheslav&lt;/FONT&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 18 May 2005 16:27:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-with-G729-VAD-processing/m-p/990859#M22291</guid>
      <dc:creator>Vyacheslav_Baranniko</dc:creator>
      <dc:date>2005-05-18T16:27:53Z</dc:date>
    </item>
  </channel>
</rss>

