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

Show that audio is being captured, or at least facilitate mike test #14

Closed
lcreid opened this issue Aug 25, 2013 · 5 comments
Closed

Show that audio is being captured, or at least facilitate mike test #14

lcreid opened this issue Aug 25, 2013 · 5 comments
Assignees

Comments

@lcreid
Copy link
Owner

lcreid commented Aug 25, 2013

At a minimum, make it easy to pull up the audio input tool so the user can check if audio is being capture. More advanced would be to somehow actually monitor sound level for the recording.

@lcreid
Copy link
Owner Author

lcreid commented Nov 30, 2013

There is a gem for pulseaudio: https://rubygems.org/gems/pulseaudio.

@lcreid
Copy link
Owner Author

lcreid commented Dec 1, 2013

The gem for pulseaudio says it uses pactl, the command line program. It doesn't get me the volume info in real time.

http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/Clients/WritingVolumeControlUIs/ is a good introduction to volume with PulseAudio. If I knew how to get at the low-level PulseAudio stuff in Ruby, I'd go back to the above link.

http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/Clients/ApplicationProperties/ talks about properties to set up that allow PulseAudio to better know who's talking to it.

@ghost ghost assigned lcreid Dec 1, 2013
@lcreid
Copy link
Owner Author

lcreid commented Dec 1, 2013

To run the gnome applet to control volume, etc:

/usr/bin/gnome-control-center sound

@lcreid
Copy link
Owner Author

lcreid commented Dec 7, 2013

There's no stock icon for a volume control. I implemented a button to call up the gnome applet.

lcreid added a commit that referenced this issue Dec 7, 2013
@lcreid
Copy link
Owner Author

lcreid commented Dec 15, 2013

Add a button to bring up the sound control. Will open another issue for actual sound monitoring.

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

No branches or pull requests

1 participant