diff --git a/student_code/my_firstborn.py b/student_code/my_firstborn.py index f74537c..bdbc361 100644 --- a/student_code/my_firstborn.py +++ b/student_code/my_firstborn.py @@ -118,6 +118,7 @@ if __name__ == "__main__": real_y = record_y[i] filenames.append(f"../files/Student Recordings/record_x{real_x}_y{real_y}.wav") + # Performing the location estimation on each file for i in range(len(filenames)): sampling_rate, recordings = wavfile.read(filenames[i]) print(f"\nRecording {i+1}: {filenames[i]}")