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:

  1. playing usb stick: good.
  2. playing nfs share: buffer underruns between 7 & 300 ms.
  3. 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

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

c++ - Clear the memory after returning a vector in a function -

erlang - Saving a digraph to mnesia is hindered because of its side-effects -