Bug 502293
Summary: | Cannot capture audio directly from PCM channel | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Davide Cescato <ceski> |
Component: | alsa-utils | Assignee: | Jaroslav Kysela <jkysela> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 11 | CC: | atorkhov, h_fone, jkysela |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2009-07-29 08:21:14 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Davide Cescato
2009-05-23 09:08:21 UTC
Since there was no reaction so far, I wonder if I have filed the bug under the correct component. Should it be reassigned to alsa-lib, gnome-media, gstreamer, pulseaudio? The hardware does not support requested feature (unless you turn on analog loopback which is also not supported on all codecs - see 'amixer controls'). You can obtain playback PCM stream using tee plugin (alsa-lib) or use snd-aloop kernel driver. Regarding PA - I don't know if it's possible to capture playback stream in PA. This bug appears to have been reported against 'rawhide' during the Fedora 11 development cycle. Changing version to '11'. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping Thanks for your reply. It looks like there is no 'Analog Loopback' mixer control with my codec, as 'amixer controls' returns numid=4,iface=MIXER,name='Master Playback Switch' numid=3,iface=MIXER,name='Master Playback Volume' numid=2,iface=MIXER,name='Capture Switch' numid=1,iface=MIXER,name='Capture Volume' So I have to try the other two options. Could you point me to some documentation about the ALSA tee plugin? And... Could you please confirm that snd-aloop is not packaged for Fedora? If this is the case, I will mark this bug as a duplicate of bug 496200. alsa-lib example (the string after -D is device name for alsa-lib): aplay -D tee:SLAVE=\"plughw:0\",FILE=/tmp/abcd.raw <some_wav_file> And yes, snd-aloop is not in mainstream or Fedora kernels. *** This bug has been marked as a duplicate of bug 496200 *** I think that snd-aloop is not in the kernel because of pulse-audio.. I installed pavucontrol. pulseaudio volume control launch pavcontrol, select input devices. select the drop down menu at the bottom right and select 'all input devices' then you will see 'monitor of <your sound card>' my was SB Audigy so I selected that. then I used pulse to record in recordmydesktop and It worked I had sound. that is if you want to record sound from your desktop and not from your microphone, if you want your microphone select the device that is your microphone. |