05-08-2011 09:41 AM
This question applies to "Sound File Write.vi" and the read part,too.
This vi is ready to write sound waveforms where data is DBL ranging from -1 to 1.
Into the vi, there is provision to convert more formats like I8,I16,etc. ( _ArrWfmsToData.vi) but they do not run properly, probably because a specific type code (10 for DBL) should be selected for other formats.
The question is: What is the way to use other formats besides default one in DBL?
Best regards.
Alipio
Solved! Go to Solution.
05-08-2011 10:14 AM
Which version do you use. If you use Labview 8.0 or higher. You can right click on the VI and select which type to use as input. The default is atumatic type.
Hope this helps
05-08-2011 10:34 AM - edited 05-08-2011 10:37 AM
Thanks.
I did not see that option.Now I can find out the "type code" to adapt the vi to my needs.
Best regards.
Alipio.