Interface AudioAlgorithmProvider<T>
- All Superinterfaces:
AlgorithmProvider
- All Known Subinterfaces:
AudioBackend
- All Known Implementing Classes:
JavaCVMediaBackend, JavaSoundAudioBackend, MinimAudioBackend, MulticoreAudioBackend, NativeJavaCVMediaBackend, NativeMiniAudioBackend, TarsosAudioBackend, VLCJMediaBackend
Service Provider Interface for scientific audio processing providers.
-
Method Summary
Methods inherited from interface AlgorithmProvider
description, getMetadata, getPriority, isAvailable, score, shutdown
-
Method Details
-
getName
- Specified by:
getNamein interfaceAlgorithmProvider
-
apply
-
createAudio
-
getAlgorithmType
Description copied from interface:AlgorithmProviderReturns the unique category of the algorithm.- Specified by:
getAlgorithmTypein interfaceAlgorithmProvider
-