globally change all use of "frame" to refer to audio into "sample".
[ardour.git] / tools / sftest.cc
index 0823277c60e87a19d1659f8a8f7ab40168b66a0a..aa9412cfa057af376f0cb1d29388b5c85c4b7ecb 100644 (file)
@@ -252,7 +252,7 @@ main (int argc, char* argv[])
                cout << " all used " << (direct ? "without" : "with") << " OS buffer cache";
 #endif
                cout << endl;
-               cout << "Format is " << suffix << ' ' << channels << " channel" << (channels > 1 ? "s" : "") << " written in chunks of " << block_size << " frames, synced ? " << (with_sync ? "yes" : "no") << endl;
+               cout << "Format is " << suffix << ' ' << channels << " channel" << (channels > 1 ? "s" : "") << " written in chunks of " << block_size << " samples, synced ? " << (with_sync ? "yes" : "no") << endl;
        }
 
        data = new float[block_size*channels];
@@ -286,7 +286,7 @@ main (int argc, char* argv[])
                min_bandwidth = min (min_bandwidth, bandwidth);
 
                if (!quiet) {
-                       cout << "BW @ " << written << " frames (" << ds.str() << " minutes) = " << (bandwidth/1048576.0) <<  " MB/sec " << bandwidth / data_rate << " x faster than necessary " << endl;
+                       cout << "BW @ " << written << " samples (" << ds.str() << " minutes) = " << (bandwidth/1048576.0) <<  " MB/sec " << bandwidth / data_rate << " x faster than necessary " << endl;
                }
        }