# audio

Guides tagged with "audio".

- [AI media pipeline with Inngest and Ittybit](/guides/ai-media-pipeline-with-inngest.md) -- Chain video processing, transcription, and translation in a durable Inngest step function
- [Batch audio processing from Google Sheets with n8n](/guides/batch-audio-processing-from-google-sheets-with-n8n.md) -- Process audio files tracked in Google Sheets using n8n batch workflows and Ittybit
- [Build a podcast publishing pipeline](/guides/build-a-podcast-publishing-pipeline.md) -- Normalize, transcode, and prepare audio episodes for distribution
- [Convert audio to Opus](/guides/convert-audio-to-opus.md) -- Use Opus for the smallest audio files with good quality
- [Convert to lossless audio](/guides/convert-to-lossless-audio.md) -- Preserve full audio quality with FLAC or WAV
- [Create audio clips](/guides/create-audio-clips.md) -- Extract segments from longer audio files
- [Create audio-only HLS streams](/guides/create-audio-only-hls-streams.md) -- Package audio content as adaptive HLS for streaming playback
- [Extract audio from video](/guides/extract-audio-from-video.md) -- Pull audio tracks as MP3, AAC, or other formats
- [Extract audio waveform data](/guides/extract-audio-waveform-data.md) -- Generate JSON waveform data for visual audio players
- [Media type router in Langflow with Ittybit](/guides/media-type-router-in-langflow.md) -- Build a visual flow that detects media type and routes to the right Ittybit processing task
- [Normalize audio levels](/guides/normalize-audio-levels.md) -- Ensure consistent loudness across audio files
- [Podcast RAG chatbot with Langflow and Ittybit](/guides/podcast-rag-chatbot-with-langflow.md) -- Build a podcast Q&A chatbot using Ittybit audio processing, Langflow RAG pipeline, and vector search
- [Podcast search with Supabase and Ittybit](/guides/podcast-search-with-supabase.md) -- Build a searchable podcast platform using Ittybit audio processing and Postgres full-text search
- [Podcast to blog post with OpenAI and Ittybit](/guides/podcast-to-blog-post-with-openai.md) -- Extract audio with Ittybit, transcribe with Whisper, and generate blog posts with GPT-4
- [Prepare podcast audio](/guides/prepare-podcast-audio.md) -- Convert raw recordings to distribution-ready audio files
- [Process meeting recordings](/guides/process-meeting-recordings.md) -- Convert long meeting recordings into compact, shareable formats
- [Split audio by silence detection](/guides/split-audio-by-silence-detection.md) -- Automatically split recordings into chapters at silent gaps
- [Subtitle pipeline with Trigger.dev and Ittybit](/guides/subtitle-pipeline-with-trigger-dev.md) -- Chain Ittybit tasks through Trigger.dev webhooks to generate subtitles from video
- [Video chapters with Llama and Ittybit](/guides/video-chapters-with-llama.md) -- Generate timestamped chapters from video using Ittybit audio extraction and Llama via Ollama
- [Video summarizer with Vercel AI SDK and Ittybit](/guides/video-summarizer-with-vercel-ai-sdk.md) -- Extract audio with Ittybit and stream AI-generated summaries using the Vercel AI SDK
- [Video summary pipeline in Langflow with Ittybit](/guides/video-summary-pipeline-in-langflow.md) -- Build a no-code video-to-summary pipeline using Langflow and Ittybit audio extraction
