Re: [Alsa-user] Recording a playback stream

2007-08-12 Thread Jonathan Leonard
On Aug 12, 2007, at 5:42 PM, Rene Herman wrote: > On 08/13/2007 02:30 AM, Jonathan Leonard wrote: > >> Sorry about that, Bill. Maybe you are in text only mode. > > Not only he, the list is. Many thanks for the useful response, but > if you could avoid HTML (and top-posting) that would be great

Re: [Alsa-user] Recording a playback stream

2007-08-12 Thread Bill Unruh
On Sun, 12 Aug 2007, Jonathan Leonard wrote: > Sorry about that, Bill. Maybe you are in text only mode. Yup. That is all I ever use. Pine. Thanks > > http://programmablebrain.us/wiki/index.php?title=HOWTO:Record_a_Skype_Conversation/Linux > > Best, > > jonathan > > > On Aug 12, 2007, at 5:13 P

Re: [Alsa-user] Recording a playback stream

2007-08-12 Thread Rene Herman
On 08/13/2007 02:30 AM, Jonathan Leonard wrote: > Sorry about that, Bill. Maybe you are in text only mode. Not only he, the list is. Many thanks for the useful response, but if you could avoid HTML (and top-posting) that would be great. Rene. --

Re: [Alsa-user] Recording a playback stream

2007-08-12 Thread Edward Coffey
Regarding the link - http://programmablebrain.us/wiki/index.php?title=HOWTO:Record_a_Skype_Conversation/Linux - That solution relies on having a sound device that provides a capture stream which can include the sound being sent to the speakers, which my USB headphones do not. However, I have found

Re: [Alsa-user] Recording a playback stream

2007-08-12 Thread Jonathan Leonard
Sorry about that, Bill. Maybe you are in text only mode. http://programmablebrain.us/wiki/index.php? title=HOWTO:Record_a_Skype_Conversation/Linux Best, jonathan On Aug 12, 2007, at 5:13 PM, Bill Unruh wrote: > On Sun, 12 Aug 2007, Jonathan Leonard wrote: > >> I found this how-to for linux/

Re: [Alsa-user] Recording a playback stream

2007-08-12 Thread Bill Unruh
On Sun, 12 Aug 2007, Jonathan Leonard wrote: > I found this how-to for linux/skype/alsa users here. Would probably be more useful if you actually told us where you found it. > > Hope this helps, > > jonathan > > On Aug 10, 2007, at 10:32 PM, Edward Coffey wrote: > >> Is there any plugin or asou

Re: [Alsa-user] Recording a playback stream

2007-08-12 Thread Jonathan Leonard
I found this how-to for linux/skype/alsa users here. Hope this helps, jonathan On Aug 10, 2007, at 10:32 PM, Edward Coffey wrote: Is there any plugin or asoundrc trick that I can use to record a playback stream? My situation is this: I'm using a USB headset with Skype 1.4 and I'd like to

Re: [Alsa-user] Recording a playback stream

2007-08-11 Thread J. Pauli
If you can write to a file then it should be possible to write to a FIFO (man 7 fifo). Just create a FIFO with "mkfifo /tmp/whatever", adjust your asoundrc to write to that file, start something like "lame -b 128 - somefile.mp3" in a terminal and then start skype (in that order). The result should