Re: [Alsa-user] Record wav file

2011-07-18 Thread John Haxby
On 18 Jul 2011, at 20:17, kmpir...@ece.upatras.gr wrote: > I'm looking for a way to modify the alsa recording example found here > http://www.linuxjournal.com/article/6735?page=0,2 and shown below (or use any > other sample program you may suggest), in order to produce a wav file rather > than

Re: [Alsa-user] Record wav file

2011-07-18 Thread Sergei Steshenko
19 июля 2011, 09:19 от Konstantinos Birkos : > > > > 19 июля 2011, 09:19 от Konstantinos Birkos : > > Actually I want to perform sequential audio recordings with a fixed > > duration, compress the tracks and send them via ftp to a remote > > location. I want the minimum gap possible be

Re: [Alsa-user] Record wav file

2011-07-18 Thread Konstantinos Birkos
Actually I want to perform sequential audio recordings with a fixed duration, compress the tracks and send them via ftp to a remote location. I want the minimum gap possible between successive tracks. I mean that when the first track ends, recording the second track has to be initiated alm

[Alsa-user] Record wav file

2011-07-18 Thread kmpirkos
Hello all, I'm looking for a way to modify the alsa recording example found here http://www.linuxjournal.com/article/6735?page=0,2 and shown below (or use any other sample program you may suggest), in order to produce a wav file rather than send the buffer contents to the standard output. I wan