Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    # fork off, so the playback is non-blocking
    if(fork() == 0){exec("aplay $my_sound_file")}
    
  2. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    }
    
    $dsp->close();