From: Amir on 8 Jul 2010 16:30 I'd like to compare audio files (for instance: WAV files), more preciserely I want to find how many times in an audio file appears one other audio file. How can I do this? I'm waiting for your help. Thank you for your time.
From: Jan Simon on 8 Jul 2010 17:59 Dear Amir, > I'd like to compare audio files (for instance: WAV files), more preciserely I want to find how many times in an audio file appears one other audio file. What have you done so far? Does the contents of the WAV file appear exactly in the other file or is there a certain noise and changes due to resampling? Jan
From: Amir on 9 Jul 2010 04:56 "Jan Simon" <matlab.THIS_YEAR(a)nMINUSsimon.de> wrote in message <i15hn8$1rh$1(a)fred.mathworks.com>... > Dear Amir, > > > I'd like to compare audio files (for instance: WAV files), more preciserely I want to find how many times in an audio file appears one other audio file. > > What have you done so far? > Does the contents of the WAV file appear exactly in the other file or is there a certain noise and changes due to resampling? > > Jan There can be exactly the same contents, but the point is to find a word or group of words which is the short audio file and which appear in a larger audio file.
From: Walter Roberson on 9 Jul 2010 09:43 Amir wrote: > "Jan Simon" <matlab.THIS_YEAR(a)nMINUSsimon.de> wrote in message > <i15hn8$1rh$1(a)fred.mathworks.com>... >> Dear Amir, >> >> > I'd like to compare audio files (for instance: WAV files), more >> preciserely I want to find how many times in an audio file appears one >> other audio file. >> >> What have you done so far? >> Does the contents of the WAV file appear exactly in the other file or >> is there a certain noise and changes due to resampling? >> >> Jan > > There can be exactly the same contents, but the point is to find a word > or group of words which is the short audio file and which appear in a > larger audio file. That's quite a different problem, as words are pronounced in different ways at different times and different words can be pronounced very nearly the same way. For example, try automatedly recognizing "Mary is merry".
From: Jan Simon on 9 Jul 2010 15:24 Dear Amir, > There can be exactly the same contents, but the point is to find a word or group of words which is the short audio file and which appear in a larger audio file. Again: Then the shorter sound is *exactly* cut out from the larger one? If is is only the "same word" is a hard task. It is time to explain your problem with some details. Jan
|
Next
|
Last
Pages: 1 2 Prev: Warnings and Errors after compiling matlab GUI m-file Next: 'ColorOrder' Property |