Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 571 Bytes

File metadata and controls

24 lines (17 loc) · 571 Bytes

its-raining-various-things

couple of themes now:

  • raining
  • iverson

Will take a text file or a phrase and give you an mp3 of it raining that thing.

with a file named mobydick.txt:

docker run -i narf/its-raining-various-things -- raining < mobydick.txt > mobydick.mp3

with a phrase:

echo "horse meat" | docker run -i narf/its-raining-various-things -- raining > horsemeat.mp3

OR

echo "practice" | docker run -i narf/its-raining-various-things -- iverson > horsemeat.mp3