snd_in_start%(snd_in%)

Parameters
snd_in%
Handle to a snd_in object created with snd_in_open.

Description
Starts the recording process with the snd_in device. If the recording process has already been started,
this function is ignored.

Use snd_in_stop to end the recording process.

Return
Returns 1 if the device is now recording, 0 otherwise.

SndLib : Sound Input : snd_in_start