waveform
[Interface specifications]
Detailed Description
Digital waveformsThewaveform
interface is used to receive arbitrary digital samples, say from a digital audio device.
#define | PLAYER_WAVEFORM_DATA_MAX 4096 |
#define | PLAYER_WAVEFORM_DATA_SAMPLE 1 |
Data subtype: sample. | |
typedef struct player_waveform_data | player_waveform_data_t |
Define Documentation
#define PLAYER_WAVEFORM_DATA_MAX 4096 |
Maximum length of waveform
Typedef Documentation
typedef struct player_waveform_data player_waveform_data_t |
Data: sample (PLAYER_WAVEFORM_DATA_SAMPLE)The waveform
interface reads a digitized waveform from the target device.