Separate words in audio file
Mostrar comentarios más antiguos
Hello, I am trying to separate words in an audio file, leaving only samples between red lines, with also having a variable with a border of each word:

I understand I can remove the silence between words using
envelope = imdilate(abs(y), true(1500, 1));
quietParts = envelope < 0.05;
y(quietParts) = [];
but this does leave me without knowing the boundary between each of these words.
2 comentarios
Arthur Goodhart
el 2 de Nov. de 2018
Did you ever work out how to do this?
Michael Saniuk
el 3 de Nov. de 2018
Respuesta aceptada
Más respuestas (1)
huda farooqui
el 1 de Nov. de 2018
0 votos
I am facing the same problem .kindly help
Categorías
Más información sobre Audio I/O and Waveform Generation en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!