I'm trying to capture audio coming from my sound card, NOT from the mic. This is what I'm doing: Start Audacity, push its record button, play a song. It shows that it is recording but when I play back the results, all background noise, conversation, etc, is in the recording as well as the audio from the song (and it is waaay too bass-y). If the mic is unplugged or muted, I cannot record what I hear coming from the sound card (as in what you hear from the sound card is what you get).
When I use Audacity, it seems to only be able to record from the mic. I have tried its other settings ((Multichannel Capture/PT Playback (hw0, 2); Mic Capture (hw 0, 1); ADC Capture/Standard PCM (hw 0, 0); SPDIF; Pulse; Default)) But the only one that works is the Multichannel selection, but that is using the mic to capture and that is not acceptable for what I want to do.
When I started Audacity from the command line, I see this message before it starts:
Code: Select all
ALSA lib pcm.c:2212:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side
ALSA lib pcm.c:2212:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.surround71
ALSA lib pcm.c:2212:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.hdmi
ALSA lib pcm.c:2212:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.hdmi
ALSA lib pcm.c:2212:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.modem
ALSA lib pcm.c:2212:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.modem
ALSA lib pcm.c:2212:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.phoneline
ALSA lib pcm.c:2212:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.phoneline
ALSA lib pcm_dmix.c:957:(snd_pcm_dmix_open) The dmix plugin supports only playback stream
Cannot connect to server socket err = No such file or directory
Cannot connect to server socket
jack server is not running or cannot be started
Expression 'stream->playback.pcm' failed in 'src/hostapi/alsa/pa_linux_alsa.c', line: 3875
Expression 'stream->playback.pcm' failed in 'src/hostapi/alsa/pa_linux_alsa.c', line: 3875
Expression 'stream->playback.pcm' failed in 'src/hostapi/alsa/pa_linux_alsa.c', line: 3875
Expression 'stream->playback.pcm' failed in 'src/hostapi/alsa/pa_linux_alsa.c', line: 3875
Expression '*idev = open( idevName, flags )' failed in 'src/hostapi/oss/pa_unix_oss.c', line: 811
Expression 'OpenDevices( idevName, odevName, &idev, &odev )' failed in 'src/hostapi/oss/pa_unix_oss.c', line: 857
Expression 'PaOssStream_Initialize( stream, inputParameters, outputParameters, streamCallback, userData, streamFlags, ossHostApi )' failed in 'src/hostapi/oss/pa_unix_oss.c', line: 1234
This is my hardware info:
cat /etc/modprobe.d/50-sound.conf gives:
Code: Select all
options snd slots=snd-emu10k1
# 2+Ni.trsEqNGuZ00:SB0090 Audigy Player
alias snd-card-0 snd-emu10k1
Code: Select all
**** List of CAPTURE Hardware Devices ****
card 0: Audigy [SB Audigy 1 [SB0090]], device 0: emu10k1 [ADC Capture/Standard PCM Playback]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: Audigy [SB Audigy 1 [SB0090]], device 1: emu10k1 mic [Mic Capture]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: Audigy [SB Audigy 1 [SB0090]], device 2: emu10k1 efx [Multichannel Capture/PT Playback]
Subdevices: 1/1
Subdevice #0: subdevice #0
Code: Select all
alsa-devel-1.0.24.1-86.1.x86_64
alsamixergui-0.9.0rc1-1492.1.x86_64
alsa-plugins-pulse-1.0.24-6.1.x86_64
alsa-1.0.24.1-4.7.1.x86_64
alsa-plugins-pulse-32bit-1.0.24-6.1.x86_64
alsa-oss-1.0.17-32.1.x86_64
alsa-oss-32bit-1.0.17-32.1.x86_64
alsa-utils-1.0.24.2-3.1.x86_64
alsa-plugins-32bit-1.0.24-6.1.x86_64
alsa-plugins-1.0.24-6.1.x86_64
alsa-firmware-1.0.24.1-3.1.noarch
Code: Select all
libpulse-browse0-0.9.22-6.11.1.x86_64
pulseaudio-module-lirc-0.9.22-6.11.1.x86_64
alsa-plugins-pulse-1.0.24-6.1.x86_64
libpulse0-32bit-0.9.22-6.11.1.x86_64
libpulse0-0.9.22-6.11.1.x86_64
pulseaudio-module-x11-0.9.22-6.11.1.x86_64
pulseaudio-utils-0.9.22-6.11.1.x86_64
alsa-plugins-pulse-32bit-1.0.24-6.1.x86_64
pulseaudio-esound-compat-0.9.22-6.11.1.x86_64
libpulse-mainloop-glib0-0.9.22-6.11.1.x86_64
pulseaudio-module-jack-0.9.22-6.11.1.x86_64
pulseaudio-module-bluetooth-0.9.22-6.11.1.x86_64
pulseaudio-module-zeroconf-0.9.22-6.11.1.x86_64
libxine1-pulse-1.1.19-4.4.x86_64
pulseaudio-0.9.22-6.11.1.x86_64
so you can see my sound settings.
I have done a tweak as directed on the SuSE forums for getting pulse to be able to record from the sound card (here: http://forums.opensuse.org/english/get- ... audio.html posts #4, and #5) but Audacity doesn't seem to be using this. It still uses the mic to record. I have to do this command for any sound card recording: arecord -vv -f cd test.wav (replacing the word, test, with some other name).
I'd much rather use Audacity for recording because I like to see (monitor) what I'm recording and that way I can tell if the volume is too high while I'm recording which can't be done from the command line.