channels, seconds;/* Open PCM device for recording (capture). */rc = snd_pcm_open(&handle,"default", SND_PCM_STREAM_CAPTURE,0);if(rc <0)