03-09-2009 04:46 PM
I need to use a "higher" sample rate then appears to be standard. From looking at the documentation, it appears the max rate is 44100. I know the more "modern" hardware will support a higher sample rate then this, so the question is, does Labview?
2nd question, When I attempted to modfiy "so config.vi", to add an additional case, I got an error "Selector Values Wrong Type", even if I select a value that is smaller. So I'm guessing it's not complaining about having an integer that is "out of range"
03-09-2009 04:55 PM
Typically, the sampling rate is limited by the hardware, not the software. You should consult your hardware documentation or let us know what hardware you are using.
Your error is due to the fact the you are trying to mix data types. See this link: http://zone.ni.com/reference/en-XX/help/371361B-01/lverror/sel_values_wrong_type/
03-09-2009 05:00 PM
Thanks... the issue is the Labview docs (7.1 that I am using through 8.6) imply that the max rate is 44100
Quote "rate sets the sample rate for the sound input operation or the update rate for the output operation. You can select 8000, 11025, 22050, or 44100."
03-10-2009 07:27 AM
03-10-2009 08:44 AM
03-10-2009 08:45 AM
You may pull the max sample rate from the sound card. I have posted some example code here
http://forums.ni.com/ni/board/message?board.id=170&message.id=387823#M387823. It should work in labview 8.x. The code is very simple and crude.