AudioMixer.this

device is a device name. On Linux, it is the ALSA string. On Windows, it is currently ignored, so you should pass "default" or null so when it does get implemented your code won't break.

  1. this(int cardId)
  2. this(string device)
    struct AudioMixer
    this
    (
    string device
    )

Meta

History

Added Nov 8, 2020.

Suggestion Box / Bug Report