Skip to content

Commit

Permalink
Add GetSound.ai extension (raycast#7477)
Browse files Browse the repository at this point in the history
* 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
asgu and peduarte authored Jul 13, 2023
1 parent 19ca887 commit fd719c1
Show file tree
Hide file tree
Showing 13 changed files with 3,976 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/public_raycast_extensions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ screen-studio
openverse
putio
warp
getsound
10 changes: 10 additions & 0 deletions extensions/getsound/.eslintrc.json
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"]
}
10 changes: 10 additions & 0 deletions extensions/getsound/.gitignore
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
4 changes: 4 additions & 0 deletions extensions/getsound/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"printWidth": 120,
"singleQuote": false
}
5 changes: 5 additions & 0 deletions extensions/getsound/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Coffee Changelog

## [Release] - 2023-07-10

Initial release
48 changes: 48 additions & 0 deletions extensions/getsound/README.md
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)
Binary file added extensions/getsound/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit fd719c1

Please sign in to comment.