View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0014643 | MMW v4 | Player | public | 2018-02-09 20:55 | 2018-03-01 01:00 |
Reporter | peke | Assigned To | |||
Priority | urgent | Severity | major | Reproducibility | sometimes |
Status | assigned | Resolution | open | ||
Target Version | 4.1.21 | ||||
Summary | 0014643: WASAPI: Exclusive mode can trim playback at the end of track | ||||
Description | When WASAPI plugin is set in Exclusive mode along with Automatic output format it can trim seconds of playback at the end of track in case that next track is in different format that previous like MONO -> STEREO or 16 -> 24 BIT and in some cases 44.1 -> 48Khz sample rate. Note: Crossfade was set to 0.5s and then disabled, all other options are also disabled so track should be played in full before new track is loaded and played Disabling Exclusive mode fixes the issue. | ||||
Additional Information | HRS-235-90646 | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
Assigned to Jiri (as author of WASAPI plugin), feel free to ask Peke for sample files. |
|
Revised apron another user report. Solution to the cases where Next track format is way different than original one is to Disable crossfade and init playback only when output buffer is fully empty so that new exclusive output format is set. It would avoid track cut offs/trim. |