View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0014961 | MMW 5 | Playback | public | 2018-07-11 08:21 | 2018-08-23 12:09 |
Reporter | michal | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | assigned | Resolution | open | ||
Product Version | 5.0 | ||||
Summary | 0014961: Audio playback is cut before end. | ||||
Description | Playback of files, which have audio till the very end of the file, is cut. The last samples are not played. It is the same with out_MMDS, out_WASAPI and even old out_wave plugin, independent on their settings. It is also independent on the file format. When converted in MM5 and played in VLC, the file is complete, so it does not seem to be decoding issue. It is ok in MMW. | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
The problem appears only when equalizer is on. And is present in MMW too. |
|
I can confirm, that the reason is equalizer. It buffers some data (8-16 thousand samples), and all playback is shifted by this part then. It means, it is more noticeable for low sample frequencies (for 8Khz audio the gap/cut is 1-2s). I am not sure, if we can adjust equalizer, so it does not need this prefetch buffer. Fix in the main application could be problematic, the shift in audio stream is not expected, DSP plugins should work without this shift. Decreasing priority, it is very long standing issue, does not seem to be big problem for users. |