Skip to content

mouse-reeve/lyricist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Lyricist

This is a simple script intended to convert PDFs of sheet music into audio tracks. To do this, it performs OCR over the music to convert it to text, and then uses the build in OSX text-to-speech to read out the discovered lyrics.

Setup for OSX:

brew install tesseract
brew install imagemagick
brew install ghostscript

To use, just run

./sing.sh <path/to/file.pdf>

Releases

No releases published

Packages

No packages published

Languages