• Show log

    Commit

  • Hash : 23020f92
    Author : Ryan C. Gordon
    Date : 2017-01-09T16:31:57

    audio: Don't ever use libsamplerate in the SDL_AudioCVT codepath.
    
    It causes audio pops if you're converting in chunks (and needs to
    allocate/initialize/free on each convert). We'll either adjust this interface
    when we break ABI for 2.1 to make this usable, or publish the SDL_AudioStream
    API for those that want a streaming solution.
    
    In the meantime, the "simple" resampler produces "good enough" audio without
    pops and doesn't have to be initialized, so that'll do for now on the
    SDL_AudioCVT interface.
    

  • 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
    kc3_lang_org thodg_w www_kmx_io thodg_l thodg thodg_m
    Tags