사용자 도구

사이트 도구


linux:audio

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판 양쪽 다음 판
linux:audio [2015/12/25 23:13]
kwon37xi
linux:audio [2019/07/19 11:21]
kwon37xi [Mute/Unmute toggle]
줄 9: 줄 9:
 # 실제로 작동한 토글 # 실제로 작동한 토글
 amixer -q -D pulse sset Master toggle amixer -q -D pulse sset Master toggle
 +</code>
 +
 +===== Volume Control CLI =====
 +  * [[https://unix.stackexchange.com/questions/32206/set-volume-from-terminal|command line - Set volume from terminal - Unix & Linux Stack Exchange]]
 +
 +<code sh>
 +# increase by 3%
 +amixer -q sset Master 3%+
 +
 +# decrease by 3%
 +amixer -q sset Master 3%-
 </code> </code>
  
linux/audio.txt · 마지막으로 수정됨: 2021/12/22 12:12 저자 kwon37xi