I was having a difficult time getting my Allo USBridge USB operating. It was finally achieved by trying a different output setting in the squeezelite settings tab of the PCP. The question I have; if more than one option works, is one better than the other? In my case the options were:
I randomly choose the following:
Is there any other tuning be done on this page?
Once the USB is working to my satisfaction I am going to install my Allo DigiOne card (not DigiOne Sig)to the USBridge board. Should that function without issue with the output setting if the USB works?
Thanks - this is a very useful forum.
Results 1 to 6 of 6
Hybrid View
-
2019-10-25, 03:10 #1
- Join Date
- Nov 2016
- Posts
- 23
Squeezelite settings - Output setting
-
2019-10-25, 04:42 #2
- Join Date
- Jan 2011
- Location
- Staffordshire. UK
- Posts
- 4,076
I presume that you are using the usb output on the bridge to connect into a DAC.
You can try any outpt at random (not the ones beginning with "surround", obviously)
try
Code:hw:CARD=Mirror,DEV=0
This USB-bridge is a new board and not many people use it, so it would be helpful if you post your completed set-up back on the thread for reference.
ronnie
-
2019-10-25, 13:55 #3
- Join Date
- Nov 2016
- Posts
- 23
Is there any difference in sound or what it can read or whatever works ... works?
-
2019-10-25, 18:25 #4
uSB devices are trick. Try them all to see what works.... then listen and pick the one you like. Those choices offered are purely the affect of your USB Dac. The USBridgeSig has nothing to do with the outputs listed.
piCorePlayer a small player for the Raspberry Pi in RAM.
Homepage: https://www.picoreplayer.org
Please donate if you like the piCorePlayer
-
2019-10-27, 03:34 #5
- Join Date
- Nov 2016
- Posts
- 23
Linux Architecture
I read in a website that:
"Warning: Simply setting a type hw as default card is equivalent to addressing hardware directly, which leaves the device unavailable to other applications. This method is only recommended if it is a part of a more sophisticated setup ~/.asoundrc or if user deliberately wants to address sound card directly (digital output through eic958 or dedicated music server for example)." further "In most cases it is recommended to use sound card names instead of number references, which also solves boot order problem."
It seems then if one wanted a dedicated setup as clean as possible then the "HW" output configuration should be used and it seems there should be no reason to use anything else. Does this make sense ro am I missing something? Would there be any improvement by any other configuration?
-
2019-10-27, 03:42 #6
- Join Date
- Oct 2005
- Location
- Ireland
- Posts
- 20,090
The way I see it - hw is direct to hardware with no messing or additions by ALSA subsysytem (e.g. no spying, no copying, no resampling , no equaliser). So player s/w has to create the audio stream that "hw" device can support. For example if hw device can only support 44.1kHz and 48kHz then player software has to upsample/downsample non 44.1/48 streams but resampling can be done to user chosen algorithms - with devices such as plughw ALSA will do resampling according to ALSA algorithms.