Long time user of Inguz EQ, but only just tried internet radio streaming due to the demise of an old stereo receiver.
Discovered that the stations I want to get are AAC+ and play fine until the Inquz plugin is loaded.
Inguz plugin.pm creates a custom-convert.conf that directs files through the Inguz magic:
I suspect the first line is the problem = mplayer was replaced during LMS 7.2 or thereabouts.
Now I tried
but that didn't work.
As it is relatively simple to alter the code in Inguz plugin.pm I was hoping one of the gurus could offer a helpful suggestion.
Discovered that the stations I want to get are AAC+ and play fine until the Inquz plugin is loaded.
Inguz plugin.pm creates a custom-convert.conf that directs files through the Inguz magic:
Code:
# Modified by InguzEQ, Tue Sep 11 13:59:02 2018: New configuration
# #inguzeq#begin#rev:0.9.33#client:7c:dd:90:bc:60:b1# ***** BEGIN AUTOMATICALLY GENERATED SECTION - DO NOT EDIT ****
aap flc * 7c:dd:90:bc:60:b1
#IFR
[mplayer] -ac faad -demuxer aac -really-quiet -vc null -vo null -cache 64 -af volume=0,resample=44100:0:1,channels=2 -ao pcm:file=/dev/fd/4 $FILE$ 4>&1 1>/dev/null | [InguzDSP] -id "7c:dd:90:bc:60:b1" -wav -wavo -d 24 | [flac] -cs -5 --totally-silent -
aif flc * 7c:dd:90:bc:60:b1
# FT:{START=-skip %t}
[InguzDSP] -id "7c:dd:90:bc:60:b1" -input $FILE$ $START$ -be -wav -wavo -d 24 | [flac] -cs -5 --totally-silent -
alc flc * 7c:dd:90:bc:60:b1
# F
[alac] $FILE$ | [InguzDSP] -id "7c:dd:90:bc:60:b1" -wav -wavo -d 24 | [flac] -cs -5 --totally-silent -
amb flc * 7c:dd:90:bc:60:b1
# IFT:{START=-skip %t}
[InguzDSP] -id "7c:dd:90:bc:60:b1" -input $FILE$ $START$ -amb -wavo -d 24 | [flac] -cs -5 --totally-silent -
ape flc * 7c:dd:90:bc:60:b1
# F
[mac] $FILE$ - -d | [InguzDSP] -id "7c:dd:90:bc:60:b1" -wav -wavo -d 24 | [flac] -cs -5 --totally-silent -
flc flc * 7c:dd:90:bc:60:b1
# FT:{START=--skip=%t}U:{END=--until=%v}
[flac] -dcs $START$ $END$ -- $FILE$ | [InguzDSP] -id "7c:dd:90:bc:60:b1" -wav -wavo -d 24 | [flac] -cs -5 --totally-silent -
mov flc * 7c:dd:90:bc:60:b1
# FR
[mov123] $FILE$ | [InguzDSP] -id "7c:dd:90:bc:60:b1" -be -wavo -d 24 | [flac] -cs -5 --totally-silent -
mp3 flc * 7c:dd:90:bc:60:b1
# IFD:{RESAMPLE=--resample %D}
[lame] --mp3input --decode $RESAMPLE$ --silent $FILE$ - - | [InguzDSP] -id "7c:dd:90:bc:60:b1" -wav -wavo -d 24 | [flac] -cs -5 --totally-silent -
mpc flc * 7c:dd:90:bc:60:b1
# IR
[mppdec] --silent --prev --gain 3 - - | [InguzDSP] -id "7c:dd:90:bc:60:b1" -wav -wavo -d 24 | [flac] -cs -5 --totally-silent -
ogg flc * 7c:dd:90:bc:60:b1
# IFD:{RESAMPLE=-r %D}
[sox] -t ogg $FILE$ -t wav $RESAMPLE$ -w - | [InguzDSP] -id "7c:dd:90:bc:60:b1" -be -wavo -d 24 | [flac] -cs -5 --totally-silent -
uhj flc * 7c:dd:90:bc:60:b1
# FT:{START=-skip %t}
[InguzDSP] -id "7c:dd:90:bc:60:b1" -input $FILE$ $START$ -wav -wavo -d 24 | [flac] -cs -5 --totally-silent -
wav flc * 7c:dd:90:bc:60:b1
# FT:{START=-skip %t}
[InguzDSP] -id "7c:dd:90:bc:60:b1" -input $FILE$ $START$ -wav -wavo -d 24 | [flac] -cs -5 --totally-silent -
wma flc * 7c:dd:90:bc:60:b1
# F:{PATH=%f}R:{PATH=%F}
[wmadec] -w $PATH$ | [InguzDSP] -id "7c:dd:90:bc:60:b1" -wavo -d 24 | [flac] -cs -5 --totally-silent -
wvp flc * 7c:dd:90:bc:60:b1
# FT:{START=--skip=%t}U:{END=--until=%v}
[wvunpack] $FILE$ -wq $START$ $END$ -o - | [InguzDSP] -id "7c:dd:90:bc:60:b1" -wav -wavo -d 24 | [flac] -cs -5 --totally-silent -
# #inguzeq#end#client:7c:dd:90:bc:60:b1# ***** END AUTOMATICALLY GENERATED SECTION - DO NOT EDIT *****
Now I tried
Code:
[faad] -q -w -f 1 $FILE$ | [InguzDSP] -id "7c:dd:90:bc:60:b1" -wav -wavo -d 24 | [flac] -cs -5 --totally-silent -
As it is relatively simple to alter the code in Inguz plugin.pm I was hoping one of the gurus could offer a helpful suggestion.