Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Highlight chosen audio output and microphone settings #324

Open
hecto600 opened this issue Oct 6, 2024 · 3 comments
Open

Highlight chosen audio output and microphone settings #324

hecto600 opened this issue Oct 6, 2024 · 3 comments

Comments

@hecto600
Copy link

hecto600 commented Oct 6, 2024

Is your feature request related to a problem? Please describe.

  1. No indication of which audio output device is being used
    feature_audio_1
  2. An audio input GUI control

Describe the solution you'd like

  1. A check mark showing which is the current one
    feature_audio_2
  2. Like with the audio output but for microphones
    feature_mic_1
nwg-piotr added a commit that referenced this issue Oct 6, 2024
@nwg-piotr
Copy link
Owner

I added a check mark before the running sink name.

sinks

If it comes to microphones, I have no idea where even to start from.

@hecto600
Copy link
Author

hecto600 commented Oct 7, 2024

Idk if it's useful but here are some pactl commands related to mic:

  • toggle mute: pactl set-source-mute @DEFAULT_SOURCE@ toggle
  • set a volume: pactl set-source-volume @DEFAULT_SOURCE@ 75%
  • raisee volume: pactl set-source-volume @DEFAULT_SOURCE@ +10%
  • decrease volume with index: pactl set-source-volume 65 -10%
  • get default: pactl get-default-source

PS:
play an audio: canberra-gtk-play -i audio-volume-change
it would be cool to have an audio feedback after volume change for sink and source

@nwg-piotr
Copy link
Owner

Probably it's doable with pactl. I'll try one day. Will need a 6-pack, I'm afraid. ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants