I am looking for a way to "listen" to a logfile. This is what I am thinking of:
while tail -f logfile
for every new line in the logfile
convert this line to an audio file
stream the audio file
How would I go about building this? I am using 32 bit Ubuntu 14.04.3 LTS.