First off I would like the thank the PiCorePlayer team for all their hard work for this excellent player!!!
I am wondering if the team would entertain the idea of optimizing PiCore for audio. For example the audio threads as outlined in ALSA's Low Latency howto wiki article http://www.alsa-project.org/main/index.php/Low_latency_howto FWIW, I have been using these examples for a very long time in all of my Linux based audio setups and have heard positive improvements/changes. I updated the /opt/localboot.sh file to show the following for increased audio thread priorities. I really do like what I am hearing. sudo chrt -f -p 99 $(pidof ksoftirqd/0) sudo chrt -f -p 99 $(pidof ksoftirqd/1) sudo chrt -f -p 99 $(pidof ksoftirqd/2) sudo chrt -f -p 99 $(pidof ksoftirqd/3) ------------------------------------------------------------------------ edwardthern's Profile: http://forums.slimdevices.com/member.php?userid=66099 View this thread: http://forums.slimdevices.com/showthread.php?t=106252 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
