diff scripts/audio/record.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/record.m
+++ b/scripts/audio/record.m
@@ -24,11 +24,11 @@
 ## The program waits for you to hit the ENTER key, then the recording
 ## starts immediatly.
 
-function X = record (sec, sampling_rate)
+## Author: AW <Andreas.Weingessel@ci.tuwien.ac.at>
+## Created: 19 September 1994
+## Adapted-By: jwe
 
-  ## Written by AW (Andreas.Weingessel@ci.tuwien.ac.at) on Sep 19, 1994
-  ## Last modified by AW on Oct 5, 1994
-  ## Copyright Dept of Probability Theory and Statistics TU Wien
+function X = record (sec, sampling_rate)
 
   if (nargin == 1)
     sampling_rate = 8000;