Help for this page
#setup a shell thru IPC to carry out different # mixer control commands ... # ...... ..... snip ...... #set Line as input print CON "amixer sset Line Capture cap\n";
#!/usr/bin/perl use Audio::DSP; ... } $dsp->close();