mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
remove unnecessary sleep
This commit is contained in:
parent
dd6a72dd78
commit
50b7ab651e
1 changed files with 0 additions and 2 deletions
|
|
@ -200,8 +200,6 @@ main (int argc, char* argv[])
|
|||
ds << setprecision (1) << data_minutes;
|
||||
|
||||
cout << "BW @ " << written << " frames (" << ds.str() << " minutes) = " << (bandwidth/1048576.0) << " MB/sec " << bandwidth / data_rate << " x faster than necessary " << endl;
|
||||
|
||||
usleep(1e6 * 1024 / samplerate);
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue