Sonic Execution
Sonic Execution
Section titled “Sonic Execution”Sonic Execution is one of Owlfy’s core features. Triggered by holding the voice key and speaking a command, it allows you to instantly complete computer operations.
Operation Method
Section titled “Operation Method”Hold the voice key, speak your command, then release.
Default Voice Keys:
- Windows:
Right Altkey orMouse wheel - macOS:
Fnkey orMouse wheel
You can customize the voice key in Settings.
Feature List
Section titled “Feature List”Quick Launch
Section titled “Quick Launch”Say the name to instantly open apps, websites, or directories.
Open Applications
Section titled “Open Applications”Owlfy intelligently recognizes app aliases.
"Open WeChat" → Launches WeChat"Open Photoshop" → Launches Photoshop"Open VS Code" → Launches VS CodeCustom Aliases: Add custom aliases for apps in Settings → General.
Open Websites
Section titled “Open Websites”"Open GitHub" → Opens github.com"Open Google" → Opens google.com"Open Bilibili" → Opens bilibili.comCustom URLs: Add custom websites and aliases in Settings.
Open Directories
Section titled “Open Directories”"Open Downloads" → Opens Downloads folder"Open Desktop" → Opens Desktop folder"Open my project folder" → Opens your project directoryCustom Directories: Add custom directories and aliases in Settings.
Instant Search
Section titled “Instant Search”Say search content to quickly open search engines.
"Search for iPhone 16 review" → Opens default search engine"Google search climate change" → Searches Google"Bing search AI trends" → Searches BingSupports selecting multiple search engines for simultaneous searching.
Smart Text Processing
Section titled “Smart Text Processing”Operation: Select text or code, hold the voice key, and speak your processing requirement.
Text Polishing & Rewriting
Section titled “Text Polishing & Rewriting”| Input | Command | Output |
|---|---|---|
| ”Boss, I can’t do this project, it’s too hard." | "Rewrite this in a professional tone" | "I’m encountering some technical roadblocks with this project and would appreciate discussing potential resources or alternative approaches." |
| "Do it yourself." | "Make this sound more tactful" | "Could you please handle this yourself?" |
| "Had amazing hotpot today and it totally made my day." | "Turn this into an Instagram caption" | "Hotpot kind of night and absolutely no regrets. So good, so comforting. 🍲✨ #FoodieFinds #HotpotLove” |
Information Extraction & Summarization
Section titled “Information Extraction & Summarization”| Input | Command | Output |
|---|---|---|
| ”Let’s review the design at 10 AM tomorrow. Bob, print 3 copies. Alice, book room 2." | "List the action items” | • 10:00 AM: Design review • Bob: Print 3 copies • Alice: Book Room 2 |
| ”Q3 revenue increased 20% year over year thanks to strong cloud growth, but margins dipped slightly because of higher R&D spending." | "Make this shorter" | "Cloud growth lifted Q3 revenue, but higher R&D spending hurt margins." |
| "A new tech blog discussing artificial intelligence." | "Give me 3 catchy blog names" | "1. The AI Frontier 2. Neural Insights 3. Code & Cognition” |
Code Processing
Section titled “Code Processing”| Input | Command | Output |
|---|---|---|
const sum = arr.reduce((a, b) => a + b, 0); | ”Explain this code" | "This uses the reduce method to iterate over ‘arr’, accumulating the sum of its elements starting from 0.” |
const sum = arr.reduce((a, b) => a + b, 0); | ”Turn this JavaScript into Python” | sum_result = sum(arr) |
Knowledge Queries
Section titled “Knowledge Queries”| Input | Command | Output |
|---|---|---|
| ”FOMO" | "What does this mean?" | "Fear of missing out — the anxious feeling that other people may be having rewarding experiences without you." |
| "Despite of the heavy rain, but we still arrived on time for the meeting." | "Fix the grammar" | "Despite the heavy rain, we still arrived on time for the meeting." |
| "Best coffee shops near me" | "Search this on Google” | Opens Google and shows search results |
Data Transformation
Section titled “Data Transformation”| Input | Command | Output |
|---|---|---|
| ”Bob expensed $150 for taxi, Alice spent $200 on meals, and John paid $80 for taxi." | "Turn this into a table” | | Name | Type | Amount | | --- | --- | --- | | Bob | Taxi | $150 | | Alice | Meals | $200 | | John | Taxi | $80 | |
Smart File Processing
Section titled “Smart File Processing”Operation: Select one or more files, hold the voice key, and speak your requirements.
Image Processing
Section titled “Image Processing”- Compress images
- Convert image formats (JPG, PNG, GIF, WebP, etc.)
- Remove backgrounds
- Adjust resolution
- OCR text recognition
- Image flip, rotate, crop, scale
- Color adjustment (brightness, contrast, saturation)
- Multiple images to GIF or PDF
Audio/Video Processing
Section titled “Audio/Video Processing”- Compress video
- Add watermark
- Speed up/slow down playback
- Smart silence removal
- Concatenate videos with transitions
- Video format conversion (MP4, AVI, MOV, etc.)
- Extract audio from video
- Extract video clips
- Frame extraction
- Audio format conversion (MP3, WAV, AAC, etc.)
- Voice recognition (audio-to-text)
Document Processing
Section titled “Document Processing”- Merge/split PDF
- PDF watermark
- PDF to image
- Markdown to PDF/Word
- Draw charts (line, bar, pie, etc.)
- Edit Excel/Word/PPT
- AI generate PPT from content
- Document to Markdown
Usage Tips
Section titled “Usage Tips”Combine Commands
Section titled “Combine Commands”You can chain multiple quick tasks:
"Open VS Code and search for React hooks best practices"Context Awareness
Section titled “Context Awareness”Sonic Execution understands context. If you have text selected, it knows to process that text.
Batch Processing
Section titled “Batch Processing”Select multiple files at once for batch operations:
Select 10 images → "Compress these to under 1MB each"Related Documentation
Section titled “Related Documentation”- Voice Input — Learn about Voice Input
- AI Assistant — Learn about AI Assistant
- Image Processing — Detailed image processing guide
- Audio & Video Processing — Detailed audio/video processing guide
- Document Processing — Detailed document processing guide