comparison scripts/audio/@audiorecorder/play.m @ 31549:ed7b17c7ddf3 stable

maint: Strip trailing spaces and add missing EOL to all files. * README, NEWS.6.md, RELEASE_CHECKLIST.md, README.md, besselj.cc, Array.h, LSODE.cc, set.m, audiorecorder.m, play.m, set.m, patch.m: Strip trailing spaces. * command-widget.cc, led-indicator.cc, led-indicator.h: Add missing EOL to files.
author Rik <rik@octave.org>
date Fri, 25 Nov 2022 21:38:22 -0800
parents 2d6e60776588
children 597f3ee61a48
comparison
equal deleted inserted replaced
31548:c8ad083a5802 31549:ed7b17c7ddf3
33 ## If the optional argument @var{start} is provided, begin playing 33 ## If the optional argument @var{start} is provided, begin playing
34 ## @var{start} seconds into the recording. 34 ## @var{start} seconds into the recording.
35 ## 35 ##
36 ## If the optional argument @var{end} is provided, stop playing at 36 ## If the optional argument @var{end} is provided, stop playing at
37 ## @var{end} seconds into the recording. 37 ## @var{end} seconds into the recording.
38 ## @seealso{@audiorecorder/getplayer, @audioplayer/audioplayer, 38 ## @seealso{@audiorecorder/getplayer, @audioplayer/audioplayer,
39 ## @audiorecorder/audiorecorder} 39 ## @audiorecorder/audiorecorder}
40 ## @end deftypefn 40 ## @end deftypefn
41 41
42 function player = play (recorder, start) 42 function player = play (recorder, start)
43 43