Maker Pro
Maker Pro

I2S audio.

B

Boki

Jan 1, 1970
0
Hi All,

Some questions about I2S audio.

The I2S is PCM data, but seperate into 2 channels/blocks.

Do I2S need any init setup? ( ex: polling to get the target device's
config...etc )

I have a look about phlips's I2S document, it didn't solve my question,
could you please advice?

Don't know too much about I2S, any explanation is appreciated!

Best regards,
Boki.
 
E

Eeyore

Jan 1, 1970
0
Boki said:
Hi All,

Some questions about I2S audio.

The I2S is PCM data, but seperate into 2 channels/blocks.

Do I2S need any init setup? ( ex: polling to get the target device's
config...etc )
No.

I have a look about phlips's I2S document, it didn't solve my question,
could you please advice?

Don't know too much about I2S, any explanation is appreciated!

It's about as simple as it gets to be honest. What exactly do you want to know ?
Most devices that use it you just connect the relevant pins and it works.

Graham
 
B

Boki

Jan 1, 1970
0
Eeyore 寫�:
It's about as simple as it gets to be honest. What exactly do you want toknow ?
Most devices that use it you just connect the relevant pins and it works.

Graham


Um... I have to finish the firmware task.
Due to I didn't get PCB yet, but I want to know what knowledge should
I know first.

because I saw some setup API ( mono, 8000Khz...etc) about I2S.

Make sure there no need too much work.

Best regards,
Boki.
 
E

Eeyore

Jan 1, 1970
0
Boki said:
Eeyore 寫�:

Um... I have to finish the firmware task.
Due to I didn't get PCB yet, but I want to know what knowledge should
I know first.

because I saw some setup API ( mono, 8000Khz...etc) about I2S.

Make sure there no need too much work.

What devices are you using ? Where you need to specify things like sample rate and so
on this may often be set using another 'control port' perhaps using I2C or SPI type
protocol.

Graham
 
Top