Hi Guys!

First of all - I`m new here and also in using picore-Player and LMS!
(coming from alsa and MPD)
Therefore i would like to thank to all developers and freaky freaks.
:).
Great Work! 

Bug 1 (maybe)
I started to use RPI 2 B+ and HifiBerry Digi+ pro - with 3.10 it was not
possible to get any sound out of the Digi+..  
Just for test i changed to HDMI output and everything was fine - so
there is maybe any setting wrong regarding alsa and digi+ ?

At the end  -sampe procedure - same image with new RPI 3--> works from
beginning. (seems to me that there is a different between rpi 2 and 3?)

Bug 2
at rpi 3 i activated the LMS ans SAMBA.
I attached one USB-Stick and one USB-Hard-drive.
Bothe are shown in "Pick from the following detected USB disks to mount"
correct with UUID.
I want to mount both: one to /mnt/Musik ; the other one to /mnt/Video.
At the end all the time just the last Mount is active and runs, the
first mount is disabled. Is this a feature or a bug.
When i tried to mount manually in fsab - the setting are overwritten
after reboot. Thats bad.

Request 1:
As i wrote - i came form alsa and mpd.
in asound.conf 
i divided my usb-dac from 7.1 into severall mono outputs.
example:



Code:
--------------------
    pcm.SWEEX { 
        type hw
        card 1
        device 0
        }
        
  ctl.SWEEX {
        type hw
        card 0
        device 0
        }
  
  pcm.dmixer {
        type dmix
        ipc_key 1024            # unique IPC key
        ipc_perm 0666       # Andere Benutzer können ebenfalls dmix 
gleichzeitig nutzen
        slave.pcm "SWEEX"
        slave {
                ### buffer_size kann bei Problemen der jeweiligen Karte 
angepasst werden.
                #period_time 0
                #period_size 1024
                #buffer_size 4096
                #bei Störungen kann die Konvertierung auf die Rate 44100 
eingeschaltet werden.
                #rate 44100
                ### einige Soundkarten benötigen das exakte Datenformat (zB 
ice1712)
                #format S32_LE
                ### Verfügbare Formate: S8 U8 S16_LE S16_BE U16_LE U16_BE 
S24_LE S24_BE U24_LE U24_BE
                ###               S32_LE S32_BE U32_LE U32_BE FLOAT_LE FLOAT_BE 
FLOAT64_LE FLOAT64_BE
                ###               IEC958_SUBFRAME_LE IEC958_SUBFRAME_BE MU_LAW 
A_LAW IMA_ADPCM MPEG GSM
                ### Anzahl channels muss mit den bindings übereinstimmen
                channels 8  
                }
  bindings {
  0 0
  1 1
  2 2
  3 3
  4 4
  5 5
  6 6
  7 7
  }
  }
  
  pcm.!default {
  type plug
  slave.pcm "dmixer"
  }
  
  
  pcm.EG_Wohnzimmer {
  type plug
  slave {
  pcm "dmixer"
  channels 8
  }
  ttable.0.0 1
  ttable.1.1 1
  }
  
  pcm.OG_BAD {
  type plug
  slave {
  pcm "dmixer"
  channels 8
  }
  ttable.0.5 0.5
  ttable.1.5 0.5
  }
  
  pcm.surround_mono2 {
  type plug
  slave {
  pcm "dmixer"
  channels 8
  }
  ttable.0.6 0.5
  ttable.1.6 0.5
  }
  
  
  pcm.EG_Diele {
  type plug
  slave {
  pcm "dmixer"
  channels 8
  }
  ttable.0.2 0.5
  ttable.1.2 0.5
  }
  
  pcm.EG_WC {
  type plug
  slave {
  pcm "dmixer"
  channels 8
  }
  ttable.0.3 0.3
  ttable.1.3 0.3
  }
  
  pcm.Garage {
  type plug
  slave {
  pcm "dmixer"
  channels 8
  }
  ttable.0.4 1
  ttable.1.4 1
  }
  
        
  pcm.EG_Küche {
  type plug
  slave {
  pcm "dmixer"
  channels 8
  }
  ttable.0.7 0.5
  ttable.1.7 0.5
  }
  
--------------------


In mpd there was an easy way to link each output to an individual
"Zone"
Problem 1: in PiCore Player 3.10: asound.conf is overwritten after
reboot. 
Problem 2: the defined audio - outputs example: "EG_Küche" are not
allowed to fill in in output setting for sqeezelite-settings.

So it would be great if there is a workaround in picore 3.10 to start
several playerinstances? linked to the dmix-outputs.

if we take a look at "maxtoplay": they have build a
"Multisqueeze"-Plugin, settings are also possible via web-page - but i
have no experience with it.
Great feature for 3.11 :) !

a lot of text and wrong words - Sorry for that.:cool:

Steve.


------------------------------------------------------------------------
ziegelstein's Profile: http://forums.slimdevices.com/member.php?userid=66538
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to