namespace: ewol::audio::effects
Description:
Synopsis:
int32_t add (std::string _file);
void rm (int32_t _effectId);
void play (int32_t _effectId,
float _xxx,
float _yyy);
float volumeGet (void );
void volumeSet (float _newVolume);
bool muteGet (void );
void muteSet (bool _newMute);
void getData (int16_t* _bufferInterlace,
int32_t _nbSample,
int32_t _nbChannels);
Detail:
add
int32_t add (std::string _file);
rm
void rm (int32_t _effectId);
play
void play (int32_t _effectId,
float _xxx,
float _yyy);
volumeGet
float volumeGet (void );
volumeSet
void volumeSet (float _newVolume);
muteGet
bool muteGet (void );
muteSet
void muteSet (bool _newMute);
getData
void getData (int16_t* _bufferInterlace,
int32_t _nbSample,
int32_t _nbChannels);