Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Convert dat to wav with code example

843802Oct 20 2008 — edited Oct 22 2008
i 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 19 2008
Added on Oct 20 2008
3 comments
385 views