Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi, I want to create steganography project at VB.NET.
But i dunno how to read and write into a .WAV file in VB.NET because i don't frequently using VB.NET.
Please help me.
Posted
Comments
Sergey Alexandrovich Kryukov 26-Feb-14 1:08am    
What do you mean "in HEXA format"? Why? The notion of "decimal", "hexadecimal" are not applicable to binary files... :-)
—SA
Member 10064049 26-Feb-14 1:39am    
Oh, thx sir Sergey :)
So we can open .WAV file and read/edit it in binary format?

1 solution

Please see my past answer, it shows most tricky part of it, manipulation with the header/metadata: Writting Header wav in wav.file[^].

(You can automatically translate C# to VB.NET, but it's enough to understand the idea; I referenced the document I used.)

See also:
http://www.codeproject.com/search.aspx?q=wav+%28.NET+OR+VB.NET%29&doctypeid=5[^],
http://en.wikipedia.org/wiki/WAV_file[^] (and see all the links in this article).

—SA
 
Share this answer
 
Comments
Member 10064049 26-Feb-14 2:43am    
Oh, thx sir for your past answer and reference
That really help a lot
Thx a lot :)
Sergey Alexandrovich Kryukov 26-Feb-14 2:44am    
You are very welcome.
Good luck, call again.
—SA

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