Go to most recent revision | Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 7132 | bpr | 1 | |
| 2 | !set audiof_=!word 1 of $wims_read_parm |
||
| 3 | !! This avoids module errors if people try to hack. |
||
| 4 | !if .. isin $audiof_ |
||
| 5 | !exit |
||
| 6 | !endif |
||
| 7 | !if $wims_read_parm=$empty |
||
| 8 | !exit |
||
| 9 | !endif |
||
| 10 | |||
| 11 | !set options=!word 2 to -1 of $wims_read_parm |
||
| 12 | |||
| 13 | !set audio_=!word 1 of $wims_read_parm |
||
| 14 | !readproc slib/media/audio $audio_, $options |
||
| 15 | |||
| 16 | $slib_out |