<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi, <br>
    <br>
    in some <span id="spans0e0" tooltip="{<b>use cases</b>}
      <i>replaces</i> <br/>{<b><s
      style='color:Red;'>usecases</s></b>}: wrong word"
      onmouseover="showtooltip(this,300);" onmouseout="hideddrivetip();"
      class="sac" onclick="showMenu(this);">use cases</span> (broadcast
    digital radio or IP radio), the transmitter is sending an audio
    stream with a <span id="spans0e1"
      tooltip="{<b>nominal</b>}: relating to or constituting
      or bearing or giving a
      name<br/><i>replaces</i><br/>
      {<b><s
      style='color:Red;'>norminal</s></b>}: wrong word"
      onmouseover="showtooltip(this,300);" onmouseout="hideddrivetip();"
      class="sac" onclick="showMenu(this);">nominal</span> sampling rate
    (e.g. 48kHz).<br>
    When a receiver, expecting 48KHz, wants to play <span id="spans0e2"
      tooltip="{<b>these samples</b>}
      <i>replaces</i> <br/>{<b><s
      style='color:Red;'>this samples</s></b>}: wrong
      word" onmouseover="showtooltip(this,300);"
      onmouseout="hideddrivetip();" class="sac"
      onclick="showMenu(this);">these samples</span> on a local sound
    sink, then there is always the problem,<br>
    that the transmitter clock <span id="spans0e3"
      tooltip="{<b>slightly differs</b>}
      <i>replaces</i> <br/>{<b><s
      style='color:Red;'>sligly differ</s></b>}: wrong
      word" onmouseover="showtooltip(this,300);"
      onmouseout="hideddrivetip();" class="sac"
      onclick="showMenu(this);">slightly differs</span> from the
    receiver clock.<br>
    For that issue, I need <span id="spans0e4"
      tooltip="{<b>an</b>} <i>replaces</i>
      <br/>{<b><s
      style='color:Red;'>a</s></b>}: wrong word"
      onmouseover="showtooltip(this,300);" onmouseout="hideddrivetip();"
      class="sac" onclick="showMenu(this);">an</span> <span
      id="spans0e5" tooltip="{<b>asynchronous</b>}: (digital
      communication) pertaining to a transmission technique that does
      not require a common clock between the communicating devices;
      timing signals are derived from special characters in the data
      stream itself<br/><i>replaces</i><br/>
      {<b><s
      style='color:Red;'>asynchrounous</s></b>}: wrong
      word" onmouseover="showtooltip(this,300);"
      onmouseout="hideddrivetip();" class="sac"
      onclick="showMenu(this);">asynchronous</span> sampling rate <span
      id="spans0e6" tooltip="{<b>converter</b>}: a device
      for changing one substance or form or state into
      another<br/><i>replaces</i><br/>
      {<b><s
      style='color:Red;'>conmverter</s></b>}: wrong word"
      onmouseover="showtooltip(this,300);" onmouseout="hideddrivetip();"
      class="sac" onclick="showMenu(this);">converter</span>!<br>
    <br>
    Is this possible the available <span
      style="text-decoration:none;background-color:yellow;"
      tooltip="{gstreamer} : unknown word"
      onmouseover="showtooltip(this,300);" onmouseout="hideddrivetip();">gstreamer</span>
    plugins?<br>
    <span id="spans0e8" tooltip="{<b>Do</b>}
      <i>replaces</i> <br/>{<b><s
      style='color:Red;'>Does</s></b>}: wrong word"
      onmouseover="showtooltip(this,300);" onmouseout="hideddrivetip();"
      class="sac" onclick="showMenu(this);">Do</span> <span
      style="text-decoration:none;background-color:yellow;"
      tooltip="{audioresample} : unknown word"
      onmouseover="showtooltip(this,300);" onmouseout="hideddrivetip();">audioresample</span>
    support <span id="spans0e10"
      tooltip="{<b>asynchronous</b>}: (digital
      communication) pertaining to a transmission technique that does
      not require a common clock between the communicating devices;
      timing signals are derived from special characters in the data
      stream itself<br/><i>replaces</i><br/>
      {<b><s
      style='color:Red;'>asynchrounous</s></b>}: wrong
      word" onmouseover="showtooltip(this,300);"
      onmouseout="hideddrivetip();" class="sac"
      onclick="showMenu(this);">asynchronous</span> clocks?<br>
    <br>
    <u>My example:</u><br>
    My Transmitter (sending samples with <strong>(48-1)</strong>kHz):<br>
    <div>
      <div>gst-launch-0.10 audiotestsrc freq=300 ! audio/x-raw-int,
        endianness="(int)1234", signed="(boolean)true", width="(int)16",
        depth="(int)16", rate="(int)<strong>47</strong>000",
        channels="(int)1" ! tcpclientsink host=localhost port=3000<br>
      </div>
      <div><br>
      </div>
    </div>
    <div>My Receiver: (Expeting 48kHz)<br>
    </div>
    <div>gst-launch-0.10 tcpserversrc host=localhost port=3000 !
      audio/x-raw-int, endianness="(int)1234", signed="(boolean)true",
      width="(int)16", depth="(int)16", rate="(int)48000",
      channels="(int)1" ! audioconvert ! audioresample !
      audio/x-raw-int, endianness="(int)1234", signed="(boolean)true",
      width="(int)16", depth="(int)16", rate="(int)48000",
      channels="(int)1" ! autoaudiosink</div>
    <br>
    Because the transmitter clock (47kHz) <span id="spans0e0"
      tooltip="{<b>differs</b>} <i>replaces</i>
      <br/>{<b><s
      style='color:Red;'>differ</s></b>}: wrong word"
      onmouseover="showtooltip(this,300);" onmouseout="hideddrivetip();"
      class="sac" onclick="showMenu(this);">differs</span> from the
    receiver clock (48kHz), the sound drops <span id="spans0e2"
      tooltip="{<b>over</b>} <i>replaces</i>
      <br/>{<b><s
      style='color:Red;'>after</s></b>}: wrong word"
      onmouseover="showtooltip(this,300);" onmouseout="hideddrivetip();"
      class="sac" onclick="showMenu(this);">over</span> short time.<br>
    <br>
    Thank you for any hint in advance.<br>
    <br>
    Maik<br>
  </body>
</html>