Functions for accessing and modifying sound module features. More...
Defines | |
| #define | PlayToneEx(_freq, _dur, _vol, _loop) __PlayToneEx(_freq,_dur,_vol,_loop) |
| Play a tone with extra options. | |
| #define | PlayTone(_freq, _dur) __PlayToneEx(_freq,_dur,4,0) |
| Play a tone. | |
| #define | PlayFile(_file) __PlayFileEx(_file,4,0) |
| Play a file. | |
| #define | PlayFileEx(_file, _vol, _loop) __PlayFileEx(_file,_vol,_loop) |
| Play a file with extra options. | |
| #define | GetSoundState(_state, _flags) __GetSoundState(_state, _flags) |
| Get sound module state and flags. | |
| #define | SetSoundState(_state, _flags, _result) __setSoundState(_state, _flags, _result) |
| Set sound module state and flags. | |
| #define | GetSoundFrequency(_n) __GetSoundFrequency(_n) |
| Get sound frequency. | |
| #define | GetSoundDuration(_n) __GetSoundDuration(_n) |
| Get sound duration. | |
| #define | GetSoundSampleRate(_n) __GetSoundSampleRate(_n) |
| Get sample rate. | |
| #define | GetSoundMode(_n) __GetSoundMode(_n) |
| Get sound mode. | |
| #define | GetSoundVolume(_n) __GetSoundVolume(_n) |
| Get volume. | |
| #define | SetSoundDuration(_n) __setSoundDuration(_n) |
| Set sound duration. | |
| #define | SetSoundFlags(_n) __setSoundFlags(_n) |
| Set sound module flags. | |
| #define | SetSoundFrequency(_n) __setSoundFrequency(_n) |
| Set sound frequency. | |
| #define | SetSoundMode(_n) __setSoundMode(_n) |
| Set sound mode. | |
| #define | SetSoundModuleState(_n) __setSoundModuleState(_n) |
| Set sound module state. | |
| #define | SetSoundSampleRate(_n) __setSoundSampleRate(_n) |
| Set sample rate. | |
| #define | SetSoundVolume(_n) __setSoundVolume(_n) |
| Set sound volume. | |
Functions for accessing and modifying sound module features.
1.6.2