Arx Libertatis Bug Tracker
star_faded.png
Please log in to bookmark issues
feature_request_small.png
OPEN  Feature request #150  -  No option to disable 3d audio
Posted Jan 11, 2012 - updated Nov 06, 2014   Shortlink: http://arx.vg/150
action_vote_minus_faded.png
0
Votes
action_vote_plus_faded.png
Issue details
  • Type of issue
    Feature request
  • Status
     
    New
  • Assigned to
    Not assigned to anyone
  • Progress
       
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
  • Posted by
     adejr
  • Owned by
    Not owned by anyone
  • Estimated time
    Not estimated
  • Category
    Not determined
  • Priority
    Not determined
  • Severity
    Normal
  • Targetted for
    icon_milestones.png Not determined
  • OS
    icon_customdatatype.png Not determined
  • Architecture
    icon_customdatatype.png Not determined
  • Fixed in
    icon_customdatatype.png Not determined
Issue description
The game currently provides no option to render to stereo only. This means that systems which support 5.1 channels, for example, will render to those channels even if only headphones are connected.

It shouldn't be too difficult to force rendering of audio in stereo. The potential drawbacks include that rear and center channels in that case may not receive any output.

The audio engine is in need of upgrades of course and the inclusion of options to pan across the available channels could eventually be provided with other audio related improvements.

#1
icon_reply.pngReply
Comment posted by
 theli-ua
Feb 12, 07:46
I'm not sure about Windows but in Linux thats is configured via openal itself
#2
icon_reply.pngReply
Comment posted by
 adejr
Feb 12, 21:59
it works ok as long as the game generates valid coordinates and coefficients. the problem is that of course, it doesn't smileys/2.png

for me, open-al often manages to generate silence when sources pan in certain ways. i haven't spent any time looking at whether the issue is a bug in the arx code, or if it's a problem with open-al and the way arx attempts to use it. (for example, open-al doesn't clip something, and arx provides out of range values without caring.)

the whole audio system is quite a mess both on the arx side and in the abstraction layer to dsound or open-al. hopefully this can be cleaned up, but it's quite a large effort required to design a better system.
#6
icon_reply.pngReply
Comment posted by
 Daniel Scharrer
Nov 06, 23:09
I don't think OpenAL let's us specify this in the API - for OpenAL Soft it can be set in a config file though.