|
|||||||
| Home | Forums | Rules | Articles | Store | Gallery | Blogs | Register | Donations | FAQ | Calendar | Search | Today's Posts | Mark Forums Read | Search |
| PC Based Computer music servers, crossovers, and equalization |
|
Please consider donating to help us continue to serve you.
Ads on/off / Custom Title / More PMs / More album space / Advanced printing & mass image saving |
|
|
|
Thread Tools | Search this Thread |
|
|
#161 |
|
diyAudio Member
Join Date: Nov 2005
Location: UK
|
And you wonder why most people still use CDs?
Seven pages of completely incomprehensible gobbledygook which the average Joe Schmoe hasn't got a clue about. Get in the real world guys and start listening to music instead of fiddling around with your Operating Systems and low latency Linux embedded kernel drivers. |
|
|
|
|
#162 |
|
diyAudio Member
Join Date: Mar 2007
|
Joe shmoe doesn't build his own audio system, and thinks latency is something he'll get fired for.
|
|
|
|
|
#163 |
|
diyAudio Member
|
Guys
Here it is one interesting kit from Atmel and pretty cheap! http://www.eetimes.eu/products/analog/215900841 Consider this board as ethernet to i2s audio streaming player. Player gets data (wav up to24/192) from external NAS. External DAC connected on I2S as master. And pretty cheap! It's just a project in my head - I'm not software buddy, alas :-( So i don't know could it process all this stuff. Respect |
|
|
|
|
#164 |
|
diyAudio Member
Join Date: Mar 2007
Location: Minneapolis, MN
|
Other than MP3, any idea what file types it can play? In general, it sounds like a Squeezebox with no software but I2S output. Yawn.
Frank in Mpls. |
|
|
|
|
#165 | ||
|
diyAudio Member
|
Quote:
__________________
Quote:
|
||
|
|
|
|
#166 |
|
diyAudio Member
|
I got one to mess with, should be here later this week.
I have programmed the AVR32 before including a FLAC decoder. Its not that hard.Should be fun. Cheers! Russ
__________________
Less pulp more juice Twisted Pear Audio. |
|
|
|
|
#167 |
|
diyAudio Member
|
From what i read in the data sheet of the avr32 (a quick read so i hope to be wrong) i2s samples could be only 16 bit long. Is there anyone who can confirm or refute this?
Ciao Andrea |
|
|
|
|
#168 | |
|
diyAudio Member
|
Quote:
• DATLEN: Data Length 0: Forbidden value (1-bit data length not supported). Any other value: The bit stream contains DATLEN + 1 data bits. Moreover, it defines the transfer size performed by the PDC2 assigned to the Transmit. If DATLEN is lower or equal to 7, data transfers are bytes, if DATLEN is between 8 and 15 (included), half-words are transferred, and for any other value, 32-bit words are transferred. That means up to 32bit words are possible. ![]() Cheers! Russ
__________________
Less pulp more juice Twisted Pear Audio. |
|
|
|
|
|
#169 |
|
diyAudio Member
|
OK more detail. Word length can be up to 32 bits and frame length is configurable up to 16 words.
Reading AT32UC3A Datasheet. Check out table 25-3. Cheers! Russ
__________________
Less pulp more juice Twisted Pear Audio. |
|
|
|
|
#170 |
|
diyAudio Member
|
Thanks for the explanation Russ, i was confused also reading at the alsa driver source for atmel soc.
An excerpt from alsa-driver-1.0.19\alsa-kernel\soc\atmel\atmel_ssc_dai.c /* * The SSC only supports up to 16-bit samples in I2S format, due * to the size of the Frame Mode Register FSLEN field. */ if ((ssc_p->daifmt & SND_SOC_DAIFMT_FORMAT_MASK) == SND_SOC_DAIFMT_I2S && bits > 16) { printk(KERN_WARNING "atmel_ssc_dai: sample size %d" "is too large for I2S\n", bits); return -EINVAL; } Ciao Andrea |
|
|
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
|
|
| New To Site? | Need Help? |
| Page generated in 0.10023 seconds (87.49% PHP - 12.51% MySQL) with 10 queries |