Files
re-teamspeak/docs/components.md
T

20 lines
461 B
Markdown

# Components
## Shipped Components
- `iced-app/src/main.rs` - app state, views, TeamSpeak actions
- `iced-app/src/audio.rs` - local audio capture/playback/encoding helpers
- `iced-app/src/noise_cancel.rs` - noise reduction backends
- `iced-app/src/identity.rs` - TeamSpeak identity import
- `iced-app/src/theme.rs` - UI theme styles
## External Core Dependencies
- `tsclientlib`
- `tsproto-packets`
- `iced`
- `cpal`
- `audiopus`
- `nnnoiseless`
- `sonora`