• Show log

    Commit

  • Hash : 55b4f18e
    Author : Ryan C. Gordon
    Date : 2020-03-29T01:54:00

    coreaudio: The default SDL audio device now tracks the system output default.
    
    So if you go into System Preferences on a MacBook and toggle between a pair of
    connected bluetooth headphones and built-in internal speakers, SDL will
    switch the device it is playing sound through, to match this setting, on the
    fly.
    
    Likewise if the default output device is a USB thing and is unplugged; as the
    default device changes at the system level, SDL will pick this up and carry
    on with the new default. This is different from our unplug detection for
    specific devices, as in those cases we want to send the app a disconnect
    notification, instead of migrating transparently as we now do for default
    devices.
    
    Note that this should also work for capture devices; if the device changes,
    SDL will start recording from the new default.
    
    Fixes Bugzilla #4851.
    

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