Class AudioBackendSystem

java.lang.Object
org.episteme.core.media.AudioBackendSystem

public class AudioBackendSystem extends Object
Manager for Audio Backends. Discovers backends implementing Backend with type="audio".
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Constructor Details

    • AudioBackendSystem

      public AudioBackendSystem()
  • Method Details

    • refresh

      public static void refresh()
    • getAvailableBackends

      public static List<String> getAvailableBackends()
    • getAudioBackend

      public static AudioBackend getAudioBackend()
    • selectBackend

      public static void selectBackend(String backendNameOrId)