dhobsd / castty

A CLI tool to record audio-enabled screencasts of your terminal, for the web.
Other
117 stars 15 forks source link

Add ability to mute microphone during recording #6

Closed dhobsd closed 7 years ago

dhobsd commented 7 years ago

And an ability to mute microphone during recording. PortAudio doesn't provide this functionality. Instead, we can probably write zeroes for each frame instead of what we would have recorded.

dhobsd commented 7 years ago

Mute command now exists.