Add slowed-reverb extension#17469
Conversation
- test - test
|
Congratulations on your new Raycast extension! 🚀 Due to our current reduced availability, the initial review may take up to 10-15 business days Once the PR is approved and merged, the extension will be available on our Store. |
|
@pernielsentikaer sorry, had to make a new PR, because of this issue: Your review comments from yourself and the bot should now be addressed. I already had a check that the input files are audio, but they were not triggering correctly. Fixed now! Thanks! |
|
@greptileai can you check |
There was a problem hiding this comment.
PR Summary
Added a new Slowed + Reverb extension that allows users to modify audio files with effects like slowing down, adding reverb, or creating nightcore versions using the sox command-line utility.
- Extension provides four commands (slowed, reverb, slowed+reverb, nightcore) that work directly on files selected in Finder
- Includes robust error handling with proper toast notifications using
showFailureToastfrom@raycast/utils - Intelligently searches for sox in common installation locations while allowing custom path configuration
- Implements user preferences for customizing slowed speed (0.5-0.95) and nightcore speed (1.1-1.5)
- Includes proper metadata with screenshots and comprehensive documentation in README.md
💡 (2/5) Greptile learns from your feedback when you react with 👍/👎!
17 file(s) reviewed, 5 comment(s)
Edit PR Review Bot Settings | Greptile
|
This pull request has been automatically marked as stale because it did not have any recent activity. It will be closed if no further activity occurs in the next 7 days to keep our backlog clean 😊 |
|
@pernielsentikaer hey! sorry for the delay, was travelling. can you re-check this PR? many thanks |
pernielsentikaer
left a comment
There was a problem hiding this comment.
Hi 👋
Looks good to me, approved 🔥
|
Published to the Raycast Store: |
|
🎉 🎉 🎉 Such a great contribution deserves a reward, but unfortunately we couldn't find your Raycast account based on your GitHub username (@neontomo). |
Slowed + Reverb
Description
This extension allows you to slow down or speed up songs that you have stored locally.
Here are the options available:
0.8+reverb.0.8.reverbto the song.1.2.The extension requires
soxto function properly, but informs the user and tries to find the library in a bunch of common places, and also allows the user to customise the location.How to use
To use the extension, simply select an audio file in the Finder, and open Raycast and select the type of audio conversion you want to make. It will add your converted songs into the same folder.
Screencast
Settings
You can modify the defaults of Slowed and Nightcore speeds to match your tastes, as well as put a custom path for sox if you require a special config (but should not be needed in most cases).
Checklist
npm run buildand tested this distribution build in Raycastassetsfolder are used by the extension itselfREADMEare placed outside of themetadatafolder