All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: Re: AC3 Passthrough on Audigy2 ZS not working
       [not found]   ` <1110568030.14807.44.camel@cthulhu.rlyeth.net>
@ 2005-03-11 20:09     ` Lee Revell
  2005-03-11 20:39       ` Peter Zubaj
  0 siblings, 1 reply; 4+ messages in thread
From: Lee Revell @ 2005-03-11 20:09 UTC (permalink / raw)
  To: The Orqwith Vagrant; +Cc: alsa-user, alsa-devel

On Fri, 2005-03-11 at 20:07 +0100, The Orqwith Vagrant wrote:
> > I actually read through those threads, but as you say, the conversation
> > trailed off. I have a Sony STR-DE697, so I'm not in exactly the same
> > boat as you're in - but given that the AC3 pass-through works correctly
> > in windows, there cannot be an inherent hardware problem. I'm
> > unfortunately not able to do any capture tests as the basic ZS doesn't
> > have an spdif in.
> > 
> > --phil
> 
> Our amps may, however, both be using the same DSP processor for DD/DTS
> decoding. Sony doesn't spell out what DSP they are using, but some
> digging revealed that some previous Sony models with 32-bit DSPs have
> used DSPs from the Analog Devices "SHARC" family of DSPs. I've tried to
> find a service manual for the STR-DE697, to make sure, but been
> unsuccessful. I'm realistic, so I won't ask you to open up your amp and
> take a peek... ;)
> Anyway, if they both do use SHARCs, we may still be hitting the exact
> same problem, since the part of our amps that actually recieve and
> process the SPDIF stream would be the same, even if the amps themselves
> have different manufacturers.
> 
> In any case, your situation sounds much too similar overall for me not
> to believe the root cause isn't the same. Let's see if James or any of
> the other alsa devs manage to find something interestnig in the dumps I
> provided; if they come up with a fix that solves the problem for me and
> Brian, I'm willing to bet it will work for you as well. But time will
> tell... :)

[cc'ing alsa-devel]

James actually had an idea about what may cause this.

Apparently the Audigy2 has a hardware bug where AC3 passthrough has a
one sample phase error between the left and right channel, and the left
and right channel are swapped.

It's possible that some receivers really don't like this.

Fortunately this bug can be 100% worked around in the DSP code.  I have
not had time to implement it yet.  But if you can understand emu10k1 DSP
code and want to see how it's done, check out the "Epilog" plugin from
this (Windows) driver:

http://www.kxproject.com

Lee




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Re: AC3 Passthrough on Audigy2 ZS not working
  2005-03-11 20:09     ` Re: AC3 Passthrough on Audigy2 ZS not working Lee Revell
@ 2005-03-11 20:39       ` Peter Zubaj
  2005-03-11 20:41         ` Re: [Alsa-user] " Lee Revell
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Zubaj @ 2005-03-11 20:39 UTC (permalink / raw)
  To: Lee Revell; +Cc: The Orqwith Vagrant, alsa-user, alsa-devel

AFAIK:
Audigy 1 should have not swapped data, Audigy 2 swapped. Probably Audigy 
2 ZS need not swapped data too.

Peter Zubaj

>[cc'ing alsa-devel]
>
>James actually had an idea about what may cause this.
>
>Apparently the Audigy2 has a hardware bug where AC3 passthrough has a
>one sample phase error between the left and right channel, and the left
>and right channel are swapped.
>
>It's possible that some receivers really don't like this.
>
>Fortunately this bug can be 100% worked around in the DSP code.  I have
>not had time to implement it yet.  But if you can understand emu10k1 DSP
>code and want to see how it's done, check out the "Epilog" plugin from
>this (Windows) driver:
>
>http://www.kxproject.com
>
>Lee
>  
>


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Re: [Alsa-user] Re: AC3 Passthrough on Audigy2 ZS not working
  2005-03-11 20:39       ` Peter Zubaj
@ 2005-03-11 20:41         ` Lee Revell
  2005-03-11 20:56           ` [Alsa-devel] " Peter Zubaj
  0 siblings, 1 reply; 4+ messages in thread
From: Lee Revell @ 2005-03-11 20:41 UTC (permalink / raw)
  To: Peter Zubaj; +Cc: The Orqwith Vagrant, alsa-user, alsa-devel

On Fri, 2005-03-11 at 21:39 +0100, Peter Zubaj wrote:
> AFAIK:
> Audigy 1 should have not swapped data, Audigy 2 swapped. Probably Audigy 
> 2 ZS need not swapped data too.
> 

Really?  Weird, that's good to know.  I though the only difference with
the ZS was the side surround channels.

I really suspect sometimes that these quirks (this one, the front/rear
out of phase issue with the SBLive) are not bugs at all.  My theory is
that it makes the hardware slightly cheaper to produce, and Creative
just works around it in the DSP.

Lee



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Alsa-devel] Re: Re: AC3 Passthrough on Audigy2 ZS not working
  2005-03-11 20:41         ` Re: [Alsa-user] " Lee Revell
@ 2005-03-11 20:56           ` Peter Zubaj
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Zubaj @ 2005-03-11 20:56 UTC (permalink / raw)
  To: Lee Revell; +Cc: The Orqwith Vagrant, alsa-user, alsa-devel

This is only blind shot.

Lee Revell wrote:

>On Fri, 2005-03-11 at 21:39 +0100, Peter Zubaj wrote:
>  
>
>>AFAIK:
>>Audigy 1 should have not swapped data, Audigy 2 swapped. Probably Audigy 
>>2 ZS need not swapped data too.
>>
>>    
>>



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-03-11 20:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20050311112625.770838C515@sc8-sf-spam1.sourceforge.net>
     [not found] ` <4231C749.80807@mail.utexas.edu>
     [not found]   ` <1110568030.14807.44.camel@cthulhu.rlyeth.net>
2005-03-11 20:09     ` Re: AC3 Passthrough on Audigy2 ZS not working Lee Revell
2005-03-11 20:39       ` Peter Zubaj
2005-03-11 20:41         ` Re: [Alsa-user] " Lee Revell
2005-03-11 20:56           ` [Alsa-devel] " Peter Zubaj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.