1

I want to use Openal Soft for my Android game to support realistic 3D audio. I would like to use the hrtf functionality of Openal Soft. How do I enable it? Is there some config file I have to modify?

Giorgos Dimtsas
  • 12,019
  • 3
  • 29
  • 40
Dirk V.
  • 151
  • 1
  • 10

1 Answers1

1

I receiver the following message from the Openal-soft team:

Currently (version 1.16), you need to modify ~/.alsoftrc (or /etc/openal/alsoft.conf for it to be global for all users), and add:

[general] hrtf = true

Dirk V.
  • 151
  • 1
  • 10