Browse Source

clarified 2 pops wit comment

pull/65/head
Hongyu Li 2 years ago
parent
commit
68b276a1fa
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      vz_acoustic_scene_analysis/scripts/stretch_audio.py

+ 1
- 1
vz_acoustic_scene_analysis/scripts/stretch_audio.py View File

@ -223,7 +223,7 @@ class ROSInterface:
# if ((self.record_count % (self.secs/self.chunk_size)) == 0): # set param sequence size
if (self.record_count % 3 == 0):
return_list = self.wav_list
# Remove 0.2 seconds of audio data
# Remove fist two objects in array to remove 0.2 seconds of audio data from array
self.wav_list.pop(0)
self.wav_list.pop(0)
# send the frames at the beginning of the list (save as wav for now)

Loading…
Cancel
Save