i want this function
-
i made an audio program But i need a function that tells me if the current audio contains music .. that to provide my application more features Really i need ur help thanks alot ahmed elmahdy
elmahdy wrote: But i need a function that tells me if the current audio contains music What sort of audio are you using? mp3, wav, wma? Then is there any meta-data associated with that format to indicate if it's music or something else (eg, audiobook or sample) AFAIK there's no simple way to tell if something is music or not (I'm guessing some sort of analysis to detect repeating beats?) - and writing software that does this requires musical expertise and usually costs $£€ -- Ian Darling
-
elmahdy wrote: But i need a function that tells me if the current audio contains music What sort of audio are you using? mp3, wav, wma? Then is there any meta-data associated with that format to indicate if it's music or something else (eg, audiobook or sample) AFAIK there's no simple way to tell if something is music or not (I'm guessing some sort of analysis to detect repeating beats?) - and writing software that does this requires musical expertise and usually costs $£€ -- Ian Darling
-
i use wav sort i want to display a sweety things when my program find music ... i will deal with sound ports ?? what is the best method ? thanks alot ahmed elmahdy
elmahdy wrote: what is the best method ? I don't know. The scope of your question is outside what this forum is aimed at, and I'm not a music expert. Try searching on google? -- Ian Darling