Re: Setting sound card for full duplex



I have been unable to find out if my card supports
full duplex. Assuming that it does, how do I set
it for full duplex?

If you're using alsa drivers.

cat /proc/asound/devices

It should by default. Software for full duplex recording
on the otherhand might be difficult. Most sound cards,
even el cheapo integrated ones have at least two input
channels and two output channels. Granted that that's
just stereo capabilities, stereo in, stereo out.


For me, I have a few options.

-----

jackd + ardour

jackd -d alsa -d hw:0 -S -s -r 48000
&&
ardour

(ardour can be a little difficult to use.)

-----

jackd + audacity

jackd -d alsa -d hw:0,0 -S -s -r 48000
&&
audacity

(however there's some bugs in audacity.)
- without jackd, the recording sounds like
things went through a metalic filter.
- with jackd, after the first playback it
will no longer playback. At least not
with sound coming out the speakers.

-----

Now there's some issues with regards to
mixer settings that makes things either
work or not. i.e. for the above apps you
need to set your record device to the
microphone. And push the setting for the
mic and gain to about 70% in my case.

aumix -m R -m 70 -i 70

-----

Now if you want to capture your /dev/dsp
output, there's a different quirk.

aumix -v R -i 1
&&
arecord -t wav -f dat -D default test.wav

(aka set your record device to master volume
and gain to 1)

-----

At least this is what's worked for me.
Mileage may vary.

Almost all of the above assume you're not running
a sound mixing daemon like artsd or esd. Since
jackd is one of those daemons. If you are, you're
sound device will appear to already be in use by
anything that doesn't use that method for generating
sound. The end result of which is most times NO SOUND.

Shadow_7

.



Relevant Pages

  • Re: Audio full-duplex?
    ... The Dell Axim is listed as having full duplex. ... >I can only speak for what's currently in my posession, an iPAQ 5555. ... I then stopped the audiobook and played my sound ... Quicktime and Windows Media Player. ...
    (microsoft.public.pocketpc.multimedia)
  • Re: sound on suse
    ... But because I activated full duplex games dont play ... > sound or don't start anymore. ... shut down ("killall artsd" to speed this up :-). ...
    (alt.os.linux.suse)
  • Re: Problem with Realtek sound card or with sth else?
    ... If the mixer for the sound system doesn't support it, ... I haven't ever seen a computer that didn't have a mixer function. ... I am not sure if half or full duplex has anything to do with the mixer. ... Thus it can't handle recording live and playing back a delayed version from a file at the same time. ...
    (comp.sys.laptops)
  • (no subject)
    ... I am using KDE and have tried enabling/disabling full ... It will play if I enable full duplex ... but the sound stops if I do anything else, ...
    (Debian-User)
  • jack sound server
    ... running into problems with running a jack server in order to get sequencers ... alex@mother:~> jackd -d alsa ... creating alsa driver ... ... CheckHardware --sound pops up the window telling me that sound is either ...
    (alt.os.linux.suse)