Hi.
I'm now absolutely sure that my problem with the sound breaking up after app 30-60 sec when playing music via WiFi, is caused by the raspberry struggling to deliver/decode the packages fast enough.
I have now connected with my D-Link N-type router, connected at 150 Mb/sec and using WPA2 (which for sure will break the music after a short period of time) - and I have never been able to play music from this connection
BUT it is now playing nicely, I just needed to overclock the raspberry, and now everything is working.
I added this to the config.txt file:
arm_freq=900
core_freq=333
sdram_freq=450
Luckily, my raspberry booted fine, and I did not need any overvolting.
(I'm not sure if overvolting via the config.txt (without using force_turbo=1) will void your warranty.) If you did it in rasbian I think it would be OK, but doing it in microcore, I'm not sure.
http://www.raspberrypi.org/archives/2008 here it says something about.
Therefore I did not overvolt it, but for me it is booting fine even without overvolting.
So in order to fix our problem we have three opportunities:
1. Force the raspberry to connect at max 54 Mb/sec and using WPA (or no protection)
2. Increase the speed of our raspberry (by overclocking)
3. Increase the efficiency of the WiFi driver (or the WPA2 decoding) - I don't have a clue whether this is possible?
Steen