Some more detail:
Start Mixxx. It doesn’t immediately recognise any audio devices.
Preferences > Sound > Query Devices > Apply
Now sees all audio devices.
logfile says:
Debug [Main]: SoundManager::setupDevices()
Debug [Main]: SoundDevicePortAudio::open() “SoundDeviceId(Speakers (Realtek HD Audio output), 22)”
Debug [Main]: framesPerBuffer: 1024
Debug [Main]: Requested sample rate: 44100 Hz, latency: 23.22 ms
Debug [Main]: Output channels: 2 | Input channels: 0
Debug [Main]: Opening stream with id 22
Debug [Main]: Opened PortAudio stream successfully… starting
Debug [Main]: PortAudio: Started stream successfully
Debug [Main]: Actual sample rate: 44100 Hz, latency: 24.3084 ms
Debug [Main]: SoundDevicePortAudio::open() “SoundDeviceId(Speakers (USB Audio CODEC), 25)”
Debug [Main]: framesPerBuffer: 1024
Debug [Main]: Requested sample rate: 44100 Hz, latency: 23.22 ms
Debug [Main]: Output channels: 2 | Input channels: 0
Debug [Main]: Opening stream with id 25
Debug [Main]: Opened PortAudio stream successfully… starting
Debug [Main]: PortAudio: Started stream successfully
Debug [Main]: Actual sample rate: 44100 Hz, latency: 23.22 ms
Debug [Main]: SoundDevicePortAudio::open() “SoundDeviceId(Microphone (USB Audio CODEC), 26)”
A few minutes afterwards, the mic stops working. The audio outputs remain OK.
And no new entries in the log file.
Is it possible to turn up the audio debug level?