bpa wrote:
> It's a long time ago but didn't InguzDSP somehow scan various conf files
> to generate its conf file ?
Inguz created custom-convert.conf files based on "client type" -
Code:
--------------------
# transcode for 24-bit FLAC output (sb2, sb3, transporter)
sub template_FLAC24
{
return <<'EOF1';
aap flc * $CLIENTID$
#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=$PIPEOUT$ $FILE$
$PIPENUL$ | [$CONVAPP$] -id "$CLIENTID$" -wav -wavo -d 24 | [flac] -cs -5
--totally-silent -
aif flc * $CLIENTID$
# FT:{START=-skip %t}
[$CONVAPP$] -id "$CLIENTID$" -input $FILE$ $START$ -be -wav -wavo -d 24
| [flac] -cs -5 --totally-silent -
alc flc * $CLIENTID$
# F
[alac] $FILE$ | [$CONVAPP$] -id "$CLIENTID$" -wav -wavo -d 24 | [flac]
-cs -5 --totally-silent -
amb flc * $CLIENTID$
# IFT:{START=-skip %t}
[$CONVAPP$] -id "$CLIENTID$" -input $FILE$ $START$ -amb -wavo -d 24 |
[flac] -cs -5 --totally-silent -
ape flc * $CLIENTID$
# F
[mac] $FILE$ - -d | [$CONVAPP$] -id "$CLIENTID$" -wav -wavo -d 24 |
[flac] -cs -5 --totally-silent -
flc flc * $CLIENTID$
# FT:{START=--skip=%t}U:{END=--until=%v}
[flac] -dcs $START$ $END$ -- $FILE$ | [$CONVAPP$] -id "$CLIENTID$" -wav
-wavo -d 24 | [flac] -cs -5 --totally-silent -
mov flc * $CLIENTID$
# FR
[mov123] $FILE$ | [$CONVAPP$] -id "$CLIENTID$" -be -wavo -d 24 | [flac]
-cs -5 --totally-silent -
mp3 flc * $CLIENTID$
# IFD:{RESAMPLE=--resample %D}
[lame] --mp3input --decode $RESAMPLE$ --silent $FILE$ - - | [$CONVAPP$]
-id "$CLIENTID$" -wav -wavo -d 24 | [flac] -cs -5 --totally-silent -
mpc flc * $CLIENTID$
# IR
[mppdec] --silent --prev --gain 3 - - | [$CONVAPP$] -id "$CLIENTID$"
-wav -wavo -d 24 | [flac] -cs -5 --totally-silent -
ogg flc * $CLIENTID$
# IFD:{RESAMPLE=-r %D}
[sox] -t ogg $FILE$ -t wav $RESAMPLE$ -w - | [$CONVAPP$] -id
"$CLIENTID$" -be -wavo -d 24 | [flac] -cs -5 --totally-silent -
uhj flc * $CLIENTID$
# FT:{START=-skip %t}
[$CONVAPP$] -id "$CLIENTID$" -input $FILE$ $START$ -wav -wavo -d 24 |
[flac] -cs -5 --totally-silent -
wav flc * $CLIENTID$
# FT:{START=-skip %t}
[$CONVAPP$] -id "$CLIENTID$" -input $FILE$ $START$ -wav -wavo -d 24 |
[flac] -cs -5 --totally-silent -
wma flc * $CLIENTID$
# F:{PATH=%f}R:{PATH=%F}
[wmadec] -w $PATH$ | [$CONVAPP$] -id "$CLIENTID$" -wavo -d 24 | [flac]
-cs -5 --totally-silent -
wvp flc * $CLIENTID$
# FT:{START=--skip=%t}U:{END=--until=%v}
[wvunpack] $FILE$ -wq $START$ $END$ -o - | [InguzDSP] -id "$CLIENTID$"
-wav -wavo -d 24 | [flac] -cs -5 --totally-silent -
EOF1
--------------------
The Inguz plugin.pm performs two basic functions -
1. gather filter data - eg graphic equaliser filters, room correction
filters etc and set filters for the convolver
2. generate custom-convert.conf settings for each particular file type.
Now here is where I get a bit selfish, I only have flac and mp3 in my
library and those work fine through Inguz, but now I want to play an
aac+ stream and it doesn't even play. I have tried deleting the aap (aac
plus) line from the cuctom-convert.conf but it still didn't play
A camel is a racehorse designed by a committee.
Seen sprayed on the outside wall of the local library -
Three things I hate in life :
1. Vandalism
2. Irony
3. Lists
------------------------------------------------------------------------
Wirrunna's Profile: http://forums.slimdevices.com/member.php?userid=3225
View this thread: http://forums.slimdevices.com/showthread.php?t=109437
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins