Changes between Initial Version and Version 2 of Ticket #523


Ignore:
Timestamp:
Apr 10, 2008 10:16:07 AM (16 years ago)
Author:
bennylp
Comment:

Patch committed in r1918. With this patch pasound.c now is able to handle frame size that is different than requested (it may be shorter or longer).

Renamed some variable names for more clarity in r1919.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #523

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
    • Property Type changed from defect to enhancement
    • Property Summary changed from Handle incomplete audio frame from sound device to Handle incomplete audio frame from sound device (e.g. OSS)
  • Ticket #523 – Description

    initial v2  
    1 Sound sound device backend (such as OSS) may return audio frame that is shorter than a full frame, and this currently is not handled (it will trigger assertion in pasound.c). 
     1Sound sound device backend (such as OSS) may return audio frame that is shorter or longer than a full frame, and this currently is not handled (it will trigger assertion in pasound.c).