Speech onset from audio, wav file

2 views (last 30 days)
Alice
Alice on 13 Mar 2018
Answered: Abhishek Ballaney on 13 Mar 2018
Hi, is it possible to use amplitudes to mark when someone started speaking? I have wav files and I have extracted amplitudes and times but I'm not sure how I would check for a change in amplitude from 0 that would correspond to speech onset (or any sound trigger).
Any help would be greatly appreciated.
Thanks.

Answers (1)

Abhishek Ballaney
Abhishek Ballaney on 13 Mar 2018
Try find(x>0) & use 1st index

Categories

Find more on Audio I/O and Waveform Generation in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!