raycast / extensions

Everything you need to extend Raycast.
https://developers.raycast.com
MIT License
5.02k stars 2.74k forks source link

[Superwhisper - Offline Voice to Text] Text is not being pasted to text editor #13098

Open benfwalla opened 1 week ago

benfwalla commented 1 week ago

Extension

https://www.raycast.com/nchudleigh/superwhisper

Raycast Version

1.77.1

macOS Version

14.5 (23F79)

Description

Expected: When I run the "Start Recording" command from Raycast, the SuperWhisper application appears, listens to my speech, transcribes it on stop, then pastes the value into the current text editor I'm focused on.

Actual: When I run the "Start Recording" command from Raycast, the SuperWhisper application appears, listens to my speech, transcribes it on stop, then does not pastes the value into the current text editor I'm focused on. Rather, it makes the "Boop" alert noise, suggesting that it doesn't know where my cursor is focused.

Steps To Reproduce

  1. Open SuperWhisper settings and ensure "Paste result text" is turned on
  2. Focus your cursor on a text editor
  3. Open Raycast
  4. Invoke the "Start Recording" SuperWhisper extension command
  5. Wait for the SuperWhisper app to appear
  6. Speak into it
  7. Stop the recording
  8. See if SuperWhisper copy & pastes text in the given text editor from Step 2

Current Behaviour

No response

Expected Behaviour

No response

raycastbot commented 1 week ago

Thank you for opening this issue!

🔔 @nchudleigh you might want to have a look.

💡 Author and Contributors commands The author and contributors of `nchudleigh/superwhisper` can trigger bot actions by commenting: - `@raycastbot close this issue` Closes the issue. - `@raycastbot rename this issue to "Awesome new title"` Renames the issue. - `@raycastbot reopen this issue` Reopens the issue. - `@raycastbot assign me` Assigns yourself to the issue. - `@raycastbot good first issue` Adds the "Good first issue" label to the issue. - `@raycastbot keep this issue open` Make sure the issue won't go stale and will be kept open by the bot.