How to differentiate between music and speech audio files?

1 visualización (últimos 30 días)
Rowida Tarek
Rowida Tarek el 16 de Jun. de 2013
Comentada: ATQ el 22 de Nov. de 2016
I have a college project to detect whether an audible file is music or speech using matlab. So i used this output = test(filename,band,start_sec);
but kept on saying: Undefined function or method 'test'
How can i solve this problem and Is there any other code or function i can use to differentiate between them?
  1 comentario
ATQ
ATQ el 22 de Nov. de 2016
Can you provide me link or code file for your project? I have same kind of project. Thanks

Iniciar sesión para comentar.

Respuesta aceptada

Matt J
Matt J el 16 de Jun. de 2013
If "test" is an mfile function that somebody gave you, make sure it is in a directory where MATLAB can see it, i.e., put it in your working directory or put its current directoy on the MATLAB search path (doc pathtool)
  3 comentarios
Matt J
Matt J el 16 de Jun. de 2013
Editada: Matt J el 16 de Jun. de 2013
Well, if you don't have the code, hopefully you now understand why you're getting
Undefined function or method 'test'
Time to start browsing the FEX, I guess. How about this
Rowida Tarek
Rowida Tarek el 16 de Jun. de 2013
yes now i do. And Thank u so much this link really helped.

Iniciar sesión para comentar.

Más respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by