diff scripts/audio/playaudio.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/playaudio.m	Thu Jul 11 20:18:38 1996 +0000
+++ b/scripts/audio/playaudio.m	Thu Jul 11 21:20:36 1996 +0000
@@ -31,12 +31,12 @@
 ##
 ## `playaudio (X)' plays the audio data contained in the vector X.
 
+## Author: AW <Andreas.Weingessel@ci.tuwien.ac.at>
+## Created: 11 April 1994
+## Adapted-By: jwe
+
 function playaudio (name, ext)
   
-  ## Written by AW (Andreas.Weingessel@ci.tuwien.ac.at) on Apr 11, 1994
-  ## Last modified by AW on Nov 7, 1994
-  ## Copyright Dept of Probability Theory and Statistics TU Wien
-
   file = octave_tmp_file_name ();
 
   usage_msg = "playaudio (name [, ext])  or  playaudio (X)";