globally change all use of "frame" to refer to audio into "sample".
[ardour.git] / libs / ardour / test / playlist_read_test.cc
index e87179fac6d856c0516c8c44ee7dd85c32a4a3a5..f3003dfec93e5264bf7d5fe234b8006b8b79dd55 100644 (file)
@@ -83,7 +83,7 @@ PlaylistReadTest::singleReadTest ()
 void
 PlaylistReadTest::overlappingReadTest ()
 {
-       /* Overlapping read; _ar[0] and _ar[1] are both 1024 frames long, _ar[0] starts at 0,
+       /* Overlapping read; _ar[0] and _ar[1] are both 1024 samples long, _ar[0] starts at 0,
           _ar[1] starts at 128.  We test a read from 0 to 256, which should consist
           of the start of _ar[0], with its fade in, followed by _ar[1]'s fade in (mixed with _ar[0]
           faded out with the inverse gain), and some more of _ar[1].