• Show log

    Commit

  • Hash : f6eb4b07
    Author : Ryan C. Gordon
    Date : 2022-04-26T13:14:15

    pulseaudio: Feed audio data in response to write callbacks.
    
    Instead of waiting until the entire buffer from the SDL callback is ready
    to be accepted by PulseAudio, we use pa_stream_set_write_callback and
    feed some portion of the buffer as callbacks come in asking for more.
    
    This lets us remove the halving of the buffer size during device open,
    and also (hopefully) solves several strange hangs that happen in unusual
    circumstances.
    
    Fixes #4387
    Fixes #2262
    

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