Hi Nick, Could you please throw some light on how did we calculate the values 320 for frame_length and 32 for frame_step in the line below: spectrogram = tf.signal.stft(wav, frame_length=320, frame_step=32) ? Thanks