How To Install adplug on Mac
AdPlug is a sound player library mainly written in C++ which is cross-platform, free, hardware independent. It is released under LGPL. It plays sound data, originally created for the AdLib (OPL2) and Sound Blaster (Dual OPL2/OPL3) audio boards, directly from its original format on top of an emulator or by using the real hardware. OPL chip is not required for playback.
AdPlug acts as backend to most audio player frontends. There are plugins for popular audio players, like Winamp and XMMS, as well as stand-alone players for many different systems available.More information available at: https://adplug.github.io
Steps for Installation:
- Open your temrinal
- Get homebrew installed with the help of below command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Now you can install adplug using brew
brew install adplug
0 comments:
Post a Comment