diff scripts/audio/@audioplayer/audioplayer.m @ 19524:9a9b0985e508

audio documentation content and building changes * Makefile.am: removed audiodevinfo.texi, audioplayer.texi, audiorecorder.texi and audiofile.texi from the target list * audio.txi: removed the menu to access the audio documentation files and removed includes for the audio documentation files * audioplayer.m: fixed a docstring that was using an un-escaped @ symbol * module.mk: added @audioplayer and @audioplayer method functions to the file list
author Vytautas Jančauskas <unaudio@gmail.com>
date Thu, 19 Sep 2013 15:13:48 +0300
parents ee3ec3f02358
children a9c67ed90fc0
line wrap: on
line diff
--- a/scripts/audio/@audioplayer/audioplayer.m	Wed Sep 18 00:17:04 2013 +0300
+++ b/scripts/audio/@audioplayer/audioplayer.m	Thu Sep 19 15:13:48 2013 +0300
@@ -46,7 +46,7 @@
 ## @code{  lphase = lphase + nl;}
 ## @code{  rphase = rphase + nr;}
 ## @code{endfunction}
-## @code{player = audioplayer(@callback_sine, 44100);}
+## @code{player = audioplayer(@@callback_sine, 44100);}
 ## @code{play (player);}
 ## @code{# play for as long as you want}
 ## @code{stop (player);}