Skip to content

maddyblue/moggio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

83fbf3e · Aug 22, 2022
Aug 12, 2022
Jun 5, 2018
Oct 1, 2015
Feb 22, 2016
Aug 22, 2022
Aug 12, 2022
Sep 10, 2021
Aug 22, 2022
Feb 21, 2016
Jun 30, 2016
Jul 28, 2016
Mar 1, 2016
Feb 4, 2020
Aug 22, 2022
Aug 22, 2022
Mar 1, 2016
Aug 12, 2022
Mar 11, 2016
Jun 8, 2021

Repository files navigation

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.