how to convert wav file graphics into binary code?

Status
Not open for further replies.

zzzzz1

Newbie level 1
Joined
Jan 20, 2010
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,286
please help

how I can convert this wav. file graphics into binary code
 

you can use matlab
x = wavread('c:\..\.wav');
 

fid=fopen('file.wav')
[data,count]=fread(fid,inf,'uint8')
data_bin=de2bi(data)
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…