ALSA buffer underrun network audio -
i'm using arch linux arm on olimex lime2. network speed tests between device , nas indicate > 450mbps. i'm using i2s driver audio output.
when playing 2 channel, 192khz / 24bit material, following:
- playing usb stick: good.
- playing nfs share: buffer underruns between 7 & 300 ms.
- playing cifs share: buffer underruns between 199 & 215 ms.
where begin track down issue?
edit: a. i'm testing with:
aplay -d default:card=sunxisndi2s "/mnt/nfs/06 - rosie 192.wav"
b. 96khz / 24bit material plays without issue on network.
edit: ping results:
64 bytes 10.10.10.9: icmp_seq=1 ttl=128 time=0.750 ms 64 bytes 10.10.10.9: icmp_seq=2 ttl=128 time=0.371 ms 64 bytes 10.10.10.9: icmp_seq=3 ttl=128 time=0.439 ms 64 bytes 10.10.10.9: icmp_seq=4 ttl=128 time=0.440 ms 64 bytes 10.10.10.9: icmp_seq=5 ttl=128 time=0.362 ms 64 bytes 10.10.10.9: icmp_seq=6 ttl=128 time=0.438 ms 64 bytes 10.10.10.9: icmp_seq=7 ttl=128 time=0.441 ms 64 bytes 10.10.10.9: icmp_seq=8 ttl=128 time=0.439 ms 64 bytes 10.10.10.9: icmp_seq=9 ttl=128 time=0.440 ms
Comments
Post a Comment