encs-humanoid / speech-and-hearing

speech and hearing systems for the IEEE ENCS Humanoid Robot Project
1 stars 1 forks source link

Add recording of audio for offline analysis #8

Open danielmcd opened 8 years ago

danielmcd commented 8 years ago

Modify the listen_node.py to capture a recording of the audio picked up by KEN's mic.

An option to enable/disable the recording is desirable.

  1. Minimally, recording all the sound into a WAV file from startup until shutdown would help.
  2. Recording only the sound when KEN is "listening" would also be useful, to eliminate the sections of sound when KEN is speaking.
  3. Recording a separate annotations file indicating the times within the recording when events happened (sound started, voice detected, sound ended, speech started, speech ended) might also help with the analysis.