RuneAudio 0.4-beta for Raspberry Pi2/3

Raspberry Pi related support

Re: RuneAudio 0.4-beta for Raspberry Pi2/3

Postby Ripa » 06 Mar 2018, 16:23

the audio output is I-Sabre DAC i2s
Ripa
 
Posts: 67
Joined: 04 Dec 2017, 03:55

Re: RuneAudio 0.4-beta for Raspberry Pi2/3

Postby janui » 06 Mar 2018, 17:07

Hi Ripa,
This should be OK. I think you need to test it with specific files which you know will play correctly.
Try any MP3's which you have. Try a couple of flak files as well. Or see here: audiophile-test-tracks-f19.html
Try here for a 3 test files (DSD@1x28, wav@24x192k & wav@16x44k): https://positive-feedback.com/Issue64/hfs1.htm (it is important to test a 24x192k file)
When playing each test track you can see the way in which it is being processed by using the following command after logging on via SSH:
Code: Select all
cat /proc/asound/card?/pcm?p/sub?/hw_params | grep -v closed
The command only works when something is actually playing. Make a note of the formats which are giving problems. If nothing works I suspect that your sound card is defect. If some work then your MPD settings can be adjusted, but I need to know which formats give problems.
janui
User avatar
janui
 
Posts: 699
Joined: 20 Dec 2014, 12:55
Location: Ollanda

Re: RuneAudio 0.4-beta for Raspberry Pi2/3

Postby Ripa » 09 Mar 2018, 09:26

aif

access: RW_INTERLEAVED
format: S16_LE
subformat: STD
channels: 2
rate: 44100 (44100/1)
period_size: 4096
buffer_size: 16384




access: RW_INTERLEAVED
format: S16_LE
subformat: STD
channels: 2
rate: 44100 (44100/1)
period_size: 4410
buffer_size: 22050


flac
access: RW_INTERLEAVED
format: S16_LE
subformat: STD
channels: 2
rate: 44100 (44100/1)
period_size: 4410
buffer_size: 22050
Ripa
 
Posts: 67
Joined: 04 Dec 2017, 03:55

Re: RuneAudio 0.4-beta for Raspberry Pi2/3

Postby Ripa » 09 Mar 2018, 09:49

i use DBpoweramp for ripping in the different format is this OK?
Ripa
 
Posts: 67
Joined: 04 Dec 2017, 03:55

Re: RuneAudio 0.4-beta for Raspberry Pi2/3

Postby janui » 09 Mar 2018, 14:39

Hi Ripa,
Ripa wrote:i use DBpoweramp for ripping in the different format is this OK?
Should be OK.
Ripa wrote:aif
access: RW_INTERLEAVED
format: S16_LE
The problem is that all are playing at 16bit resolution (S16_LE). The Sabre DAC’s cannot process this, but it’s easy to fix. What I do not understand is why the RPI DAC setting is not forcing output to 32bit, this worked in the past. For background information about the solution see here: i2s-port-dac-sabre-mk2-es-9018-help-t3241-30.html#p17804 and best instructions to fix it here: post18251.html?hilit=redis_acards_details%20es9018#p18251
If you change two lines in the file, you can try out the both the "HiFiBerry DAC" and the "RPI DAC" to decide which configuration sounds best for you. So edit /srv/http/db/redis_acards_details
Code: Select all
nano /srv/http/db/redis_acards_details
change this:
    $redis->hSet('acards_details', 'snd_rpi_hifiberry_dac', '{"sysname":"snd_rpi_hifiberry_dac","extlabel":"HiFiBerry DAC (I²S)","hwplatformid":"01","type":"i2s"}');
to this:
    $redis->hSet('acards_details', 'snd_rpi_hifiberry_dac', '{"sysname":"snd_rpi_hifiberry_dac","extlabel":"HiFiBerry DAC (I²S)","card_option":"format\t\"*:24:*\"","hwplatformid":"01","type":"i2s"}');
and this:
    $redis->hSet('acards_details', 'snd_rpi_rpi_dac', '{"sysname":"snd_rpi_rpi_dac","extlabel":"I-Sabre DAC (I²S)","hwplatformid":"08","type":"i2s"}');
to this:
    $redis->hSet('acards_details', 'snd_rpi_rpi_dac', '{"sysname":"snd_rpi_rpi_dac","extlabel":"I-Sabre DAC (I²S)","card_option":"format\t\"*:24:*\"","hwplatformid":"08","type":"i2s"}');
Finish off with:
Code: Select all
redis-cli del acards
php /srv/http/db/redis_acards_details
And reboot.
janui
User avatar
janui
 
Posts: 699
Joined: 20 Dec 2014, 12:55
Location: Ollanda

Re: RuneAudio 0.4-beta for Raspberry Pi2/3

Postby Ripa » 10 Mar 2018, 13:57

Janui,

thanks man i will try this...

Do you have an solution for this
evert time my kids play with the Rune display an they change everything in the menu
is there a way to add an password to the menu, that way only with the password you have access to the menu

Ripa
Ripa
 
Posts: 67
Joined: 04 Dec 2017, 03:55

Re: RuneAudio 0.4-beta for Raspberry Pi2/3

Postby Ripa » 11 Mar 2018, 12:31

Hi,

To use RuneAudio, BubbleUPnP and Qobuz, you need an Android pad or phone, and a running RuneAudio unit with UPnP/DLNA enabled, all on the same network. On the Android, install BubbleUPnP. You may select use the free version to start with, you may want to pay for a licensed version later to get rid of the ads, plus some other limitations.

On the top left of the BuppleUPnP app there is a menu, tap on it and you will see RENDERER, LIBRARY and Settings.
Under RENDERER you should see "Local Renderer", which is you Android unit, and "RuneAudioUPnP", which is your RuneAudio player. Select "RuneAudioUPnP".
Open library "Local and Cloud", select Qobuz and enter your credentials.
Browse the Qobuz for music in main bottom right tab Library, add tracks to the middle tab Playlist, tap on an item in the playlist to play it.
This is it, really.

How can i access DLNA, its now switch off
on the settings airplay and DLNA is on but both are not available

thanks
Ripa
 
Posts: 67
Joined: 04 Dec 2017, 03:55

Re: RuneAudio 0.4-beta for Raspberry Pi2/3

Postby EZJstef » 23 Mar 2018, 18:20

Hello ,
i am wonder the signification
*of the red number "2" near on the left of the icon menu on playback screen , somebody can help me??

*The lighnning symbol is power supply too low ??
Thanks Stef
EZJstef
 
Posts: 22
Joined: 03 Dec 2017, 18:47

Re: RuneAudio 0.4-beta for Raspberry Pi2/3

Postby LeighP » 23 Mar 2018, 22:32

I seem to have a red 1 myself.

Weird as never appeared before.

Leigh
https://github.com/rern/rAudio - the new place for rAudio.
LeighP
 
Posts: 74
Joined: 27 Jan 2018, 10:27
Location: United Kingdom

Re: RuneAudio 0.4-beta for Raspberry Pi2/3

Postby EZJstef » 26 Mar 2018, 06:13

Hi , i found the red number, is the number of addon can be uploaded with new version .....

Stef
EZJstef
 
Posts: 22
Joined: 03 Dec 2017, 18:47

support RuneAudio Donate with PayPal

PreviousNext

Return to Raspberry Pi

Who is online

Users browsing this forum: No registered users and 12 guests