Audio Segmentation in Matlab?

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

답변 (1개)

Image Analyst
Image Analyst 2012년 9월 25일

0 개 추천

You can use Independent Components Analysis to solve the Blind Source Separation problem (the "cocktail party problem"). Here are some links:
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

andrea
andrea 2012년 9월 26일
thank you for your help, but i think i need something that i can use with audio features like rollOff, centroid, flux previously used for my training audio set.
Image Analyst
Image Analyst 2012년 9월 26일
I've not heard of those. Are those methods both more effective and simpler than the ICA method I suggested?
andrea
andrea 2012년 9월 30일
I only need ad algorithm to segment an audio stream into portions. I think fastIca is for another aim
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?

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Audio Processing Algorithm Design에 대해 자세히 알아보기

질문:

2012년 9월 25일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by