File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1111| PsyFlow Version | 0.1.0 |
1212| PsychoPy Version | 2025.1.1 |
1313| Modality | Behavior/EEG |
14+ | Language | Chinese |
15+ | Voice Name | zh-CN-YunyangNeural |
1416
1517## 1. Task Overview
1618
Original file line number Diff line number Diff line change @@ -46,6 +46,8 @@ window:
4646# === Task-level settings ===
4747task :
4848 task_name : " eeg_sst"
49+ language : " Chinese"
50+ voice_name : " zh-CN-YunyangNeural"
4951 total_blocks : 3
5052 total_trials : 210
5153 trial_per_block : 70
Original file line number Diff line number Diff line change 3333win , kb = initialize_exp (settings )
3434# 6. Setup stimulus bank
3535stim_bank = StimBank (win ,cfg ['stim_config' ])\
36- .convert_to_voice (['instruction_text' ])\
36+ .convert_to_voice (['instruction_text' ], voice = settings . voice_name )\
3737 .preload_all ()
3838
3939# stim_bank.preview_all()
100100
101101# 10. Close everything
102102ser .close ()
103- core .quit ()
104-
105-
106-
103+ core .quit ()
You can’t perform that action at this time.
0 commit comments