Skip to content

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.

Hold the voice key, speak your command, then release.

Default Voice Keys:

  • Windows: Right Alt key or Mouse wheel
  • macOS: Fn key or Mouse wheel

You can customize the voice key in Settings.

Say the name to instantly open apps, websites, or directories.

Owlfy intelligently recognizes app aliases.

"Open WeChat" → Launches WeChat
"Open Photoshop" → Launches Photoshop
"Open VS Code" → Launches VS Code

Custom Aliases: Add custom aliases for apps in Settings → General.

"Open GitHub" → Opens github.com
"Open Google" → Opens google.com
"Open Bilibili" → Opens bilibili.com

Custom URLs: Add custom websites and aliases in Settings.

"Open Downloads" → Opens Downloads folder
"Open Desktop" → Opens Desktop folder
"Open my project folder" → Opens your project directory

Custom Directories: Add custom directories and aliases in Settings.


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 Bing

Supports selecting multiple search engines for simultaneous searching.


Operation: Select text or code, hold the voice key, and speak your processing requirement.

InputCommandOutput
”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”
InputCommandOutput
”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”
InputCommandOutput
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)
InputCommandOutput
”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
InputCommandOutput
”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 |

Operation: Select one or more files, hold the voice key, and speak your requirements.

  • 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
  • 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)
  • 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

You can chain multiple quick tasks:

"Open VS Code and search for React hooks best practices"

Sonic Execution understands context. If you have text selected, it knows to process that text.

Select multiple files at once for batch operations:

Select 10 images → "Compress these to under 1MB each"