Create a page which produces a given tone
play_long_tone_record_audio_page.Rd
Create a page which produces a given tone
Usage
play_long_tone_record_audio_page(
note = NULL,
long_note_no = 0,
long_tone_length = 5,
page_title = psychTestR::i18n("long_tone_title"),
page_text = psychTestR::i18n("long_tone_text"),
play_button_text = psychTestR::i18n("Play"),
page_type = "record_audio_page",
example = FALSE,
get_answer = get_answer_pyin_long_note,
page_label = "long_tone",
total_no_long_notes = 0,
show_progress = FALSE,
trial_paradigm = c("simultaneous_recall", "call_and_response"),
call_and_response_end = c("manual", "auto"),
singing_trial = TRUE
)