diff scripts/audio/setaudio.m @ 2312:204cc7db6f4a

[project @ 1996-07-11 21:20:36 by jwe]
author jwe
date Thu, 11 Jul 1996 21:20:36 +0000
parents 2b5788792cad
children 5ca126254d15
line wrap: on
line diff
--- a/scripts/audio/setaudio.m	Thu Jul 11 20:18:38 1996 +0000
+++ b/scripts/audio/setaudio.m	Thu Jul 11 21:20:36 1996 +0000
@@ -21,12 +21,12 @@
 ##
 ## executes the shell command `mixer [w_type [, value]]'
 
+## Author: AW <Andreas.Weingessel@ci.tuwien.ac.at>
+## Created: 5 October 1994
+## Adapted-By: jwe
+
 function setaudio (w_type, value)
   
-  ## Written by AW (Andreas.Weingessel@ci.tuwien.ac.at) on Oct 5, 1994
-  ## Updated by AW on Nov 3, 1994
-  ## Copyright Department of Probability Theory and Statistics TU Wien
-
   if (nargin == 0)
     system ("mixer");
   elseif (nargin == 1)