Click here to Skip to main content
15,891,677 members
Please Sign up or sign in to vote.
1.44/5 (3 votes)
See more:
Hi experts,
I have audio files of wav format. Now i want to search an audio file inside another audio file so that i got to know that parent audio file has child audio file.

If anybody expert on this, please help me.

What I have tried:

........................................................................................
Posted
Updated 25-Aug-16 3:00am
Comments
Mehdi Gholam 25-Aug-16 6:38am    
I haven't heard of audio files inside other audio files!
Philippe Mori 25-Aug-16 8:49am    
Do the audio content match exactly at byte level? If so, you might be able to find it by searching for child data.

 
Share this answer
 
Look at Related Questions sidebar:
Audio File Matching Program[^]
Audio File Matching Program - C#[^]
HELP! making an Program that matches two audio files.[^]
Audio Pattern Matching[^]

If the child audio file is fully embedded byte for byte in the parent audio, you might be able to search for it. You just would have to ignore headers. For this to works, child file must use same format (bit rate, number of channel, bit per sample).
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900