Convert dat to wav with code example
843802Oct 20 2008 — edited Oct 22 2008i have a dat file recorded by labview contains some data like
1.2967281.3086441.3081611.3080001.3076781.3075171.3071941.3073561.3080001.3081611.3088051.3091271.3100931.3110591.3115421.3121861.3131521.3134741.3133131.3146011.3139571.3147621.3137961.3155671.3157281.3165341.3170171.3176611.3181441.3181441.318144......
i want to convert it into wav file please give me a short example code
with Sampling frequency 100000 Hz, Bit rate=16
if i read this file and take a byte[] then how can i use it in AudioInputStream