Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Can anyone help me out in the method to read WAVE file for implementing LSB based audio steganography? I want to hide text behind WAVE file. I plan to use JAVA.

share|improve this question
This is pretty straight-forward - is this homework? Do you have a specific question? – BlueRaja - Danny Pflughoeft Mar 17 '11 at 17:30
I have to implement this module as part of my mini-project. If you could guide me through the entire process, it would be great. Thanks for your reply. – user664765 Mar 17 '11 at 17:36
Welcome to Stack Overflow! On this site you'll need to be a bit more specific about what you'd like help with; this isn't really a place to guide you all the way through the project. If you have any specific things we can help with, we'd love to help out, but you'll have to refine your question. – templatetypedef Mar 17 '11 at 18:56
Here's a general guide to the WAVE file format - ccrma.stanford.edu/courses/422/projects/WaveFormat - and here's a more detailed one - sonicspot.com/guide/wavefiles.html Be aware that not all WAVs are in canonical format - you can use something like shntool - manpages.ubuntu.com/manpages/intrepid/man1/shntool.1.html - to fix this if need be – barrowc Mar 18 '11 at 0:05

closed as not a real question by BlueRaja - Danny Pflughoeft, templatetypedef, Devon_C_Miller, marcog, Cody Gray Mar 21 '11 at 12:09

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

Browse other questions tagged or ask your own question.