from pathlib import Path from openai import OpenAI client = OpenAI() speech_file_path = Path(__file__).parent / "speech.mp3" response = client.audio.speech.create( model="tts-1", voice="alloy", input="Today is a wonderful day to build something people love!" ) response.stream_to_file(speech_file_path)

Wheaton College
History of Christianity

from pathlib import Path from openai import OpenAI client = OpenAI() speech_file_path = Path(__file__).parent / "speech.mp3" response = client.audio.speech.create( model="tts-1", voice="alloy", input="Today is a wonderful day to build something people love!" ) response.stream_to_file(speech_file_path)

Reference Ideas

Some portraiture of early Christians. Luther. Calvin. Augustine. Paul. Etc. Filming the photos would be ideal, but could do with digital files as well.

Some portraiture of early Christians. Luther. Calvin. Augustine. Paul. Etc. Filming the photos would be ideal, but could do with digital files as well.

Some shots of old church interiors. Stained glass. Statues. Ornamental details.

Some shots of old church interiors. Stained glass. Statues. Ornamental details.

External Shots of Billy Graham Center and Museum

External Shots of Billy Graham Center and Museum

Archival footage of Billy Graham

Close-Ups of manuscripts and artifacts

Close-Ups of manuscripts and artifacts

Tour with student + Faculty

Tour with student + Faculty

Faculty giving seminar. Preferably in an auditorium-like setting instead of white classroom.

Faculty giving seminar. Preferably in an auditorium-like setting instead of white classroom.


Create a library scene where a student wanders into a library exploring HOC books and studies them.

Create a library scene where a student wanders into a library exploring HOC books and studies them.