Go to file
2024-09-27 14:58:59 +02:00
data feat: initial commit 2024-09-23 21:59:07 +02:00
src chore: fix some more lints and make the code more compact 2024-09-27 14:58:59 +02:00
.gitignore feat: initial commit 2024-09-23 21:59:07 +02:00
Cargo.lock feat: make decoding lazy & improve song name formatting 2024-09-26 21:00:03 +02:00
Cargo.toml feat: make decoding lazy & improve song name formatting 2024-09-26 21:00:03 +02:00
README.md feat: remove play command 2024-09-26 16:13:40 +02:00

lowfi

lowfi is a tiny rust app that serves a single purpose: play lofi. It'll do this as simply as it can: no albums, no ads, just lofi.

Why?

I really hate modern music platforms, and I wanted a small, "suckless" app that would literally just play lofi without video so I could use it whenever.

I also wanted it to be fairly resiliant to inconsistent networks, so it buffers 5 whole songs at a time instead of parts of the same song.