Slashdot Mirror


THX Caught With Pants Down Over Lexicon Blu-ray Player

SchlimpyChicken writes "Lexicon and THX apparently attempted to pull a fast one on the consumer electronics industry, but got caught this week when a couple websites exposed the fact that the high-end electronics company put a nearly-unmodified $500 Oppo Blu-ray player into a new Lexicon chassis and was selling it for $3500. AV Rant broke the story first on its home theater podcast with some pics of the two players' internals. Audioholics.com then posted a full suite of pics and tested the players with an Audio Precision analyzer. Both showed identical analogue audio performance and both failed a couple of basic THX specifications. Audioholics also posted commentary from THX on the matter and noted that both companies appear to be in a mad scramble to hide the fact that the player was ever deemed THX certified."

11 of 397 comments (clear)

  1. No shock by darkitecture · · Score: 4, Informative

    The audio industry being less than honest?

    Say it ain't so!

  2. Re:Audio/Videophiles Beware by imsabbel · · Score: 5, Informative

    I tell you, audiophiles have NO IDEA OF SCALE.

    I am working with HF stuff. I run on cables that cost as much as that one, but in bulk supply from industry vendors (Huber+Suhner, for example). Because they are linear to 18 Ghz.

    I also did an experiment where i had to synchronize two signals to some picoseconds, and that is damn hard. Damn hard in the sense of "a day of quality time with a network analyser and a few delaylines".

    ---

    Speaking again on HDMI: Yeah, it matters for it, as its fucking running at several hundred times the datarate than an audio connection.
    HDMI is specified to transport up to 10Gbits/s, multiplexed on only 19 conductors.
    Compare again with audio datarates...

    --
    HI O WISE PRINCE. WHT TOOK U SO DAM LONG?
  3. Re:Credibility. by Sycraft-fu · · Score: 4, Informative

    Ya. While over all I like the idea of certification grades, THX did a bad job of it. Part of it was that they don't do enough to differentiate the certification types. They all feature THX in big letters and then something small that tells you what the actual certification is. Ok, well that matters a lot. A high end Ultra 2 certification on speakers pretty much means they can handle theatre reference levels of sound. They can truly give you a home theater. Their lower end stuff? Not so much.

    Also when it came to computer speakers they started compromising too much. It wasn't a matter of backing off on some specs that really didn't matter too much, they changed it so much to accommodate the lower end nature of computer speakers as to make it more or less meaningless.

    Personally, I don't buy THX gear. It is a waste of money in my book. All the gear I seem to like the best doesn't bother getting THX certified. They don't need a label saying "This is good for home theater." You take a listen to it and you say "This is good for home theater," no badge needed.

    In some cases, they impose restrictions that aren't acceptable to manufacturers either. Speakers are a good example. The high end THX spec (don't know about the lower ones) requires speakers to be sealed with a natural rolloff at 80Hz. Ok, well maybe I don't want that. In fact, I for sure don't want that for music. I want more full range speakers, and I'd like them ported as that increases low end efficiency. Ok, well they can't be THX then, no matter how good they are.

    Really, if you are looking for good home theatre, you'll do much better buying high quality gear you like, and making sure to get a receiver that has a good calibration solution like Audyssey MultEQ. Having your setup properly dialed in to correct levels and delays and such is way more important than if the speaker is precisely what THX likes.

  4. Re:had a similar case with B&O and Panasonic by TheGratefulNet · · Score: 4, Informative

    want a worse example? lets continue with panasonic but lets enter LEICA into it!

    rebadging was never quite the same as when 'red dot' leica did it. they took semi-crappy pany digicams, slapped a leica logo on it, LIED TO THE PUBLIC about the lineage of the camera (saying it was qa'd in germany which is an out and out LIE) and then sold the cams at several times the pany price.

    LEICA used to be a real high end camera company. they lost face when they pulled this stunt. there are leica lenses in the $3k range that are 'real leicas' but a $500 digicam that is rebadged is not a real leica even though the brand lies thru their teeth about it (when dpreview.com was pressed, they dodged the issue. probably due to lost advertising income if they fessed up that the fz50 and vlux1 are the same friggin cameras. touch that 'third rail' and you lose advertising revenue and review samples. yup, we know the game, guys...

    --

    --
    "It is now safe to switch off your computer."
  5. Re:Audio/Videophiles Beware by jgardia · · Score: 5, Informative

    sorry, but the maximum speed of i2c is 3.4 mbps. you will need about 9m difference in length to have 10% of phase difference between your clock and your data, using the maximum speed (the usual one is 100-400 kbps). I agree that cat5(e) was not designed for i2c signals, but is more than enough for this application.

  6. Re:Audio/Videophiles Beware by Opportunist · · Score: 4, Informative

    We're not talking about data loss here, but data degeneration. And it used to be a problem with analog cables. A signal might have been distorted by a badly shielded cable because the signal was sent into the wire and then reproduced the way it was received. If it was altered along the way, that alteration was often audibly noticable.

    That doesn't apply to digital data. If a 1 is sent and is received as a "0.8" or a "1.2", it will still be interpreted as a 1. Simply because there is no 0.8 or 1.2, as there used to be in analog times. Yes, the signal can still degenerate, but since we use discrete values of signals in digital media instead of a "sliding scale" analog signal, that degeneration is easily compensated. It can now be identified correctly and it is adjusted accordingly. So that signal degeneration plays a lesser role now. Of course, if you have REALLY crappy cables it will show. But the average cable that wasn't tied in a knot first will do just fine.

    --
    We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
  7. I2S clock jitter does NOT affect audio performance by msgmonkey · · Score: 4, Informative

    As someone who has actually interfaced I2S sigma-delta DAC's to DSP's I can tell you are either confused or have your facts wrong.

    The clocking setup is typically a master clock running at 256X, 384X or 512X audio frequency running into the DAC, it is the stabilty of this clock that determines the accuracy of the analogue output.

    The I2S bus has three lines, CLK (data clock) which runs at 32X frequency (for 16bit audio), DATA (the actual bits) and LR which indicated if the data is on the left or right side. Jitter on the data line has no bearing on the quality of the output as long the data is present on the clock transition as it is latched and presented synchronously to the analogue section of the DAC.

    Although I2S was not designed for cable comunications you could easily get away with using it for short distances since even at 24bits and 96Khz the clock rate is only 4.608MHz with a cycle time of 217ns. Assuming a latch window of 25% of cycle time of gives us 51ns, any device producing that much jitter would have to be pretty badly designed.

    So to cut a long story short, yes for I2S using ethernet cable is more.

  8. Re:Audio/Videophiles Beware by MattskEE · · Score: 5, Informative

    At 20kHz two chunks of aluminum makes for a pretty nice cable. With 50GHz coax you need tiny precision machined connectors (2.4mm), and a very narrow cable with a low permittivity dielectric. Such a cable costs about $2,000.

    The reason for the precision, size, and expense at those frequencies (as you know but others probably don't) is that if you have a large cable, there are multiple different wave equation solutions (modes) which allow power of a particular frequency to travel down a cable, and they will propagate at different speeds in the cable (and different attenuations), so what you get out of the cable is a distorted version of the input. So you must make the cable with size on the order of the smallest wavelength you intend to transmit. And it has to be precisely made because imperfections, scratches, and so on need to be even smaller or they will cause an impedance shift which reflects some signal back at the source.

    At 50Ghz a wavelength is 6mm. At 20kHz it is 15km. This is why it is easy to make very nice audio cables, and hard to make nice HF cables.

  9. Re:Audio/Videophiles Beware by ThreeGigs · · Score: 4, Informative

    No, please let ME explain this.

    The wires are in pairs. Color coded pairs.
    Depending on your point of view, the green pair is TX (transmit) and the orange pair is RX (receive).
    Since the green pair (solid/striped pair) is twisted together, both green wires are the same length. Both orange wires are the same length (although green and orange may have slightly different lengths).

    ALL of the signal data is transmitted in ONE DIRECTION on ONE PAIR (man I love caps emphasis) whose wires are the SAME LENGTH.

    Understand that yet? Data from component A to component B travels over two wires which are the _same length_. Data back from component B to A travels over another pair of same-length wires. There is no "messing" with clock data, as it's all serial. And even if it used the 1000-T/TX standard requiring 2 pairs per direction, the difference in length of conductors in a 10 meter long cable (10 meters would be a very big audio rack) is 4.44 centimeters (assuming 24 ga and standard insulation thickness and miswiring to get longest/shortest paired). Rounding that up to 5 centimeters, and using 300 million meters/second for speed of light, and .64c propogation speed in the wire, I get about one four-billionth of a second difference. Meaning your sample rate would need to be in the GHz range, and which means if you can tell the difference, you would be able to "hear" VHF and UHF radio waves.

    Keep rationalizing though... it keeps my debunking skills fresh.

  10. Re:Audio/Videophiles Beware by mako1138 · · Score: 4, Informative

    It doesn't matter for i2s, it's a clocked interface. As long as setup and hold times are met, the data will be valid. Picoseconds aren't going to mess things up when the setup and hold time specs are measured in nanoseconds or more.

  11. Re:Audio/Videophiles Beware by Schaffner · · Score: 5, Informative

    Well, it was Grace Hopper and she's the mother of COBOL, not FORTRAN. She used to give out "nanoseconds" at her lectures. They were 11.9 inch lengths of wire, which represents how far electricity can go in a nanosecond. A friend of mine still has one of these "nanoseconds" he got from her.