Skip to content

Almighty42/Soundbit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SoundBit is a minimalistic and stylish music player with support for mp3,wav and ogg file formats.

Downloads

How to use

The Player

Download and install the build for your OS. Start the application and then click on a plus sign to add either a folder or a file to the player. As long as the file/s is in the valid format ( mp3, wav or ogg ) the player will load them up.
Once the player has loaded your songs just press the play button!

Building from the repo

Clone the repository, make it your working directory, and then on your terminal run npm install. Once all the dependencies have finished downloading, run npm run electron-buildrun to build the app and then npm start to test the app.

Features


  • Supports: mp3, wav and ogg.
  • Supports: Windows and Linux
  • Displays name of the song, artist name
  • Quickly switch tracks from the playlist.
  • Choose between Dark or Light themes

Upcoming Features

Support for macOS

Examples