Skip to content

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

@microdee

Description

@microdee

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions