Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 414 Bytes

File metadata and controls

23 lines (16 loc) · 414 Bytes

AuraPlay - Setup Guide

Overview

AuraPlay is a music player that supports both YouTube and Spotify with optional audio visualization.

Required Dependencies

1. ffmpeg (Required for playback)

# Ubuntu/Debian
sudo apt-get install ffmpeg

# macOS
brew install ffmpeg

# Windows (with chocolatey)
choco install ffmpeg

# Fedora/RHEL
sudo dnf install ffmpeg

# Arch / Manjaro
sudo pacman -S ffmpeg