Skip to content

Daily Office podcast; Amazon Polly text-to-speech; ESV text via API

Notifications You must be signed in to change notification settings

joshcrews/bcp-podcast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Daily Office Lectionary Podcast, Text-to-Speech Australian accent

#elixir, #aws-polly, #ffmpeg, #postgres, #phoenix, #ecto, #s3

Podcast URL

https://bcp-podcast.herokuapp.com/podcast.xml

About the Daily Office

The Daily Office Lectionary is prescibes daily Bible readings. Each day has

  • a morning psalm(s)
  • an evening psalm(s)
  • an Old Testament or deuterocanonical reading (but this podcast skips this deuterocanonical readings)
  • a reading from Matthew, Mark, Luke or John
  • a reading from the rest of New Testament

It spends a lot of time of the Psalms. The Psalms repeat like every six weeks. The Old Testament is (kinda) covered over two years.

The readings also change with the church season-- Advent, Christmas, Epiphany, Lent and holy days.

The Daily Office readings are used in Morning Prayer and Evening Prayer services.

What the software does

  1. ESV Bible API is called for the Daily Office lectionary reading plan for today's date
  2. The readings are sorted into
  • Morning Psalms
  • Old Testament
  • New Testament
  • Gospels
  • Evening Psalms
  1. The Bible texts are formatted from HTML to text.
  2. The texts are transformed into SSML, "speak markup language"
  3. The speak markup language files are sent to Amazon Polly (Text to Speech) service, where a Australian accented robot reads the text
  4. The passages (text and mp3) are saved to Amazon S3
  5. All the passages are joined together into one single mp3 file using FFMpeg
  6. The one single mp3 file is uploaded to Amazon S3
  7. The new mp3 file is added to the podcast

Phoenix

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more

About

Daily Office podcast; Amazon Polly text-to-speech; ESV text via API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages