Bragi (/ˈbrɑːɡi/; Old Norse: [ˈbrɑɣe]) is the skaldic god of poetry in Norse mythology.
Bragi is my attempt at creating my ideal music player. I'm creating it for myself, but if you like it, then that's great!
Bragi consists of three parts:
- the sound player
- the UI
- the audio visualization engine (can be disabled completetly in the future)
I want to be able to use Bragi while programming, playing games, and casting it to a big screen to get pretty colors synced with the music.
I'm recording some of the development of Bragi on my YouTube Channel.
Esc
: quitShift + Enter
: open/close UIEnter
: submit command when UI is open
play <path to playlist>
: start playing a playlist (shuffle state determines initial song)pause
: pause playback of current songresume
: resume playback of current songnext
: skip to next song in playlist (shuffle and loop state determines next song)previous
(TODO) skip to previous song in playlist (shuffle and loop state determines next song)- Looping
loop_no
(default) : playback stops when last song in playlist finishes playbackloop
: when the last song in a playlist finishes playback, the playlist starts overloop_single
: when a song finishes playback, repeat it
- Shuffle
shuffle_no
(default) : a playlist is played back in chronological order (setting this has an effect on the currently playing playlist)shuffle
: a playlist is shuffled and played back in a random order (setting this has an effect on the currently playing playlist)
- Fullscreen
taskbar_show
(default) : shows taskbartaskbar_hide
: hide taskbar (fullscreen mode)
.txt
files ending with a newline- Each line (except the last one) has the full path to an audio file
- WAV/RIFF
- FLAC (more complete support in progress)
- Windows
- GPU with Vulkan 1.0 support
All commits have a tag, e.g. 'Vulkan'. This makes browsing/searching through commits easier. The following tags are used:
Tag | Description |
---|---|
Docs | Any changes related to documentation |
FLAC | Any changes related to the FLAC decoder |
SndPly | Any changes related to the sound player |
Viz | Any changes related to audio visualization |
Vulkan | Any changes related to the Vulkan renderer |
WAV | Any changes related to the WAV decoder |
Windows | Any changes related to Windows |