Skip to content

Commit a987abc

Browse files
committed
Update readme
1 parent 3dbe9a6 commit a987abc

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
# Synth Mood
22

3-
![](https://i.imgur.com/YNpOpz9.gif)
4-
53
https://synth.js.org
64

75
Synthesizer meditation zone.
86

9-
Inspired by [rainymood.com](http://rainymood.com).
7+
![](https://i.imgur.com/YNpOpz9.gif)
108

119
## Setup
1210

1311
To run a local instance, issue the following commands:
1412

15-
```bash
13+
```sh
1614
$ git clone [email protected]:lukehorvat/synth-mood.git
1715
$ cd synth-mood
1816
$ npm install
@@ -36,3 +34,7 @@ Personally, I take the following approach to creating new sounds:
3634
3. [Convert WAV to Ogg using FFmpeg](/wav2ogg.sh).
3735

3836
At some point in the future, I will switch from using audio files to the [Web Audio API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API), in order to eliminate the long loading time.
37+
38+
## Credits
39+
40+
Inspired by [rainymood.com](https://rainymood.com).

0 commit comments

Comments
 (0)