fuskovic / audio-recorder

:microphone: :musical_note: Record your built-in microphone audio from the command line on OSX (WIP)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

audio-recorder

Record microphone audio from the command line.

Only for OSX systems at the moment.

Installation

brew update

brew install portaudio

brew install ffmpeg

go get -u github.com/fuskovic/audio-recorder

Running

audio-recorder record --out my_recording

About

:microphone: :musical_note: Record your built-in microphone audio from the command line on OSX (WIP)


Languages

Language:Go 97.6%Language:Makefile 2.4%