audio recording fix
This commit is contained in:
parent
1f22bc5811
commit
a2f7435e31
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ audiopulse() { \
|
|||
ffmpeg \
|
||||
-f alsa -i default \
|
||||
-c:a flac \
|
||||
"$HOME/audio-$(date '+%y%m%d-%H%M-%S').mkv" &
|
||||
"$HOME/audio-$(date '+%y%m%d-%H%M-%S').flac" &
|
||||
echo $! > ~/.recordingpid
|
||||
updateicon "🎙️"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue