Skip to content

Commit

Permalink
Forgot to add continue to previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobGlennAyers committed Jul 7, 2021
1 parent fcf6729 commit e071979
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PyHa/IsoAutio.py
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,7 @@ def generate_automated_labels(bird_dir, isolation_parameters, manual_id = "bird"
SAMPLE_RATE, SIGNAL = audio.load_wav(bird_dir + audio_file)
except:
print("Failed to load",audio_file)
continue

# downsample the audio if the sample rate > 44.1 kHz
# Force everything into the human hearing range.
Expand Down

0 comments on commit e071979

Please sign in to comment.