create_videos: Create video from script and PNGs

Description Usage Arguments Value

View source: R/create_videos.R

Description

Create video from script and PNGs

Usage

1
2
3
4
5
6
7
create_videos(
  course_status = ".",
  voice = text2speech::tts_default_voice(service = service),
  service = "google",
  verbose = TRUE,
  ...
)

Arguments

course_status

output from check_course

voice

Voice to pass to ari_spin

service

speech synthesis service to use, passed to tts, Either "amazon", "microsoft", or "google".

verbose

print diagnostic messages

...

additional arguments passed to ari_spin

Value

A 'data.frame' output from check_course


muschellij2/didactr documentation built on March 17, 2021, 12:45 p.m.