calejost / unimrcp

Automatically exported from code.google.com/p/unimrcp
Apache License 2.0
0 stars 0 forks source link

when cup is high, the audio frame lost #166

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.open 20 client to send audio data to a single mrcp server with asr engine
2.when the cpu load is high, let us say it higher than 50%
3.i save the received audio data to disk in the xxxxx_stream_write function
4.compare the audio file and received audio file. they differ,smaller than the 
original file.

What version of the product are you using? On what operating system?
unimrcp 1.1
centos 6.4

Please provide any additional information below.

Original issue reported on code.google.com by fighterl...@gmail.com on 9 Apr 2014 at 10:17

GoogleCodeExporter commented 8 years ago
What is the configuration of jitter buffer?

Try to use the following settings

      <jitter-buffer>
        <adaptive>1</adaptive>
        <playout-delay>50</playout-delay>
        <max-playout-delay>1000</max-playout-delay>
        <time-skew-detection>0</time-skew-detection>
      </jitter-buffer>

Original comment by achalo...@gmail.com on 11 Apr 2014 at 9:09

GoogleCodeExporter commented 8 years ago
Any updates on this?

Original comment by achalo...@gmail.com on 5 Sep 2014 at 2:34

GoogleCodeExporter commented 8 years ago
Closing this issue due to inactivity.

Original comment by achalo...@gmail.com on 15 Oct 2014 at 8:26