The Open Master Hearing Aid (openMHA)
openMHA
Open community platform for hearing aid algorithm research
|
Waveform signal structure. More...
Public Attributes | |
mha_real_t * | buf |
signal buffer More... | |
unsigned int | num_channels |
number of channels More... | |
unsigned int | num_frames |
number of frames in each channel More... | |
mha_channel_info_t * | channel_info |
detailed channel description More... | |
Waveform signal structure.
This structure contains one fragment of a waveform signal. The member num_frames describes the number of audio samples in each audio channel.
In a calibrated openMHA, audio samples are stored in unit Pascal, see Central Calibration.
The field channel_info must be an array of num_channels entries or NULL.
mha_real_t* mha_wave_t::buf |
signal buffer
unsigned int mha_wave_t::num_channels |
number of channels
unsigned int mha_wave_t::num_frames |
number of frames in each channel
mha_channel_info_t* mha_wave_t::channel_info |
detailed channel description