2024-05-25 Fred Gleason <fredg@paravelsystems.com>

* Added an 'RDWaveData::dump()' static method.
	* Fixed a regression in the audio importation system that could
	cause the detected length of an MPEG file to be '0'.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2024-05-25 11:05:11 -04:00
parent 392dd62359
commit 4b16443640
5 changed files with 29 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
//
// A Container Class for Audio Meta Data.
//
// (C) Copyright 2002-2020 Fred Gleason <fredg@paravelsystems.com>
// (C) Copyright 2002-2024 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU Library General Public License
@@ -202,6 +202,7 @@ class RDWaveData
static QString endTypeText(EndType type);
static QString cartTypeText(CartType type);
static QString usageText(UsageCode code);
static QString dump(const QString &label,RDWaveData *data);
private:
bool data_metadata_found;