Skip to content

Commit 40f7d6e

Browse files
committed
Update README
1 parent 35bef17 commit 40f7d6e

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
<br/>
1212

1313
<p align="center">
14-
<a href="https://github.com/Simonwep/reinisch.io/actions?query=workflow%3ACI"><img
14+
<a href="https://github.com/simonwep/reinisch.io/actions?query=workflow%3AMain"><img
1515
alt="CI / CD Status"
16-
src="https://github.com/Simonwep/spectrum/workflows/CI/badge.svg"/></a>
16+
src="https://github.com/simonwep/spectrum/workflows/Main/badge.svg"/></a>
1717
<a href="https://choosealicense.com/licenses/mit/"><img
1818
alt="License MIT"
19-
src="https://img.shields.io/badge/licence-MIT-ae15cc.svg"></a>
20-
<a href="https://github.com/sponsors/Simonwep"><img
19+
src="https://img.shields.io/badge/license-MIT-ae15cc.svg"></a>
20+
<a href="https://github.com/sponsors/simonwep"><img
2121
alt="Support me"
2222
src="https://img.shields.io/badge/github-support-6a15cc.svg"></a>
2323
</p>
@@ -30,10 +30,8 @@
3030
3131
### What is this?
3232

33-
This is a small audio spectrum analyzer that I made after I realized that [spek](https://github.com/alexkay/spek) is no longer actively maintained.
33+
This is a small audio spectrum analyzer that I created after realizing that [spek](https://github.com/alexkay/spek) is no longer actively maintained.
3434
I also wondered if it was possible to make it more performant and portable.
35-
To get both performance and cross-platform compatibility this has become a PWA and is using the browsers native audio API (which is fast!).
36-
Unfortunately not all browsers support things like the [OfflineAudioContext](https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioContext) I need, therefore it only works
37-
on Chromium-based browsers.
35+
To achieve both performance and cross-platform compatibility, this has become a PWA and uses the browser's native audio API (which is fast!).
3836

3937
I'd say, pick any audio file and [try it out](https://spectrum.reinisch.io) :)

0 commit comments

Comments
 (0)