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.
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
AudioSample Struct Reference

Represents an audio sample retrieved from a database. More...

#include <AudioSample.h>

Public Member Functions

 AudioSample (int sampleId, const QString &fileName, const QString &path)
 

Public Attributes

int sampleId
 The unique identifier of the sample in the database.
 
QString fileName
 The name of the file associated with the sample.
 
QString path
 The file system path to the audio file.
 

Detailed Description

Represents an audio sample retrieved from a database.

It is used to create a list of audio samples based on the database response.

Constructor & Destructor Documentation

◆ AudioSample()

AudioSample::AudioSample ( int  sampleId,
const QString &  fileName,
const QString &  path 
)
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.

Parameters
sampleIdThe unique identifier of the sample in the database.
fileNameThe name of the file associated with the sample.
pathThe file system path to the audio file.

The documentation for this struct was generated from the following file: