Re: [Alsa-user] capturing sound card output

2007-05-02 Thread Paul Fox
arthur wrote: > > If a .wav file is simply frames and no header, couldn't you create .wav > files with the desired periods of silence, then concatenate your tts > .wav's with "silent" .wav's to achieve the desired .wav file? yes, thanks. in fact, someone else suggested this off-list and i

Re: [Alsa-user] capturing sound card output

2007-05-02 Thread Arthur Marsh
Paul Fox wrote, on 2007-05-02 22:18: > chris wrote: > > On 5/1/07, Paul Fox <[EMAIL PROTECTED]> wrote: > ... > > > might not work in my particular case: > > > make_a_sound; > > > sleep 2; > > > make_a_sound; > > > sleep 3; > > > make_another_sound; > > > > Read: man t

Re: [Alsa-user] capturing sound card output

2007-05-02 Thread Paul Fox
chris wrote: > On 5/1/07, Paul Fox <[EMAIL PROTECTED]> wrote: ... > > might not work in my particular case: > > make_a_sound; > > sleep 2; > > make_a_sound; > > sleep 3; > > make_another_sound; > > Read: man text2wav > Then learn how to pipe the output of text2wav in

Re: [Alsa-user] capturing sound card output

2007-05-01 Thread Chris Pemberton
On 5/1/07, Paul Fox <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > There are other ways to capture the sound, for example > > > > http://www.vsound.org/ > > > > It might not suit your case if several programs are generating the > > sound opening and closing /dev/dsp. > > thanks

Re: [Alsa-user] capturing sound card output

2007-05-01 Thread Paul Fox
[EMAIL PROTECTED] wrote: > There are other ways to capture the sound, for example > > http://www.vsound.org/ > > It might not suit your case if several programs are generating the > sound opening and closing /dev/dsp. thanks for that link. it's a possibility, though you're right it m

Re: [Alsa-user] capturing sound card output

2007-05-01 Thread Paul Fox
thomas wrote: > On Di, 01.05.07 18:19 Paul Fox <[EMAIL PROTECTED]> wrote: > > is it possible to capture the mixed output? i.e., capture what i ... > What soundchip are you using? On ICE1712 you can create a monitor pcm > and record whatever goes through the digital mixer. here's what i have:

Re: [Alsa-user] capturing sound card output

2007-05-01 Thread Chris Pemberton
On 5/1/07, Sergei Steshenko <[EMAIL PROTECTED]> wrote: > On Wed, 02 May 2007 00:19:06 +0100 > [EMAIL PROTECTED] wrote: > > > Hi, > > > > It will depend on your sound card. I am able to select the "capture" > > to be the output mix using the alsa mixer (intel8x0). But this means > > (in my case)

Re: [Alsa-user] capturing sound card output

2007-05-01 Thread Sergei Steshenko
On Wed, 02 May 2007 00:19:06 +0100 [EMAIL PROTECTED] wrote: > Hi, > > It will depend on your sound card. I am able to select the "capture" > to be the output mix using the alsa mixer (intel8x0). But this means > (in my case) the signal goes into the analog domain and is not as clean > as I

Re: [Alsa-user] capturing sound card output

2007-05-01 Thread eespjl
Hi, It will depend on your sound card. I am able to select the "capture" to be the output mix using the alsa mixer (intel8x0). But this means (in my case) the signal goes into the analog domain and is not as clean as I would like. There are other ways to capture the sound, for example ht

Re: [Alsa-user] capturing sound card output

2007-05-01 Thread Thomas Kuther
On Di, 01.05.07 18:19 Paul Fox <[EMAIL PROTECTED]> wrote: > hi -- googling, i can find quite a few people asking about this, > but no clear answers. > > is it possible to capture the mixed output? i.e., capture what i > hear? most people seem to want this in order to capture streamed > sources,

[Alsa-user] capturing sound card output

2007-05-01 Thread Paul Fox
hi -- googling, i can find quite a few people asking about this, but no clear answers. is it possible to capture the mixed output? i.e., capture what i hear? most people seem to want this in order to capture streamed sources, but in my case it's simply to record the output of a script that genera