api_huggingface 0.4.1

HuggingFace's API for accessing large language models (LLMs) and embeddings.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# audio

### Purpose

Audio processing APIs — ASR, TTS, classification, and audio-to-audio transformation.

### Responsibility

| File | Purpose |
|------|---------|
| `mod.rs` | Module root — `Audio<E>` type and submodule declarations |
| `types.rs` | Shared audio types — `AudioInput`, `AudioOutput` |
| `asr.rs` | Automatic speech recognition (transcription) |
| `tts.rs` | Text-to-speech generation |
| `classification.rs` | Audio classification with labels |
| `audio_to_audio.rs` | Audio-to-audio transformation (noise reduction, enhancement) |