Link to home
Start Free TrialLog in
Avatar of MohammadSaif
MohammadSaif

asked on

Hiding Data Into Wave File

how can i hide data into wave file with delphi?
Avatar of MohammadSaif
MohammadSaif

ASKER

please i need this code to hide and extract data from a wave file
You want to hide some data into a wave file, and expect that people don't see it ? if so, what kind of data (their structure, not what they are)
or just want to load and play a wave file from delphi ?
What you mean saying "hide"?
If you need to write some data to wav file then RIFF format support this.
You should be able to append to the end of the file without affecting it. I'm assuming you still want to be able to play the file with the extra data in it?
2 Robn:
You are mistaken. It contradicts the RIFF protocol.
And many players will show an error.
I thought Kazzaa and those other applications stored information about the file by appending data to the end. The header of the file should dictate how much data the player needs to read. However, some formats may be different.
Thanks for the correction.
Ok
You can store some info inside sound files and extract it back, look at the following component, it is with source code and examples:

http://anso.virtualave.net/audioinf.zip

Monir.
i need the code that indert some texet into sound file and allow extracting this text later without affecting the sound file performance..
ASKER CERTIFIED SOLUTION
Avatar of monir
monir

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial