Updates to demo project scripts to specify the path to the binary file

This commit is contained in:
Gary Scavone
2016-09-21 15:10:56 -04:00
parent 488301223a
commit 2a6ada02a7
8 changed files with 7 additions and 9 deletions

View File

@@ -113,8 +113,6 @@ int main(int argc, char *argv[])
exit( 1 );
}
// Test RtAudio functionality for reporting latency.
std::cout << "\nStream latency = " << adac.getStreamLatency() << " frames" << std::endl;