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