class_audioserversw.rst 567 B

123456789101112131415161718192021222324
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the doc/base/classes.xml source instead.
  3. .. _class_AudioServerSW:
  4. AudioServerSW
  5. =============
  6. **Inherits:** :ref:`AudioServer<class_audioserver>` **<** :ref:`Object<class_object>`
  7. **Category:** Core
  8. Brief Description
  9. -----------------
  10. Software implementation of :ref:`AudioServer<class_audioserver>`.
  11. Description
  12. -----------
  13. This is a software audio server. It does not use any kind of hardware acceleration.
  14. This class does not expose any new method.