Jump to content

compare two wav file

- - - - -

  • Please log in to reply
5 replies to this topic

#1
prof.deedee

prof.deedee

    Learning Programmer

  • Members
  • PipPipPip
  • 50 posts
Hello

I have made a C sharp program that doing steganography ... this mean my program hide information in wav file... up to now is good

The problem is that I need now a program (I prefer window program) to compare two wav files ... those wav files are the original file and the stego file (the wav file with the hidden information)

I need this program to compare those two files and find if there is any difference between them ...

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
  • Location:Upstate, South Carolina
  • Programming Language:C, C++, PL/SQL, Delphi/Object Pascal, Pascal, Transact-SQL, Others
  • Learning:Java, C#, PHP, JavaScript, Lisp, Fortran, Haskell, Others
How about BeyondCompare?
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
prof.deedee

prof.deedee

    Learning Programmer

  • Members
  • PipPipPip
  • 50 posts
is this one for wav files???
because when I read it said comparing folders and text files!!!

#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
  • Location:Upstate, South Carolina
  • Programming Language:C, C++, PL/SQL, Delphi/Object Pascal, Pascal, Transact-SQL, Others
  • Learning:Java, C#, PHP, JavaScript, Lisp, Fortran, Haskell, Others
It can do binary compare of files.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#5
kresh7

kresh7

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 661 posts
Well you could do a file size compare,calculate a checksum hash or a md5 hash for the wav file and then compare it to each new wav file
Posted Image

#6
prof.deedee

prof.deedee

    Learning Programmer

  • Members
  • PipPipPip
  • 50 posts
when I download the trial of BeyondCompar it is not warking !!!

when I click on it says :"the filename or directory name is incorrect "

why???




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users