# Daily Python SDK ## Docs - [AudioData](https://mintlify.wiki/daily-co/daily-python/api/audio-data.md): Audio data class for receiving raw audio frames in renderers - [CallClient](https://mintlify.wiki/daily-co/daily-python/api/call-client.md): Main client for managing Daily calls and media - [Custom Audio](https://mintlify.wiki/daily-co/daily-python/api/custom-audio.md): Classes for sending custom audio to Daily calls - [Daily](https://mintlify.wiki/daily-co/daily-python/api/daily.md): Core initialization and device management class - [EventHandler](https://mintlify.wiki/daily-co/daily-python/api/event-handler.md): Event callback interface for handling call events - [LogLevel](https://mintlify.wiki/daily-co/daily-python/api/log-level.md): Configure SDK logging verbosity - [NativeVad](https://mintlify.wiki/daily-co/daily-python/api/native-vad.md): Voice Activity Detection for real-time audio analysis - [VideoFrame](https://mintlify.wiki/daily-co/daily-python/api/video-frame.md): Video frame class for receiving raw video frames in renderers - [VirtualCameraDevice](https://mintlify.wiki/daily-co/daily-python/api/virtual-camera.md): Virtual camera device for streaming video frames to Daily calls - [VirtualMicrophoneDevice](https://mintlify.wiki/daily-co/daily-python/api/virtual-microphone.md): Virtual microphone device for streaming audio frames to Daily calls - [VirtualSpeakerDevice](https://mintlify.wiki/daily-co/daily-python/api/virtual-speaker.md): Virtual speaker device for receiving audio frames from Daily calls - [CallClient](https://mintlify.wiki/daily-co/daily-python/concepts/call-client.md): The core interface for managing Daily video calls - [Event Handling](https://mintlify.wiki/daily-co/daily-python/concepts/event-handling.md): Respond to call events with the EventHandler class - [Virtual Devices](https://mintlify.wiki/daily-co/daily-python/concepts/virtual-devices.md): Create and control virtual cameras, microphones, and speakers - [Audio Bot Examples](https://mintlify.wiki/daily-co/daily-python/examples/audio-bots.md): Build voice-enabled bots with real-time audio processing, STT, and TTS integrations - [Integration Examples](https://mintlify.wiki/daily-co/daily-python/examples/integrations.md): Integrate Daily with OpenAI, Deepgram, Google Cloud, Flask, and other popular services - [Examples Overview](https://mintlify.wiki/daily-co/daily-python/examples/overview.md): Explore the Daily Python SDK demos and learn how to build real-time audio and video applications - [Video Application Examples](https://mintlify.wiki/daily-co/daily-python/examples/video-applications.md): Build video streaming applications with custom rendering, object detection, and GUI integration - [Audio Processing](https://mintlify.wiki/daily-co/daily-python/guides/audio-processing.md): Learn how to process and manipulate audio streams in the Daily Python SDK - [Custom Tracks](https://mintlify.wiki/daily-co/daily-python/guides/custom-tracks.md): Learn how to add and manage custom audio tracks in the Daily Python SDK - [Participant Management](https://mintlify.wiki/daily-co/daily-python/guides/participant-management.md): Learn how to manage participants, permissions, and active speaker detection in the Daily Python SDK - [Recording and Streaming](https://mintlify.wiki/daily-co/daily-python/guides/recording-streaming.md): Learn how to record meetings and stream to RTMP endpoints with the Daily Python SDK - [Transcription](https://mintlify.wiki/daily-co/daily-python/guides/transcription.md): Learn how to transcribe meeting audio in real-time with the Daily Python SDK - [Video Processing](https://mintlify.wiki/daily-co/daily-python/guides/video-processing.md): Learn how to process and manipulate video streams in the Daily Python SDK - [Installation](https://mintlify.wiki/daily-co/daily-python/installation.md): Install and set up the Daily Python SDK in your development environment - [Introduction](https://mintlify.wiki/daily-co/daily-python/introduction.md): Build native video and audio calling applications with the Daily Python SDK - [Quickstart](https://mintlify.wiki/daily-co/daily-python/quickstart.md): Build your first Daily Python application in minutes