Audio Segmentation in Matlab?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
hi, I have to implement an audio segmentation for audio tracks that could contain, for example, music and speech sequences.
Could anyone help me with a simple code?
thank you in advance
0 Kommentare
Antworten (1)
Image Analyst
am 25 Sep. 2012
You can use Independent Components Analysis to solve the Blind Source Separation problem (the "cocktail party problem"). Here are some links:
http://research.ics.aalto.fi/ica/fastica/ (Has MATLAB code on it)
It can be done, but I doubt the math (maths, plural, for our UK friends) or the code will be "simple" as you requested. Good luck with it though.
4 Kommentare
Image Analyst
am 30 Sep. 2012
Are you talking about just cropping your signal in time, like
subsignal = signal(200:4200);
or something like that, rather than actually extracting different types of sounds from the same segment of audio?
Siehe auch
Kategorien
Mehr zu Audio Processing Algorithm Design finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!