Browse Source

removed file_name variable

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

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

@ -199,7 +199,6 @@ class ROSInterface:
# Initialiaze list to store audio segments
self.wav_list = []
self.record_count = 0 # Count how many times we've recorded f seconds of audio
self.file_name = "/home/hello-robot/Desktop/output_audio.wav"
self.secs = rospy.get_param("/VZ_ACOUSTIC_SCENE_ANALYSIS/SECONDS")
self.chunk_size = rospy.get_param("/VZ_ACOUSTIC_SCENE_ANALYSIS/CHUNK_SIZE")
self.respeaker = Tuning()

Loading…
Cancel
Save