Skip to content
  • Thomas Guillem's avatar
    audiounit_ios: use ca_MuteSet · 929ce490
    Thomas Guillem authored and Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf committed
    Fix data race with au_init, leading to crashes, since the audiounit was
    stopped from a different thread than the playback one. Indeed, mute
    callback can be called from any threads.
    929ce490