• Show log

    Commit

  • Hash : a7f86f2f
    Author : Ryan C. Gordon
    Date : 2017-01-22T20:18:59

    audio: don't cast to double in SDL_ConvertStereoToMono().
    
    It's expensive and (hopefully) unnecessary. If this becomes an overflow
    problem, we could multiply both values by 0.5f before adding them, but let's
    see if we can get by without the extra multiplication first.
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/SDL.git
    Git SSH git@git.kmx.io:kc3-lang/SDL.git
    Public access ? public
    Description

    Fork of https://github.com/libsdl-org/SDL

    Users
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg thodg_l
    Tags