Hi,
I am a VC++ developer and currently need help in comparing two audio files. Lets say I have two wave files and one of it is created using the other with some modifications like lowering the loudness etc.
Now, I have to compare these files and see if the modified one is almost copy of the original one, means, while creating the modified one, my application has unknowingly not distorted the file.
A percentage value...
Search Result
Collapse
5 results in 0.0015 seconds.
Keywords
Members
Tags
-
Comparison of two waveforms of audio files
-
How to Link a Sound Wav File to a Button
I would like to link a wav sound file to a button in my Access 2007 application. Has anybody got code to do it?
Its for a race timing application and i want to have a "gunshot" sound when the athletes take off at start of race.
pls help -
need help in writting the algorithm to slove a matching
I am doing my final year project. I need to write a code in C to convert the vocal signature of a bird. I have a voice of the bird. I need to convert it into code. can some 1 help me pls. Thanks
Raaseth -
Concatenating wav files
Hi
I want to concatenate 2 or more wav files .
I concatenated two wav files, AudioInputstrea m and AudioSystem.wri te.
I can play well.
But when it is concatenated, there is a time delay between two files when it is playing.
And also I want to play only first half of the wav file and continue the second wav file.
Please reply if u have any idea -
OLE object wav
I have a OLE object that is a wav file and it plays whenever a form is opened. The only catch is that I need it to stop playing when the form is closed. Right now I am having to press the 'esc' key. I've tried using sendkeys, but it doesn't work. Any ideas?
...Code:Private Sub Form_Load() Me.txtoffer.SetFocus phone.Action = acOLEActivate End Sub Private Sub Form_Timer() Me.TimerInterval = 0 thinking.Action