Re: [Alsa-user] [asoundrc] "lossless" format conversion without any rate conversion?

2017-11-16 Thread Clemens Ladisch via Alsa-user
Vincent Yu wrote: > Will any sample rate conversions occur with this .asoundrc config? > > pcm_slave.force_24_bit_no_rate_convert { > pcm "hw:0,0" > format S24_3LE # Or other 24-bit format > rate "unchanged" # Necessary? > } > > pcm.my_new_default { > type plug >

[Alsa-user] [asoundrc] "lossless" format conversion without any rate conversion?

2017-11-16 Thread Vincent Yu
Hello all, I've been scratching my head over this for a few hours, looking through forums, docs, and finally the alsa-lib git repository's C code to try to find the answer to my question, but, alas, I feel that I may need to ask for your help. Will any sample rate conversions occur with this