On Sun, 2008-02-10 18:53:05 +0100, Jan-Benedict Glaw <[EMAIL PROTECTED]> wrote:
> On Sun, 2008-02-10 19:54:25 +0100, Esben Stien <[EMAIL PROTECTED]> wrote:
> > Daniel Kasak <[EMAIL PROTECTED]> writes:
> > > setting up pulseaudio: to copy audio streams
> > 
> > Just set up pulseaudio to use jack[0] and connect a recorder.
> 
> Didn't check, but isn't there a monitor source for every sink?

pavucontrol works as expected with the monitor source, so does pacat:

        pacat -r -d foo.monitor > recording.pcm

If you don't know your sink/source name, use the "list-sources"
command or inspect verbose output of the daemon while starting up.

You need to convert it to WAV (or anything else) afterwards, which
should be fairly simple using `sox':

        sox -c 2 -r 44100 -s -2 -t raw recording.pcm \
                                -t wav recording.wav

(You can, of course, play with the recording format and specify
something different for both `pacat' and `sox'.

MfG, JBG

-- 
      Jan-Benedict Glaw      [EMAIL PROTECTED]              +49-172-7608481
 Signature of:                      http://perl.plover.com/Questions.html
 the second  :

Attachment: signature.asc
Description: Digital signature

_______________________________________________
pulseaudio-discuss mailing list
[email protected]
https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss

Reply via email to