> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getsnippets.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Audio & Video Preview in Quick Access

> Preview and play audio and video snippets before inserting them

## Overview

Quick Access isn't limited to text snippets-it fully supports audio and video content. Preview and play media snippets directly in the Quick Access window before inserting them, ensuring you select the right content every time.

This feature is perfect for teams that use voice notes, video tutorials, or multimedia instructions alongside text snippets.

## Why Media Preview Matters

Media preview in Quick Access provides:

* **Visual Confirmation**: See video thumbnails before inserting
* **Audio Playback**: Listen to voice notes to confirm the right snippet
* **Faster Selection**: Identify multimedia snippets at a glance
* **Rich Context**: Combine text, audio, and video in your workflow
* **No Context Switching**: Stay in Quick Access without opening the full app

## How It Works

<iframe src="https://player.vimeo.com/video/1105239898?h=0&title=0&byline=0&portrait=0&autoplay=1&muted=1" width="100%" height="450" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen />

### Step-by-Step Guide

#### 1. **Open Quick Access**

Press `Option + Space` (Mac) or `Ctrl + Space` (Windows/Linux) to open Quick Access.

#### 2. **Search for Media Snippets**

Type to search your library:

* Search by snippet name
* Browse by folder (e.g., "Tutorial Videos")

#### 3. **Identify Media Snippets**

Snippets with audio or video show visual indicators:

* **🎵 Icon**: Audio attachment
* **🎥 Icon**: Video attachment
* **Thumbnail**: Video snippets display a preview thumbnail

#### 4. **Preview the Media**

Hover over or select a media snippet to see the preview panel:

**For Audio Snippets:**

* Audio player with play/pause controls
* Duration display
* Waveform visualization (if available)
* Click play to listen before inserting

**For Video Snippets:**

* Video thumbnail preview
* Play button overlay
* Duration display
* Click to play inline

#### 5. **Insert or Cancel**

Once you've previewed:

* Press `Enter` to insert the snippet (or just the text portion if it's multimedia)
* Press `Esc` to go back to searching
* Click elsewhere to close Quick Access

## Media Types Supported

### Audio Snippets

**Voice Notes**

* Recorded directly in Snippets AI using Whisper
* Imported audio files (MP3, WAV, M4A)
* Transcribed text appears alongside audio

**Use Cases:**

* Voice memos for team instructions
* Audio prompts for AI tools
* Recorded explanations of complex concepts
* Meeting summaries in audio format

### Video Snippets

**Screen Recordings**

* Tutorial walkthroughs
* Bug reproduction videos
* Code review recordings
* Feature demonstrations

**Embedded Videos**

* Vimeo embeds
* YouTube links
* Loom recordings
* Custom video URLs

### Mixed Content

Snippets can contain both text and media:

```markdown theme={null}
# Database Migration Steps

[Video: migration-walkthrough.mp4]

1. Backup current database
2. Run migration script (see video at 2:30)
3. Verify data integrity
4. Update application config

[Audio note: additional-context.mp3]
```

Quick Access shows all components, and you can preview each before inserting.

## Practical Use Cases

### For Developers

**Code Walkthrough Videos**
Save screen recordings explaining complex code:

* Quick Access → Search "auth flow video"
* Preview the video to confirm it's the right one
* Insert the snippet with video link into your documentation

**Debugging Audio Notes**
Record voice notes explaining bugs:

* Quick Access → Find "bug-123 audio"
* Play the audio to hear your past explanation
* Insert into GitHub issue or Jira ticket

### For Product Teams

**Feature Demo Videos**
Share feature demos with stakeholders:

* Quick Access → Search "feature demo"
* Preview video to ensure it's the latest version
* Insert link into Slack or email

**User Interview Recordings**
Save audio from user interviews:

* Quick Access → Search "user feedback"
* Play audio to find specific quotes
* Insert transcription into product brief

### For Training & Onboarding

**Tutorial Videos**
Create onboarding video library:

* Quick Access → Browse "onboarding" folder
* Preview video thumbnails
* Insert relevant tutorial links for new team members

**Process Explanations**
Record audio explaining workflows:

* Quick Access → Search "deployment process"
* Listen to audio refresher
* Insert into team wiki or documentation

### For Content Creators

**Script Recordings**
Save voiceover scripts as audio:

* Quick Access → Find "script v2"
* Play to check which version is final
* Insert into video editing software

**Video Clips**
Store reusable video segments:

* Quick Access → Browse video library
* Preview clips
* Insert into final compilation

## Advanced Features

### Inline Playback Controls

When previewing media in Quick Access:

**Audio Controls:**

* ▶️ Play / ⏸️ Pause

**Video Controls:**

* ▶️ Play / ⏸️ Pause
* 🔊 Volume control

### Keyboard Shortcuts

Navigate media snippets with keyboard:

* `↑` `↓` - Navigate between snippets
* `Enter` - Insert selected snippet

## Best Practices

<Tip>
  **Add Text Descriptions**: Always include text descriptions with your media
  snippets so they're searchable in Quick Access.
</Tip>

<Tip>
  **Use Thumbnails**: For videos, ensure thumbnails are clear so you can
  identify content at a glance.
</Tip>

<Tip>
  **Tag Your Media**: Use tags like #tutorial, #demo, #voice-note to organize
  and filter media snippets.
</Tip>

<Tip>
  **Keep It Short**: Best media snippets are under 5 minutes-easier to preview
  and more reusable.
</Tip>

## Troubleshooting

### Video Won't Play

If a video doesn't preview:

* Check internet connection (for embedded videos)
* Verify video URL is still valid
* Try opening the full app to play the video

### Audio Not Playing

If audio doesn't work:

* Check system volume settings
* Verify audio file wasn't corrupted during upload
* Try restarting Quick Access

### Slow Loading

If media previews load slowly:

* Large video files may take time to buffer
* Consider compressing videos before uploading
* Use video links instead of embedded files for faster previews

## What's Next

<Card title="Video & Audio Prompts" icon="video" href="/guides/video-audio-prompts">
  Learn how to create and store video and audio snippets in the main app
</Card>

<Card title="Quick Access Overview" icon="bolt" href="/guides/quick-access-intro">
  Master the basics of Quick Access if you haven't already
</Card>

<Card title="Audio Preview" icon="microphone" href="/guides/audio-preview">
  Learn about audio preview features in the main Snippets AI app
</Card>
