I2S is a digital-audio transmission format mostly supported by Philips. You can read about it on Wikipedia, Philips' own White Paper, and other resources:
http://en.wikipedia.org/wiki/I%C2%B2Shttps://www.sparkfun.com/datasheets/BreakoutBoards/I2SBUS.pdfhttp://www.eng.auburn.edu/~nelson/courses/elec5260_6260/Inter-IC%20Sound%20(I2S)%20Bus2.pdfVery similar to I2S is EIAJ ( a Japanese audio transmission format). here is the basic diff. between the two:

I'm trying to create the
simplest (fewest parts count) ckt for I2S to EIAJ conversion.
To convert between two formats involves some glue-logic manipulation. But this can get a bit messy.
I know that the following ckt works as I have built/tested it:

The following "simple" I2S to EIAJ converter supposedly also works but I can't seem to do so (It may be flawed as the designer never tested it):

And finally, the following I2S to EIAJ, using 3x
74HC174 flip-flops and a single 74HC125 buffer (optional), is supposed to work, but I can't seem to do get it to do so ...


For the ckt above (and neglecting the optional 74HC125 buffer chip on the far right), all that is supposedly needed are those three
74HC174 F-Fs.
As far as I can tell... DATA enters the first chip (pin 3) and then is daisy-chained to add delay:
Starting at the 1st 74HC174 (far left):
DATA (IN) --> 3 (D)
2(Q) --> 4(D)
5(Q) --> 6(D)
7(Q) --> 11(D)
10(Q) --> 13(D)
15(Q) --> 2nd 74HC174 3(D)
2(Q) --> 4(D)
5(Q) --> 6(D)
7(Q) --> 11(D)
10(Q) --> 13(D)
15(Q) --> 3rd 74HC174 3(D)
2(Q) --> 4(D)
5(Q) --> 6(D)
7(Q) --> 11(D)
10(Q) --> 13(D)
15(Q) -->
OUTCLK (9) is common to all three 74HC174s
Vcc (pin 16, +5VDC)
CLR (pin 1, "HIGH", on all three, tied to Vcc)
I'm using TI's SN74HC174 (DIP size, not SOIC like in photo above)
PROBLEM:On the 'scope, I'm seeing the DATA (signal) reduce in amplitude by about 1/2 as it goes from Q to D (from one logic section
within the chip to the next). Not sure why this is happening. By the time the signal makes its out of the FIRST chip, it's almost dead.
I must be doing something wrong because this ckt is supposed to work -- it is sold as a kit PCB (shown). Unfortunately, a schematic is not avail.