1. 24
  1.  

  2. 3

    The linked interview with José Valim talking about how Elixir came about is really good! Alas no transcript but oh well.

    1. 2

      I can’t install pocketsphinx on the system I’m typing this on, but this should work. Well, it may not be perfectly accurate, but its a transcript :D

      wget https://cdn.changelog.com/uploads/podcast/194/the-changelog-194.mp3 -O /tmp/file.mp3 && ffmpeg -i /tmp/file.mp3 -ar 16000 -ac 1 /tmp/file.wav && pocketsphinx_continuous -infile /tmp/file.wav 2> pocketsphinx.log > ~/result.txt

      And then just read ~/result.txt for the transcript.