Sound capture - Ubuntu / alsa

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Sound capture - Ubuntu / alsa

morrisford
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
Reply | Threaded
Open this post in threaded view
|

Re: Sound capture - Ubuntu / alsa

Stefan Sauer
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
Reply | Threaded
Open this post in threaded view
|

Re: Sound capture - Ubuntu / alsa

Nicolas Hennion
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
Reply | Threaded
Open this post in threaded view
|

Re: Sound capture - Ubuntu / alsa

morrisford
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,

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


------------------------------------------------------------------------------

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel