EDIT/UPDATE:

the above test was made with xbmc running. this is normaly no problem.
but now i testet it without xbmc running at the same time and i
dicovered 2 things:

squeezeslave -L is lsting the hdmi - hardware device (before, it was
just listet the alsa-link "default" which is a link to the same
hdmi-device):


Code:
--------------------
      3: (ALSA) HDA ATI HDMI: HDMI 0 (hw:1,3) (10/42)
--------------------



Code:
--------------------
    
  Output devices:
  0: (ALSA) HDA ATI SB: ALC889A Analog (hw:0,0) (11/46)
  1: (ALSA) HDA ATI SB: ALC889A Digital (hw:0,1) (11/46)
  3: (ALSA) HDA ATI HDMI: HDMI 0 (hw:1,3) (10/42)
  4: (ALSA) front (11/46)
  5: (ALSA) surround40 (11/46)
  6: (ALSA) surround41 (11/46)
  7: (ALSA) surround50 (11/46)
  8: (ALSA) surround51 (11/46)
  9: (ALSA) surround71 (11/46)
  10: (ALSA) iec958 (11/46)
  11: (ALSA) spdif (11/46)
  12: (ALSA) dmixer (250/250)
  13: (ALSA) test (250/46)
  14: (ALSA) dmix (42/42)
  *15: (ALSA) default (250/46)
  16: (OSS) /dev/dsp (11/46)
  
--------------------


when i used the hdmi-device the debug shows not 44100 as in the first
test but 48000:


Code:
--------------------
    paDeviceInfo->defaultSampleRate 48000,000000
--------------------


./squeezeslave -o3 -d all

Code:
--------------------
    
  proto_thread: state=1
  proto_thread: PROTO_CLOSED cond_wait
  http_thread state 2
  decoder_thread: STREAM_STOPPED first_time:1
  Using audio device index: 3
  slimproto_connect: (127.0.0.1, 3483)
  proto_close: state 1
  proto_close: not connected
  proto_thread: state=2
  proto_sigpipe: MSG_NOSIGNAL
  proto_connect: connected to 127.0.0.1
  proto_thread: state=3
  proto_send: cmd=HELO len=10
  output_thread: PortAudio initialized
  paDeviceInfo->deviceid 3
  paDeviceInfo->maxOutputChannels 2
  outputParameters.suggestedLatency 0,042667
  paDeviceInfo->defaultHighOutputLatency 0,042667
  paDeviceInfo->defaultLowOutputLatency 0,010667
  paDeviceInfo->defaultSampleRate 48000,000000
  Expression 'SetApproximateSampleRate( pcm, hwParams, sr )' failed in 
'src/hostapi/alsa/pa_linux_alsa.c', line: 1956
  Expression 'PaAlsaStreamComponent_InitialConfigure( &self->playback, 
outParams, self->primeBuffers, hwParamsPlayback, &realSr )' failed in 
'src/hostapi/alsa/pa_linux_alsa.c', line: 2634
  Expression 'PaAlsaStream_Configure( stream, inputParameters, 
outputParameters, sampleRate, framesPerBuffer, &inputLatency, &outputLatency, 
&hostBufferSizeMode )' failed in 'src/hostapi/alsa/pa_linux_alsa.c', line: 2755
  output_thread: PortAudio error1: Invalid sample rate
  
--------------------



Thanks very much for help


-- 
Fabius
------------------------------------------------------------------------
Fabius's Profile: http://forums.slimdevices.com/member.php?userid=34898
View this thread: http://forums.slimdevices.com/showthread.php?t=83362

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

Reply via email to