Michael Gregorius

Results 192 comments of Michael Gregorius

**Edit: Problem is fixed and has been identified as being caused by a merge commit with changes unrelated to this PR (b2f2fc4ad13).** This PR should not be merged yet. While...

Fixed some warnings but they have not been the cause of the problem described above.

Git bisect shows commit b2f2fc4ad13 as the first bad commit. Perhaps I just need to merge `master` as the commit does not seem to have caused problems in `master` or...

The problem is indeed fixed by a merge with `master` which was done with commit e9969e769d7.

@messmerd, I have removed two unnecessary `reinterpret_casts` with commit d57391341a1. @DomClark, I consider this pull request ready for review again.

@DomClark, do you still intend to review this pull request? It is already getting stale and is getting the first merge conflicts that must be resolved.

Thanks @DomClark! You will find that there is a certain trade-off between ease of operations on stereo samples and performance. It is not possible anymore to use `memcpy` (see for...

Pushed the renaming to upper-case `SampleFrame` and moving into it's own file as requested.

Thanks for the review @DomClark! I have addressed all remarks of the review.

> What's left? I'm waiting for the final approval of @DomClark.