Click here to Skip to main content
15,891,629 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi guys,
can one help me in similar problem & full code to convert wav format to vector.

I would appreciate if you can help me in my uni assignment as I have to convert wav in to vector XOred strings to byte array

Email: XXXXXX
cheers,
Daya
Posted
Updated 25-Sep-14 21:03pm
v2
Comments
Sergey Alexandrovich Kryukov 26-Sep-14 3:14am    
This is quite solvable, but I'm surprised with your usage of the term "vector". :-)
—SA

1 solution

Write the wav file into a ByteArrayOutputStream[^].
That's it.

And I removed your email address as I bet you are not interested in spam and won't pay for source code anyway.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900