Changes between Initial Version and Version 1 of Ticket #150

Show
Ignore:
Timestamp:
01/26/08 14:54:18 (5 years ago)
Author:
balister
Comment:

r6255 is a really bad hack to get soundCardPlayback to block, rather than drop data. This code needs refactoring ...

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #150 – description

    initial v1  
    1 The sound playback component drops data when ti receives data faster than ist can play it back. 
     1The sound playback component drops data when it receives data faster than it can play it back. 
    22 
    33This behavior was originally chosen for a waveform where the input data sample rate was set by the USRP and the output rate by the sound car. Since an overrun in this case is a problem, I decided to drop data on overruns.