Search found 3 matches

by xfub
Sun Nov 13, 2016 5:34 pm
Forum: Q&A
Topic: Simple I2S to I2S
Replies: 2
Views: 3215

Re: Simple I2S to I2S

Hi Henk, now I see what caused all of my trouble: "On the input side - avoid using setpt with a +24 (this will break it). The first time you get the correct bits, but you input 32 bits; the second time you will be late and it will wait for the port counter to wrap around (65536+24-32 = 65528 cy...
by xfub
Sat Nov 12, 2016 1:04 am
Forum: Q&A
Topic: Simple I2S to I2S
Replies: 2
Views: 3215

Simple I2S to I2S

Dear XMOS folks, being a newbie on XMOS I want to understand how to transfer audio data (to write the code) from a while(1) loop that reads I2S data to another thread (while(1) loop) that sends the I2S data. (24bits, Wclk = 64 BitClks) The characteristic is that both threads are frequency and phase ...
by xfub
Sat Nov 12, 2016 12:54 am
Forum: Projects
Topic: simple i2s in to i2s out synchronous
Replies: 0
Views: 3530

simple i2s in to i2s out synchronous

<t>Version: 1<br/> Status: Just an idea<br/> License: BSD<br/> <br/> Dear XMOS folks,<br/> being a newbie on XMOS I want to understand how to transfer audio data (to write the code) from a while(1) loop that reads I2S data to another thread (while(1) loop) that sends the I2S data. (24bits, Wclk = 64...