Has anyone managed to capture the sound stream that ends up at the speakers on an Ubuntu system? Any info / hints would be welcomed.
------------------------------------------------------------------------------ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
hi,
Morris Ford wrote: > Has anyone managed to capture the sound stream that ends up at the > speakers on an Ubuntu system? Any info / hints would be welcomed. do a pactl list and check the sources. then do gst-launch-0.10 -e pulsesrc device=alsa_output.pci-0000_00_1b.0.analog-stereo.monitor ! wavenc ! filesink location=record.wav where device is what you got from the paclt Stefan > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > > ------------------------------------------------------------------------ > > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > ------------------------------------------------------------------------------ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
In reply to this post by morrisford
Yes sure !
have a look on pulseaudio + jack module (include recent OS distribution). You can redirect the output of a running software to an input. ---- Mourir pour des idées, d'accord mais de mort lente. -+- Georges Brassens -+- ---- ------------------------------------------------------------------------------ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
In reply to this post by Stefan Sauer
Stefan,
Thanks. This worked for me just fine. Morris On Thu, May 6, 2010 at 6:02 AM, Stefan Kost <[hidden email]> wrote: hi, ------------------------------------------------------------------------------ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |