madtime
MPEG audio player in fixed point
Install
- All systems
-
curl cmd.cat/madtime.sh
- Debian
-
apt-get install madplay
- Ubuntu
-
apt-get install madplay
- Kali Linux
-
apt-get install madplay
- Fedora
-
dnf install madplay
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install madplay
- OS X
-
brew install madplay
- Raspbian
-
apt-get install madplay
- Dockerfile
- dockerfile.run/madtime
madplay
MPEG audio player in fixed point
MAD is an MPEG audio decoder. It currently only supports the MPEG 1 standard, but fully implements all three audio layers (Layer I, Layer II, and Layer III, the latter often colloquially known as MP3.). There is also full support for ID3 tags. All work is done in fixed point, so it even works on machines without an FPU.