AudibleT 0.0.1
A real-time A/B/X audio testing tool for subjective assessment of various audio parameters, compatible for general purpose computer as well as embedded systems.
|
Represents an audio sample retrieved from a database. More...
#include <AudioSample.h>
Public Member Functions | |
AudioSample (int sampleId, const QString &fileName, const QString &path) | |
Represents an audio sample retrieved from a database.
It is used to create a list of audio samples based on the database response.
|
inline |
Constructs a new AudioSample object.
This constructor is used when creating AudioSample objects based on a response from the database. Each parameter corresponds to a field in the database.
sampleId | The unique identifier of the sample in the database. |
fileName | The name of the file associated with the sample. |
path | The file system path to the audio file. |