<div dir="ltr"><div dir="ltr" style="font-size:14px">Hi there,<div><br></div><div><br></div><div>I'm using openal-soft 1.17.2, and want to use HRTF extension, ALC_SOFT_HRTF.</div><div><br></div><div>The problem is, it seems the audio device in my computer doesn't support HRTF extension.</div><div><br></div><div>That is, with this function code in my application,</div><div><span style="white-space:pre-wrap">  </span>alcGetIntegerv(device, ALC_HRTF_SOFT, 1, &hrtf_state);<br></div><div>hrtf_state returns false.</div><div><br></div><div>And here is a message from openal-info,</div><div>-----------------------------------------------------------------------</div><div><div>Available playback devices:</div><div>    Generic Software on Speaker(2- High Definition Audio Device)</div><div>    Generic Software on Digital Audio(S/PDIF)(2- High Definition Audio Device)</div><div>    Generic Software on Headphone(2- High Definition Audio Device)</div><div>Available capture devices:</div><div>    Microphone(2- High Definition Audio</div><div>Default playback device: Generic Software on Speaker(2- High Definition Audio Device)</div><div>Default capture device: Microphone(2- High Definition Audio</div><div>ALC version: 6422476.1944900080</div><div><br></div><div>** Info for device "Generic Software on Speaker(2- High Definition Audio Device)" **</div><div>ALC version: 1.1</div><div>ALC extensions:</div><div>    ALC_ENUMERATE_ALL_EXT, ALC_ENUMERATION_EXT, ALC_EXT_CAPTURE, ALC_EXT_EFX</div><div>HRTF extension not available</div><div>OpenAL vendor string: Creative Labs Inc.</div><div>OpenAL renderer string: Software</div><div>OpenAL version string: 1.1</div><div>OpenAL extensions:</div><div>    EAX, EAX2.0, EAX3.0, EAX4.0, EAX5.0, EAX3.0EMULATED, EAX4.0EMULATED,</div><div>    AL_EXT_OFFSET, AL_EXT_LINEAR_DISTANCE, AL_EXT_EXPONENT_DISTANCE</div><div>EFX version: 1.0</div><div>Max auxiliary sends: 1</div><div>Supported filters:</div><div>    !!! none !!!</div><div>Supported effects:</div><div>    !!! none !!!</div></div><div>-----------------------------------------------------------------------<br></div><div><br></div><div>Neither with my speaker or headphone device can I enable HRTF extensions.</div><div><br></div><div>Is it really a device problem, which I have to change it?</div><div>Or, is there anything I should consider?</div></div></div>