Skip to content

Commit

Permalink
Add reference argument
Browse files Browse the repository at this point in the history
  • Loading branch information
csaudiodesign committed Dec 10, 2023
1 parent d65af25 commit ad8e9e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion batdetect2_gui/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ def compute_data(annotation, audio_dir):
annotation, audio_dir, tm_exp_play
)
im_data, im_shape = gd.compute_image_data(
audio_raw, sampling_rate, get_spectrogram_params()
audio_raw, sampling_rate, get_spectrogram_params(), annotation['file_name'][:-9]
)
duration_listen = duration * config.PARAMS["playback_time_expansion"]

Expand Down

0 comments on commit ad8e9e9

Please sign in to comment.