amtssp
amtssp
Hi. Previously (in kernel 3.14.1 and before (3.13.y) I was able to output 192khz (32_LE) via HDMI (after having changed the file and rebuild the module (like this) : .formats...
Thanks for your reply. I already use the following commands in order to try to force audio via HDMI. Most users are using this player without a screen attached as...
It seems like you need to enable 32 support whereas adding 24 bit is not working. See here: https://www.raspberrypi.org/forums/viewtopic.php?t=25810 by tghewett » Mon Mar 25, 2013 8:24 pm .formats =...
Thank you very much. We have included your "Shini" script in our small free audio player for Raspberry - the piCorePlayer: https://sites.google.com/site/picoreplayer/home
This is great :-) Here is our script that among many things also use shini to read a lot of audio DAC.conf files in order to make us able to...
Yes we would like to be able to only parse a specific part of the ini file (for other parts of our player) - so your additions are highly appreciated.
Sorry - but the new shini script do not run on our system. This function stalls it all: ``` shini_regex_replace() { if [ "${BASH_VERSINFO}" -ge 3 ] || [ -n...
Sorry for the delay. Is this what you were asking for? tc@piCorePlayer:~$ ash --help BusyBox v1.24.2 (2016-09-08 12:09:43 UTC) multi-call binary.
Hi. Thanks for the changes now shini parse the file fine using busybox ash. It is still very slow (on a Raspberry pi Zerro Wireless) here is the result: ```...
Hi there. Is there anything I can do to help you in the process of making shini faster using busybox or ash?