Interface AudioBackend

All Superinterfaces:
AlgorithmProvider, AudioAlgorithmProvider<AudioBuffer>, Backend, ComputeBackend
All Known Implementing Classes:
JavaCVMediaBackend, JavaSoundAudioBackend, MinimAudioBackend, MulticoreAudioBackend, NativeJavaCVMediaBackend, NativeMiniAudioBackend, TarsosAudioBackend, VLCJMediaBackend

public interface AudioBackend extends ComputeBackend, AudioAlgorithmProvider<AudioBuffer>
Universal interface for audio backends (standard, scientific, creative).

Extends ComputeBackend to integrate with the standard backend discovery system (BackendDiscovery).

Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)