Go to the source code of this file.
|
| void | volume (Environment *_environment, int _volume, int _channels) |
| | Emit ASM code for VOLUME ....
|
| void | volume_vars (Environment *_environment, char *_volume, char *_channels) |
| | Emit ASM code for VOLUME ....
|
◆ volume()
| void volume |
( |
Environment * | _environment, |
|
|
int | _volume, |
|
|
int | _channels ) |
Emit ASM code for VOLUME ....
This function emits a code capable to change the volume of the audio generated.
- Parameters
-
| _environment | Current calling environment |
| _volume | volume to play |
| _channels | channels to play on |
Definition at line 54 of file volume.c.
◆ volume_vars()
| void volume_vars |
( |
Environment * | _environment, |
|
|
char * | _volume, |
|
|
char * | _channels ) |
Emit ASM code for VOLUME ....
This function emits a code capable to change the volume of the audio generated.
- Parameters
-
| _environment | Current calling environment |
| _volume | volume to play |
| _channels | channels to play on |
Definition at line 71 of file volume.c.