mcduman wrote: > i guess we are all curious to know more about archimago's magical > "extremus filter", a squeezelite recipe that goes like > "v::3.05:28:99.7:100:45". > (http://archimago.blogspot.com/2018/11/musings-raspberry-pi-3-b-touch.html) > 45 at the end here is the phase response, a manual setting between > minimum and linear, which the c-3po plugin does not currently support. > > i tired these settings with squeezelite and did not really care for > them. but i am a big believer in server side transcoding/resampling and > would like to try the above recipe with c-3po. i am getting phenomenal > results with the -h option, which in my experience, is the real secret > sauce but i am looking forward to hearing marco's comments as to how to > implement (or approximate) this brick wall filter using c-3po
In sox you could use the -p option to use a 'custom' phase, so in C-3PO you could: a. disable resampling for the codec in use. b. add something like: "rate -v -p 45 -a -b 90.7 192000" to the Additional effects AFTER resampling slot. Please double check the resulting command. It works to me, sure is not as powerfull as a specific option in C-3PO GUI, but... I'll add the option in a future release, please open a request here: https://github.com/marcoc1712/C-3PO/issues, just to remind me I'll have to do it... ________________________________________________________________________ Author of C-3PO plugin, Squeezelite-R2, Falcon Web interface - See www.marcoc1712.it ------------------------------------------------------------------------ marcoc1712's Profile: http://forums.slimdevices.com/member.php?userid=34842 View this thread: http://forums.slimdevices.com/showthread.php?t=105309 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
