audio/x-wav with attenuation

Hi,
Does attenuation work in HDiSim
I've tried the following code:

<object type="audio/x-wav" src="file:///dvddisc/ADV_OBJ/ding.wav">
<param name="AttenuateL" value="100%"/>
<param name="AttenuateR" value="100%"/>
</object>

Attenuation of 100% means silence, right

Even if we do not set params like this:

<object type="audio/x-wav" src="file:///dvddisc/ADV_OBJ/ding.wav"/>

Specification tells us in 7.8.1-1 that default attenuation is also 100%
i.e. silence again, right
But HDiSim plays ding anyway. What's wrong

Thanks in advance



Answer this question

audio/x-wav with attenuation

  • Itzik Katzav

    Thank you very much, Peter
    I should have read carefully.


  • killerless

    I agree this is a little misleading, but it is made clear in the detailed description where it says 100% is full volume and 0% is silent.

  • James Wyatt

    Could someone please answer to my question :) That's important.
    What’s with Attenuation for audio/x-wav
    Wrong SPEC Bug in HDiSim
    Or my stupidness


  • Heinz09

    I will look into it. Sorry for the delay

  • audio/x-wav with attenuation