record on instaMic -> plug into Windows -> convert to mp3 with ffmpeg -> upload with website to micro.blog aka how i recorded this one's for pat
Pontifications
aka how i recorded this one’s for pat
- record on instaMic which only records WAV files
- plug into Windows computer or mac using USB (wireless would be better!)
- convert to mp3 with ffmpeg
- upload with website to micro.blog
- here’s the ffmpeg command to convert WAV to mp3:
C:\Users\rtang\Documents\ffmpeg-20180815-4f8e65c-win64-static\bin\ffmpeg.exe -i D:\IST_0007.wav -f mp
3 hellopat.mp3