changeset 23606:a64849340165

maint: Merge stable to default.
author Rik <rik@octave.org>
date Thu, 15 Jun 2017 16:11:25 -0700
parents b0e9c030f063 (current diff) afacc2f244bb (diff)
children 520c53706014
files scripts/audio/@audioplayer/play.m
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/audio/@audioplayer/play.m	Wed Jun 14 14:19:56 2017 -0400
+++ b/scripts/audio/@audioplayer/play.m	Thu Jun 15 16:11:25 2017 -0700
@@ -22,9 +22,9 @@
 ## @deftypefnx {} {} play (@var{player}, @var{limits})
 ## Play audio stored in the audioplayer object @var{player} without blocking.
 ##
-## Given optional argument start, begin playing at @var{start} seconds in the
+## Given optional argument start, begin playing at @var{start} samples in the
 ## recording.  Given a two-element vector @var{limits}, begin and end playing
-## at the number of seconds specified by the elements of the vector.
+## at the number of samples specified by the elements of the vector.
 ## @end deftypefn
 
 function play (varargin)