Example of trying to force 24 input on a DAC using "hw" which does not
support 24 

Squeezelite can't open the device each time it tries, but it keep trying
and doesn't stop - no indication of error.  Logging is necessary.


Code:
--------------------
    
  $ ./alsacap -d hw:system,0
  *** Exploring configuration space of device `hw:system,0' for playback ***
  1..2 channels
  Sampling rate 6400..48000 Hz
  Sample formats: S16_LE
  Significant bits: 16
  
  
  $ ./squeezelite -a ::24: -d all=info  -o hw:system,0 
  [18:09:08.817367] stream_init:454 init stream
  [18:09:08.821199] output_init_alsa:933 init output
  [18:09:08.821220] output_init_alsa:973 requested alsa_buffer: 40 alsa_period: 
4 format: 24 mmap: 1
  [18:09:08.824210] output_init_common:432 supported rates: 48000 44100 32000 
24000 22500 16000 12000 11025 8000 
  [18:09:08.826790] output_init_alsa:999 memory locked
  [18:09:08.826802] output_init_alsa:1005 glibc detected using mallopt
  [18:09:08.826870] decode_init:153 init decode
  [18:09:08.826885] output_thread:682 open output device: hw:system,0
  [18:09:08.826917] alsa_open:351 opening device at: 44100
  [18:09:08.826917] register_dsd:908 using dsd to decode dsf,dff
  [18:09:08.826933] register_alac:549 using alac to decode alc
  [18:09:08.826941] register_faad:663 using faad to decode aac
  [18:09:08.826946] register_vorbis:385 using vorbis to decode ogg
  [18:09:08.826951] register_opus:329 using opus to decode ops
  [18:09:08.826957] register_flac:332 using flac to decode ogf,flc
  [18:09:08.826963] register_pcm:483 using pcm to decode aif,pcm
  [18:09:08.826968] register_mad:423 using mad to decode mp3
  [18:09:08.827043] discover_server:795 sending discovery
  [18:09:08.827184] discover_server:806 got response from: 192.168.0.127:3483
  [18:09:08.827957] alsa_open:427 unable to open audio device requested format: 
S24_LE
  [18:09:08.827986] slimproto:898 connecting to 192.168.0.127:3483
  [18:09:08.828044] slimproto:937 connected
  [18:09:08.828054] slimproto:948 local player
  [18:09:08.828058] sendHELO:148 mac: 74:da:38:a6:39:77
  [18:09:08.828063] sendHELO:150 cap: 
CanHTTPS=1,Model=squeezelite,AccuratePlayPoints=1,HasDigitalOut=1,HasPolarityInversion=1,Balance=1,Firmware=v1.9.9-1386,ModelName=SqueezeLite,MaxSampleRate=48000,dsf,dff,alc,aac,ogg,ops,ogf,flc,aif,pcm,mp3,loc
  [18:09:08.828594] decode_flush:236 decode flush
  [18:09:08.828604] output_flush:445 flush output buffer
  [18:09:13.828086] output_thread:682 open output device: hw:system,0
  [18:09:13.828273] alsa_open:351 opening device at: 44100
  [18:09:13.831816] alsa_open:427 unable to open audio device requested format: 
S24_LE
  [18:09:18.831975] output_thread:682 open output device: hw:system,0
  [18:09:18.832169] alsa_open:351 opening device at: 44100
  [18:09:18.835703] alsa_open:427 unable to open audio device requested format: 
S24_LE
  [18:09:22.738994] slimproto_stop:977 slimproto stop
  [18:09:22.839230] decode_close:221 close decode
  [18:09:22.843213] stream_close:508 close stream
  [18:09:22.937246] output_close_alsa:1030 close output
  
--------------------


------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=114947

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

Reply via email to