libmsx
C library for MSX
|
The AMP effector. More...
#include <stdint.h>
Go to the source code of this file.
Functions | |
void | audio_efx_amp (void) |
MSX The AMP effector for the libmsx audio replayer. | |
void | audio_efx_amp_set_volume (uint8_t volume) |
MSX Sets the main volume level to the AMP effector. | |
uint8_t | audio_efx_amp_get_volume (void) |
MSX Gets the current main volume level from the AMP effector. | |
void | audio_efx_amp_fadeout (uint8_t ticks) |
MSX Decrease the main volume level by one for each specified period of time. | |
void | audio_efx_amp_fadein (uint8_t ticks) |
MSX Increase the main volume level by one for each specified period of time. | |
int8_t | audio_efx_amp_get_fade (void) |
MSX Return the status of fade-in/out. | |
The AMP effector.
Definition in file audio_efx_amp.h.