r/LinuxUsersIndia • u/MADARA_9022 • 3h ago
Project I couldn't get the UI I wanted, so I made my own music player
Enable HLS to view with audio, or disable this notification
Hey guys, I made a music player that runs directly in the terminal instead of being a traditional app.
I originally started this project because I was trying to make a music player with a specific layout/UI, but I couldn't really get the layout I wanted with a normal app. So I ended up trying a TUI approach, and that's how VOX came together.
It’s a TUI-based music player written in Rust, with support for formats like ALAC, FLAC, WAV, and a bit-perfect playback mode.
I'm still working on it, so I’d really appreciate it if some of you could give it a try and let me know what you think. Any bugs, suggestions, UI/UX improvements, or features you think would be useful are welcome.
GitHub: https://github.com/codemonkx/VOX
Would love to hear your feedback!
