Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Aug 2012 20:50:27 +0200
From:      Matthias Apitz <guru@unixarea.de>
To:        Waitman Gobble <gobble.wa@gmail.com>
Cc:        Alexander Kapshuk <alexander.kapshuk@gmail.com>, freebsd-questions <freebsd-questions@freebsd.org>
Subject:   Re: built-in mic configuration [compaq presario laptop]
Message-ID:  <20120825185026.GA1144@tiny.Sisis.de>
In-Reply-To: <CAFuo_fzYZ%2B-x_5ksmQEpy6FjcgBgRJrPXDdoXDJvytaKNfLTNg@mail.gmail.com>
References:  <5038F1A5.5040109@gmail.com> <CAFuo_fzYZ%2B-x_5ksmQEpy6FjcgBgRJrPXDdoXDJvytaKNfLTNg@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
El día Saturday, August 25, 2012 a las 09:26:44AM -0700, Waitman Gobble escribió:

> Hi,
> 
> you need to specify the device, take a look at
> 
> # ls /dev/dsp*
> /dev/dsp0.0    /dev/dsp0.1    /dev/dsp1.0    /dev/dsp2.0    /dev/dsp2.1
> 
> for example, i can send audio output to headphone jack:
> # mplayer -zoom -x 1280 -y 720 -fs -ao oss:/dev/dsp1 -mixer /dev/mixer2
> /path/to/file

For tests you might even record and playback the recorded with, for
example:

# dd if=/dev/dsp0 of=/tmp/recorded
# cat /tmp/recorded > /dev/dsp0

> Haven't tried skype on FreeBSD but there should be a device setting. I've
> noticed that some machines seem to automatically switch, ie when I plug in
> headphones to the headphone jack or a mic into a microphone jack it "just
> works". But other machines don't work automatically and I have to set the
> device manually as above. A simple way, you can try setting each device to
> see which one works. :)

yes, Skype allows to configure this even on top of the emulation of
Linux; I do it all days

	matthias
-- 
Matthias Apitz
e <guru@unixarea.de> - w http://www.unixarea.de/
UNIX since V7 on PDP-11, UNIX on mainframe since ESER 1055 (IBM /370)
UNIX on x86 since SVR4.2 UnixWare 2.1.2, FreeBSD since 2.2.5



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120825185026.GA1144>