Hi,

> 
> When squeezelite tries to use an ALSA device,. the device will report
> what sample rates and sample sizes are supported and Squeezelite reports
> that back to LMS.
> So there should be no need to specify sample rate in command line.
> Command line options can often prevent squeezelite from working by
> overriding normal operations.
> 
> Where did you see that "-R -u vME:::28 -r 48000-48000" are the proven
> correct options for the AES67/Ravenna ALSA driver ?
> 

My Audio DSP only support 48000 HZ so I assume that opening the Alsa
Device with *-r 48000-48000* should match.
As far as I understood *-R -u vME:::28* means that everything that does
not match 48000Hz will be resampled to that rate.
And as I did not get any error message from squeezelite I think that
should do it. But that is only my personal assumption - there is no
documentation that indicates that parameters. If you have any
suggestions, happy to try it out.


> 
> waht does the following command show
> 
> Code:
> aplay --dump-hw-params -D hw:RAVENNA -r 48000 -c 2 -f S24_3LE test48.wa
> 


Code:
--------------------
    
  a@audioserver:~$ aplay --dump-hw-params -D hw:RAVENNA -r 48000 -c 2 -f 
S24_3LE test48.wav
  Wiedergabe: WAVE 'test48.wav' : Signed 24 bit Little Endian in 3bytes, Rate: 
48000 Hz, stereo
  HW Params of device "hw:RAVENNA":
  --------------------
  ACCESS:  MMAP_INTERLEAVED RW_INTERLEAVED
  FORMAT:  S16_LE S24_LE S32_LE S24_3LE DSD_U8 DSD_U16_BE DSD_U32_BE
  SUBFORMAT:  STD
  SAMPLE_BITS: [8 32]
  FRAME_BITS: [8 4096]
  CHANNELS: [1 128]
  RATE: [44100 384000]
  PERIOD_TIME: [125 8708)
  PERIOD_SIZE: [48 384]
  PERIOD_BYTES: [48 196608]
  PERIODS: [2 1024]
  BUFFER_TIME: [250 8916463)
  BUFFER_SIZE: [96 393216]
  BUFFER_BYTES: [96 25165824]
  TICK_TIME: ALL
  
  
--------------------


Again , appreciate your help and support.

Thanks 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
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to