totoro/grabar

5 lines
171 B
Plaintext
Raw Permalink Normal View History

2022-03-24 21:18:04 +00:00
#!/bin/bash
date="$(date +%s)"
ffmpeg -loglevel quiet -f alsa -i default:CARD=Device -c:a libvorbis -b:a 96K /home/alarm/grabacion-${date}.ogg &
echo $! > /tmp/grabar.pid