View Issue Details

IDProjectCategoryView StatusLast Update
0014643MMW v4Playerpublic2018-03-01 01:00
Reporterpeke Assigned To 
PriorityurgentSeveritymajorReproducibilitysometimes
Status assignedResolutionopen 
Target Version4.1.21 
Summary0014643: WASAPI: Exclusive mode can trim playback at the end of track
DescriptionWhen 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 InformationHRS-235-90646
TagsNo tags attached.
Fixed in build

Activities

Ludek

2018-02-12 13:45

developer   ~0049616

Assigned to Jiri (as author of WASAPI plugin), feel free to ask Peke for sample files.

peke

2018-03-01 01:00

developer   ~0049660

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.