• Stars
    star
    369
  • Rank 114,940 (Top 3 %)
  • Language
    JavaScript
  • License
    ISC License
  • Created over 10 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A multi-source music player in Go

moggio

An audio player written in Go.

goals

  • JSON API. Playlists easily managed with a web browser, and global OS keyboard shortcuts can access functions needed from the media keys (next, pause, play).
  • Support for the codecs:
    • wav
    • mp3
    • spc (Super Nintendo)
    • nsf, nsfe (Nintendo)
    • ogg vorbis
    • flac
    • aac
  • Support for the protocols:
    • google music
    • dropbox
    • google drive
    • shoutcast
    • soundcloud
    • local hard drive
    • youtube
  • Support for archive files (.zip, .rar, .nsf).
  • Pure Go except for sound driver interfaces.
    • Port SPC library to Go
  • Runs on Windows, Linux, Mac OSX.
  • Mobile apps for Android and iOS that can play themselves and act as a remote.