Skip to content

Commit

Permalink
Merge pull request #265 from ssciwr/fix_261_tone_duration
Browse files Browse the repository at this point in the history
Set tone duration to 160ms
  • Loading branch information
lkeegan committed Feb 1, 2024
2 parents 1792e4c + 53ba985 commit 8448440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vstt/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ def _do_target(
tm.target_labels, trial["show_inactive_targets"], target_index
)
if trial["play_sound"]:
Sound("A", secs=0.3, blockSize=1024, stereo=True).play()
Sound("A", secs=0.160, blockSize=1024, stereo=True).play()
if is_central_target:
trial_data.to_center_num_timestamps_before_visible.append(
len(mouse_times)
Expand Down

0 comments on commit 8448440

Please sign in to comment.