What is “openal-soft” Package?
Implementation of the OpenAL 3D audio API
For more details: http://kcat.strangesoft.net/openal.html
Installation
- Open Terminal by pressing
command+space
then type terminal and hitEnter
key. - Install homebrew first.
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install openal-soft.
brew install openal-soft
Now, use openal-soft!
Leave a Reply
You must be logged in to post a comment.