func_audio_enableopenalaudio.rst 451 B

123456789101112131415161718192021222324252627282930313233343536
  1. .. _func_audio_enableopenalaudio:
  2. =================
  3. EnableOpenALAudio
  4. =================
  5. EnableOpenALAudio -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. EnableOpenALAudio()
  10. Enable OpenAL Audio
  11. After successfully executing this command, OpenAL audio drivers will be added
  12. to the array of drivers returned by #AudioDrivers.
  13. Parameters
  14. ==========
  15. Return Values
  16. =============
  17. True if successful
  18. Examples
  19. ========
  20. See Also
  21. ========