Re: [linux-audio-dev] Q: recording output from audio applications to disk

2001-07-03 Thread Joakim Verona
Hello Kai, thanks for this tip, but iäm having trouble getting it to work. it records only one of the channels, and at odd speeds. here is a description of my setup: inspiron laptop using maestro chipset alsa 0510 jazz sequencer timidity csound timidity and csound play at the same time, drive

Re: [linux-audio-dev] Q: recording output from audio applications to disk

2001-06-13 Thread Brad Bowman
* Abramo Bagnara <[EMAIL PROTECTED]> [010613 13:11]: > > No, this is wrong, you can do what you want using PCM type file. > Sample .asoundrc: > > pcm.hwpcm { > type hw > card 0 > device 0 > } > > pcm.test { > type file > slave.pcm hwpcm > file /tmp/audio.raw

Re: [linux-audio-dev] Q: recording output from audio applications to disk

2001-06-12 Thread Erik de Castro Lopo
Joakim Verona wrote: > Hello, > > I made a track with jazz/timidity/csound that i would like to record > digitally to disk. > > I would like some way to monitior the soundcards output, and record it > to disk at the same time as im playing it. > > Im using alsa 0511. > > I've seen somewh

Re: [linux-audio-dev] Q: recording output from audio applications to disk

2001-06-12 Thread Abramo Bagnara
Paul Davis wrote: > > >> >I would like some way to monitior the soundcards output, and record it > >> >to disk at the same time as im playing it. > >> > > >> >Im using alsa 0511. > >> > > >> >I've seen somewhere that this is possible with OSS, but dont remember how. > >> > >> its not possible wit

Re: [linux-audio-dev] Q: recording output from audio applications to disk

2001-06-12 Thread Paul Davis
>> >I would like some way to monitior the soundcards output, and record it >> >to disk at the same time as im playing it. >> > >> >Im using alsa 0511. >> > >> >I've seen somewhere that this is possible with OSS, but dont remember how. >> >> its not possible with OSS, and its not possible with cur

Re: [linux-audio-dev] Q: recording output from audio applications to disk

2001-06-12 Thread Paul Davis
>Wouldn't it be possible to do an LD_PRELOAD hack: preload a shared object >that implements snd_pcm_write and writes all data to disk? true, that would work for the "single data stream" case. --p

Re: [linux-audio-dev] Q: recording output from audio applications to disk

2001-06-12 Thread Abramo Bagnara
Paul Davis wrote: > > >I made a track with jazz/timidity/csound that i would like to record > >digitally to disk. > > > >I would like some way to monitior the soundcards output, and record it > >to disk at the same time as im playing it. > > > >Im using alsa 0511. > > > >I've seen somewhere that

Re: [linux-audio-dev] Q: recording output from audio applications to disk

2001-06-12 Thread Joakim Verona
Thanks, I'll look into the alsa 0511 sources to see if I find anything then(wish me good luck since i find the alsa source rather difficult to penetrate) Yes, I've been folowing the threads and understand that it isn't all that easy. its just that for my needs, and as I saw it, just monitiorin

Re: [linux-audio-dev] Q: recording output from audio applications to disk

2001-06-12 Thread Maarten de Boer
On Tue, 12 Jun 2001 08:30:52 -0400 [EMAIL PROTECTED] wrote: > >I made a track with jazz/timidity/csound that i would like to record > >digitally to disk. > > > >I would like some way to monitior the soundcards output, and record it > >to disk at the same time as im playing it. > > > >Im using a

Re: [linux-audio-dev] Q: recording output from audio applications to disk

2001-06-12 Thread Paul Davis
>I made a track with jazz/timidity/csound that i would like to record >digitally to disk. > >I would like some way to monitior the soundcards output, and record it >to disk at the same time as im playing it. > >Im using alsa 0511. > >I've seen somewhere that this is possible with OSS, but dont r

[linux-audio-dev] Q: recording output from audio applications to disk

2001-06-12 Thread Joakim Verona
Hello, I made a track with jazz/timidity/csound that i would like to record digitally to disk. I would like some way to monitior the soundcards output, and record it to disk at the same time as im playing it. Im using alsa 0511. I've seen somewhere that this is possible with OSS, but dont re