mixxxbot
mixxxbot
Commented by: **[uklotzde](https://github.com/uklotzde)** Date: 2020-11-06T21:26:45Z --- The code has not been modified since the 2.2 release. We can't wait for a Windows developer to step in. This issue only affects...
Commented by: **[fkbreitl](https://github.com/fkbreitl)** Date: 2020-11-06T23:10:28Z --- I don't think the files are corrupt or broken but this is false alarm. The files show no issues with other software. > We...
Commented by: **[Be-ing](https://github.com/Be-ing)** Date: 2021-02-04T20:53:10Z --- FFMPEG support is now available on Windows with the new vcpkg build environment. Shall we go ahead and follow the TODO comments in SoundSourceProviderFFmpeg::getPriorityHint...
Commented by: **[uklotzde](https://github.com/uklotzde)** Date: 2021-02-07T00:11:27Z --- Decoding with SoundSourceFFmpeg works without audible artifacts, but many subsequent frames are overlapping by 24 samples each: warning [CachingReaderWorker 1] ReadAheadFrameBuffer - Overlapping range...
Commented by: **[uklotzde](https://github.com/uklotzde)** Date: 2021-02-21T21:29:19Z --- How to test: Replace one of the Mixxx test files (e.g. src/test/id3-test-data/cover-test-ffmpeg-aac.m4a) with the .m4a file attached to this bug and run the test....
Commented by: **[dan-giddins](https://launchpad.net/~dan-giddins)** Date: 2021-02-21T21:57:47Z --- Just a recap of the core issue that I recorded here https://github.com/mixxxdj/mixxx/pull/3617: The source reader gives us a constant sampleDuration for every sample frame,...
Commented by: **[Be-ing](https://github.com/Be-ing)** Date: 2021-03-08T20:41:10Z --- So are we doing anything about this for 2.3 or just turning off DEBUG_ASSERTIONS_FATAL?
Commented by: **[dan-giddins](https://launchpad.net/~dan-giddins)** Date: 2021-03-08T21:34:58Z --- I don't think there is anything we can do about this, other than using something other than Microsoft Media Foundation... I can do some...
Commented by: **[Be-ing](https://github.com/Be-ing)** Date: 2021-03-09T00:09:53Z --- Considering the lack of users saying this has been an issue with 2.2, I think it is working well enough that people don't notice...
Commented by: **[uklotzde](https://github.com/uklotzde)** Date: 2021-03-09T00:24:35Z --- https://github.com/mixxxdj/mixxx/pull/3680