hagensieker wrote:
> And the final piece of the puzzle is that it almost sounds good at
>
> -a 0:4:24_3:1
>
> Just very faint pops but still not acceptable. Increasing period size
> or buffer just angers it and makes it loud. So I feel like there may be
> some magic setting to get it right but I can't find it. Just for fun I
> placed my ODAC in the system and it exhibits the exact same behavior.
This would suggest your problem with 24bit audio is board/software
related. Have you tried a direct play test with aplay or mplayer?
Something like:
Code:
--------------------
aplay -v -D hw:CARD=DAC,DEV=0 test.wav
--------------------
or
Code:
--------------------
mplayer -ao alsa:device=plughw=0.0 test.flac
--------------------
To build squeezelite on your RADXA you'd need your distro's build
essentials package, some audio libraries and git to pull the code. Are
you using ARCH ARM? Then IIRC it's base-devel. Just follow this thread
starting from the install git point and stopping at the make using your
distro's package commands.
http://forums.slimdevices.com/showthread.php?98152-HOWTO-Install-squeezelite-for-logitech-media-server-on-Debian-Squeeze-as-a-service
Once you've built squeezelite on your RADXA baord, turn the localplayer
plugin off in LMS if you're using it and test squeezelte direct from the
/opt/squeezelite build directory.
Should it make a difference (I don't expect it will) and you want to use
the localplayer plugin in LMS, simply overwrite the plugin version of
squeezelite with your compiled version. Find will show you the correct
plugin directory and file names, e.g.:
Code:
--------------------
find /opt -name squeezelite* -type f
/opt/squeezelite/squeezelite
/opt/squeezelite/squeezelite.h
/opt/logitechmediaserver/cache/InstalledPlugins/Plugins/LocalPlayer/Bin/squeezelite-armv6hf
/opt/logitechmediaserver/cache/InstalledPlugins/Plugins/LocalPlayer/Bin/squeezelite-i386
/opt/logitechmediaserver/cache/InstalledPlugins/Plugins/LocalPlayer/Bin/squeezelite-armv6
/opt/logitechmediaserver/cache/InstalledPlugins/Plugins/LocalPlayer/Bin/squeezelite-x86-64
/opt/logitechmediaserver/cache/InstalledPlugins/Plugins/LocalPlayer/Bin/squeezelite-armv5te
--------------------
Depending on your distro, you may need to substitute "var" for "opt", or
search from "/".
------------------------------------------------------------------------
Krisbee's Profile: http://forums.slimdevices.com/member.php?userid=59080
View this thread: http://forums.slimdevices.com/showthread.php?t=97046
_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix