ralphy wrote: 
> Try adding -W to the squeezelite command line.
> 
> -W                    Read wave and aiff format from header, ignore
> server parameters

Hi Ralphy,

that didn't solve the Problem however I have some 2 new results maybe
this can help to solve the problem:

1) When I start squeeze with these parameters (including c)


Code:
--------------------
    
  ./squeeze-b 3072:4096 -R -u vME:::28 -c pcm,dsd,flac,mp3,ogg,alac,wma,aac -r 
44100,48000,88200,96000,176400,192000,352800,384000 -D 0:u32be -d all=debug -o 
hw:CARD=Audio,DEV=0 -a 100:3:32:1:2 -p 45
  
--------------------


I can play the file however there's a very loud noise in the track

When I start squeeze without the -c parameter:

Code:
--------------------
    
  ./squeeze-b 3072:4096 -R -u vME:::28 -r 
44100,48000,88200,96000,176400,192000,352800,384000 -D 0:u32be -d all=debug -o 
hw:CARD=Audio,DEV=0 -a 100:3:32:1:2 -p 45
  
--------------------


It does not Play the track (Just picks up the next track in the
playlist)

2) When I convert the track in advance with


Code:
--------------------
    
  sox /tank/media/TEST/What-A-Wonderful-World_DXD352KHz_2chDXD.wav -b 32 -e 
signed /tank/media/TEST/What-A-Wonderful-World_converted32Int.wav
  
--------------------


Than it works and plays perfectly.

So my question is:

- Do you know why there's a difference when I load the codecs...I did
not exclude anything so there must be one codec loaded used for playing
this file?
- Is there a possibility to convert the file on the fly?

When i compare this to the Daphile log I see

Code:
--------------------
    
  [Native+] -F wav-wav-daphile-* -m 5a-ae-a6-73-2f-e4 -p daphile -f wav 
/srv/mediaserver/music/USB 
Drives/LEER/What-A-Wonderful-World_DXD352KHz_2chDXD.wav
  Clock: 17:16:49.796
  Source: Music Folder/USB 
Drives/LEER/What-A-Wonderful-World_DXD352KHz_2chDXD.wav
  Input format: WAV (F32LE), 352.8kHz, 32bits
  Output format: WAV (S32LE), 352.8kHz, 32bits
  
--------------------


So maybe the conversion from F32LE to S32LE would solve it. Any chance
to do that in the LMS?

Thanks a lot.

S


------------------------------------------------------------------------
s25a's Profile: http://forums.slimdevices.com/member.php?userid=65256
View this thread: http://forums.slimdevices.com/showthread.php?t=97046

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to