VVVV.Audio icon indicating copy to clipboard operation
VVVV.Audio copied to clipboard

Asio Devices not supporting 44100 Hz will throw exception on initialization and won't work...

Open microdee opened this issue 6 years ago • 1 comments

image

Also there's a workaround where

  1. one device (Device B) is selected which supports both 44100 Hz and the sampling rate of the "faulty" device (Device A)
  2. set the desired sampling rate while using Device B
  3. switch back to Device A while you keep the sampling rate enum intact
  4. now Device A initializes correctly

My suspicion is that the node is not getting the proper enum entry before it is asking to open the device with the unsupported (44100 Hz) sampling rate so instead it gets the default enum entry which I guess is 44100 Hz. It freaks out and throws an exception before it can update the enum with the actual supported sampling rates.

I know it might be an edge case but there are drivers not exposing lower sampling rates if the hardware is set to 48000 Hz or higher and makes them unusable with VAudio (like Voicemeeter virtual asio drivers or Jack)

microdee avatar Feb 07 '18 14:02 microdee