Jump to content

ekaetz

Members
  • Posts

    1
  • Joined

  • Last visited

LabVIEW Information

  • Version
    LabVIEW 2011
  • Since
    2001

ekaetz's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Getting the audio devive list by using the function "SoundNumDevices" in lvsound2.dll only works once. If the devices on the PC change, and this function is called again, it always returns the same device list. It is as if this DLL obtains the device list form the PC when it is loaded (maybe a class is instantiated then). The only way to get an updated list is to relaunch your EXE or if in the dev enviroment to close all VIs that use sound tools in the dev project then open them again. Does any one know a way to refresh the audio device list without restarting the app (or closing and reloading the VI)? NOTE: I am using Labview 2017 SP1
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.