vllm_mlx.audio¶
Audio support for vllm-mlx using mlx-audio.
View the complete module source at #L1-L25.
API details¶
Each callable below includes its exact signature, type annotations, inputs, defaults, return contract, documented exceptions, implementation source, and parsed docstring sections when the source provides them.
vllm_mlx.audio
¶
Audio support for vllm-mlx using mlx-audio.
Provides: - STT (Speech-to-Text): Whisper, Parakeet - TTS (Text-to-Speech): Kokoro, Chatterbox, VibeVoice, VoxCPM - Audio Processing: SAM-Audio (voice separation)
vllm_mlx.audio.__all__
module-attribute
¶
__all__ = ['STTEngine', 'transcribe_audio', 'TTSEngine', 'generate_speech', 'AudioProcessor', 'separate_voice']
Complete contract reference¶
Expand any definition for its exact inputs, annotations, defaults, return contract, directly raised exceptions, source-grounded behavior, and immutable line link. This section includes private and nested definitions that ordinary API generators omit.
This module does not declare classes or functions.
Complete symbol map¶
This map also includes private definitions and nested helpers. The signature column exposes every explicit input even when an internal helper has no dedicated parameter prose.
This module does not declare classes or functions.