Edit

kc3-lang/SDL/src/audio

Branch :

  • Show log

    Commit

  • Author : Wohlstand
    Date : 2018-07-02 03:53:57
    Hash : ff8c62f2
    Message : Fixed bug 4210 - SSE2-based converter makes junk result of S32 -> Float At the HG state abdd17144682, 64-bit assemblies are using SSE2-based resampler, produces junk sound when converting the S32 -> Float32 -> S16 chain. The `NEED_SCALAR_CONVERTER_FALLBACKS` thing works perfectly. If I will find a reason that caused this mistake, I'll send a patch by myself.