Uses of Interface
org.episteme.core.media.audio.AudioAlgorithmProvider
Packages that use AudioAlgorithmProvider
Package
Description
Core functionality for the org.episteme.core.media package in the Episteme library.
-
Uses of AudioAlgorithmProvider in org.episteme.benchmarks.benchmark.benchmarks
Classes in org.episteme.benchmarks.benchmark.benchmarks that implement interfaces with type arguments of type AudioAlgorithmProviderModifier and TypeClassDescriptionclassBenchmark for Audio Processing Providers (Tarsos, Native, etc.).Methods in org.episteme.benchmarks.benchmark.benchmarks that return types with arguments of type AudioAlgorithmProviderMethods in org.episteme.benchmarks.benchmark.benchmarks with parameters of type AudioAlgorithmProviderModifier and TypeMethodDescriptionvoidSystematicAudioBenchmark.setProvider(AudioAlgorithmProvider<?> provider) -
Uses of AudioAlgorithmProvider in org.episteme.core.media
Subinterfaces of AudioAlgorithmProvider in org.episteme.core.mediaModifier and TypeInterfaceDescriptioninterfaceUniversal interface for audio backends (standard, scientific, creative). -
Uses of AudioAlgorithmProvider in org.episteme.core.media.audio.backends
Classes in org.episteme.core.media.audio.backends that implement AudioAlgorithmProviderModifier and TypeClassDescriptionclassStandard backend using JavaSound API.classMinim Backend (Creative Coding).classHigh-performance AudioBackend using Java Parallel Streams.classTarsosDSP Backend (Scientific Analysis). -
Uses of AudioAlgorithmProvider in org.episteme.core.media.backends
Classes in org.episteme.core.media.backends that implement AudioAlgorithmProviderModifier and TypeClassDescriptionclassJavaCV (FFmpeg) Media Backend for multi-purpose usage (audio/video/vision).classVLCJ (Native VLC) Media Backend for multi-purpose usage (audio/video/vision). -
Uses of AudioAlgorithmProvider in org.episteme.nativ.media.audio.backends
Classes in org.episteme.nativ.media.audio.backends that implement AudioAlgorithmProviderModifier and TypeClassDescriptionclassNative Audio Backend using standalone miniaudio library (via Panama FFM). -
Uses of AudioAlgorithmProvider in org.episteme.nativ.media.backends
Classes in org.episteme.nativ.media.backends that implement AudioAlgorithmProviderModifier and TypeClassDescriptionclassNative Media Backend using JavaCV (OpenCV/FFmpeg) for multi-purpose tasks.