forked from raycast/extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add GetSound.ai extension (raycast#7477)
* Added GetSound extension * Revert "Added GetSound extension" This reverts commit 6b5a469. * Add GetSound extension * fixes * Update public_raycast_extensions.txt * changed title and subtitle in commands --------- Co-authored-by: Pedro Duarte <oi@ped.ro>
- Loading branch information
Showing
13 changed files
with
3,976 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,3 +23,4 @@ screen-studio | |
openverse | ||
putio | ||
warp | ||
getsound |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"root": true, | ||
"env": { | ||
"es2020": true, | ||
"node": true | ||
}, | ||
"parser": "@typescript-eslint/parser", | ||
"plugins": ["@typescript-eslint"], | ||
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended", "prettier"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. | ||
|
||
# dependencies | ||
/node_modules | ||
|
||
# Raycast specific files | ||
raycast-env.d.ts | ||
|
||
# misc | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"printWidth": 120, | ||
"singleQuote": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Coffee Changelog | ||
|
||
## [Release] - 2023-07-10 | ||
|
||
Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
|
||
![IMAGE 2023-07-01 15:02:59](https://getsound.ai/getsound/images/RayExtention_Icon_512.png) | ||
|
||
|
||
# GetSound - Raycast Extension | ||
|
||
## Overview | ||
|
||
[GetSound.ai](http://getsound.ai/) Raycast Extension is a slimmed-down version of our main GetSound.ai app, crafted especially for Raycast Community. It provides developers and users with a convenient and straightforward way to take a break and refocus during their work. Simply type "Focus" and you can generate short, 5-10 minute, calming ambient music tracks to help you get back on track. | ||
|
||
**What makes the full version of GetSound different?** | ||
|
||
If you want to experience the full GetSound.ai immersive audio user experience, we suggest downloading the app from our [Website](https://getsound.ai). | ||
Unlike the slimmed-down Raycast version, the full app features GetSound's unique RTS (Real-Time Soundscape) algorithm, which creates ambient music based on your environment. Factors such as weather, location, and time of day all contribute to creating a unique soundscape in that moment. So, if you want to meditate, relax, or stay inside on a rainy day, GetSound will generate the perfect soundtrack and keep playing new music for as long as you like. Plus, you'll enjoy these key features: | ||
* Enjoy continuous, uninterrupted and non-repeated soundscape music 24/7. | ||
* Hi-resolution audio quality. | ||
* Add and control extra layers of environmental effects, such as rivers, oceans, lakes, waterfalls, coffee shops, and more. | ||
* Change your location to generate more unique soundscapes. | ||
* Refresh funtion to regenerate new real-time soundscapes. | ||
* Weather Sync - This feature will be available only when certain weather conditions, like rain, storms, and winds, occur at your location. You can easily adjust the volume to your liking. | ||
* Timer Session - Do you have limited time to meditate or relax? With this feature, you can set the music to fade out after a set amount of time. Perfect for those with 15 minutes or less to spare. | ||
|
||
## Installation | ||
|
||
Install the [GetSound.ai](http://getsound.ai/) Raycast Extension from the Raycast Store. | ||
After installation, you can access the extension by typing "Focus" in the Raycast command bar. | ||
|
||
## Commands | ||
|
||
* **Quick Access**: Just type "Focus" to start your 5-10 minutes relaxing ambient music track.<br> | ||
* **Stop Track**: Choose "Stop" command to end the playing music track.<br> | ||
* **Skip Track**: Choose "Skip" to generate a new ambient track.<br> | ||
|
||
## Feedback | ||
|
||
We value your feedback! If you have any suggestions, issues, or just want to tell us what you think of the GetSound Raycast Extension, please open a GitHub issue. We're always looking to improve and make the extension better for our users. | ||
|
||
## ℹ **Special Offer for Raycast Users** | ||
|
||
If you enjoy using the GetSound.ai Raycast Extension, we invite you to try out our full-featured GetSound.ai app. As a token of our appreciation for Raycast Community, we're offering an exclusive 15% discount for the GetSound.ai app personal plan. Enter the coupon code **`GetRay15OFF`** at checkout to take advantage of this offer. | ||
|
||
## Acknowledgments | ||
* [Terms Of Use](https://bit.ly/3PQmZ1c) | ||
* [GetSound Official Website](https://getsound.ai) | ||
* [Wall Of Love](https://testimonial.to/getsound-ai/all) | ||
* [Discord Community](https://discord.com/invite/4gQVAyjYbs) | ||
* [Instagram](https://www.instagram.com/getsound.ai/) | ||
* [More Links](https://linktr.ee/getsound.ai) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.