2015-08-30 Fred Gleason <fredg@paravelsystems.com>

* Added a --frames=' parameter in 'tests/audio_peaks_test.cpp'.
	* Fixed a benchpost bug in generating peak energy data in
	'lib/rdwavefile.cpp'.
This commit is contained in:
Fred Gleason
2015-08-31 12:03:45 -04:00
parent c9eb7884fc
commit 07869f9ee9
4 changed files with 28 additions and 2 deletions

View File

@@ -23,7 +23,7 @@
#include <qobject.h>
#define AUDIO_PEAKS_TEST_USAGE "[options]\n\nTest the Rivendell audio peak routines\n\nOptions are:\n--filename=<wav-file>\n\n"
#define AUDIO_PEAKS_TEST_USAGE "[options]\n\nTest the Rivendell audio peak routines\n\nOptions are:\n--filename=<wav-file>\n File to process.\n\n--frame=<num>\n Print value for block number <num>.\n\n"
class MainObject : public QObject
{