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