Skip to content

Instantly share code, notes, and snippets.

@arleym
Last active November 7, 2016 02:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arleym/a4351bd2597ef48df793034ecebb93b3 to your computer and use it in GitHub Desktop.
Save arleym/a4351bd2597ef48df793034ecebb93b3 to your computer and use it in GitHub Desktop.
Memory verses to mp3 for reviewing verses
say -f ~/dev/Bible\ Study/Journal/SayMemory.txt -r 700 -o ~/dev/Bible\ Study/Journal/SayMemory-700.aiff && ffmpeg -i SayMemory-700.aiff -f mp3 -acodec libmp3lame -ab 192000 -ar 44100 SayMemory-700.mp3 && rm SayMemory-700.aiff
@arleym
Copy link
Author

arleym commented Nov 6, 2016

As a demo! Requires ffmpeg and my memory verse text file (I changed this to be phonetically right like "First Timothy" instead of "One Timothy". Produces an mp3 I can listen to and share for group review, sorted latest verse to oldest. Thrown into an Alfred workflow with a couple other speeds.

@arleym
Copy link
Author

arleym commented Nov 6, 2016

Sample verse made for robo-readability:

Philippians Chapter 3, Verses 8 to 14.
Indeed, I count everything as loss because of the surpassing worth of knowing Christ Jesus my Lord. For his sake I have suffered the loss of all things and count them as rubbish, in order that I may gain Christ
Verse 9: and be found in him, not having a righteousness of my own that comes from the law, but that which comes through faith in Christ, the righteousness from God that depends on faith--
Verse 10: that I may know him and the power of his resurrection, and may share his sufferings, becoming like him in his death,
Verse 11: that by any means possible I may attain the resurrection from the dead.
Verse 12: Not that I have already obtained this or am already perfect, but I press on to make it my own, because Christ Jesus has made me his own.
Verse 13: Brothers, I do not consider that I have made it my own. But one thing I do: forgetting what lies behind and straining forward to what lies ahead,
Verse 14: I press on toward the goal for the prize of the upward call of God in Christ Jesus.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment