You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,17 +8,16 @@ For quick access, you can replace the URL with the Moonlit URL:
8
8
9
9
-**YouTube**: Replace `youtube.com` with `moonlit.wastu.net` to the URL (example: <ahref="https://moonlit.wastu.net/watch?v=JGwWNGJdvx8"target="_blank">moonlit.wastu.net/watch?v=JGwWNGJdvx8</a>)
-**Pitch Lock & Shifting**: Change the speed without affecting pitch, or shift pitch independently (non lite mode).
16
16
-**Reverb Effect**: Add ambiance to your tracks with adjustable reverb.
17
17
-**Search Support**: Search for videos on YouTube for faster access.
18
-
-**Lyrics Support**: View synchronized lyrics while listening to your tracks.
18
+
-**Lyrics Support**: View synchronized, syllable-level lyrics while listening to your tracks.
19
19
-**Client-Side Cookie Management**: Use your own YouTube cookies to bypass restrictions (e.g., age-gated content).
20
20
-**Export Options**: Download the original media or export your processed remix as a WAV or MP3 file.
21
-
-**Proxy Support**: Route all outbound server requests through an HTTP or SOCKS5 proxy.
22
21
-**Self-Hostable**: Run with a single Docker container or directly on your host.
23
22
24
23
# Quick start
@@ -78,7 +77,8 @@ NODE_ENV=production bun run start
78
77
# Credits
79
78
80
79
-**Signalsmith Stretch**: A massive shoutout to [Signalsmith Audio](https://signalsmith-audio.co.uk/) for their open-source time-stretching library. Honestly, I'm too dumb to implement complex DSP algorithms like this by myself, so this library is doing all the heavy lifting! 😅
81
-
-**LRCLIB**: Thanks to [lrclib.net](https://lrclib.net/) for providing the lyrics API data.
80
+
-**Better Lyrics**: Thanks to [Better Lyrics](https://better-lyrics.boidu.dev) and the [Better Lyrics API](https://lyrics-api.boidu.dev/) for syllable-synced lyrics and TTML timing data.
81
+
-**LRCLIB**: Thanks to [lrclib.net](https://lrclib.net/) for providing additional lyrics when Better Lyrics has no match.
0 commit comments