Home of the Squeezebox™ & Transporter® network music players.
Page 26 of 37 FirstFirst ... 16242526272836 ... LastLast
Results 251 to 260 of 361

Thread: RC (Inguz etc.)

  1. #251
    Senior Member
    Join Date
    Apr 2010
    Posts
    559
    Quote Originally Posted by Phil Leigh View Post
    1) copy the plugin.pm I posted earlier this evening, overwriting your previous version.
    2) open custom-convert.conf in the inguz folder using wordpad or notepad and ONLY add "-b 24" EXACTLY as per the example below for ALL lines...


    flc flc transcode $CLIENTID$
    # FT:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=rate -v -s 96k}
    [flac] -dcs $START$ $END$ -- $FILE$ | [sox] -q -v0.965 -t wav -b 24 - -t wav -C 0 - rate -v -s -M -a 96000 | [InguzDSP] -id "$CLIENTID$" -wav -wavo -d 24 | [flac] -cs -0 --totally-silent -
    does that include putting it in the line before the one you mentioned

    flc flc * 00:04:20:22:1f:4b
    # FT:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=rate -v -s 96k}
    [flac] -dcs $START$ $END$ -- $FILE$ | [sox] -q -v0.965 -t wav - -t wav -C 0 - rate -v -s -M -a 96000 | [InguzDSP] -id "00:04:20:22:1f:4b" -wav -wavo -d 24 | [flac] -cs -0 --totally-silent -

  2. #252
    Senior Member
    Join Date
    Apr 2005
    Location
    Buckinghamshire, England
    Posts
    9,983
    Quote Originally Posted by adamdea View Post
    does that include putting it in the line before the one you mentioned

    flc flc * 00:04:20:22:1f:4b
    # FT:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=rate -v -s 96k}
    [flac] -dcs $START$ $END$ -- $FILE$ | [sox] -q -v0.965 -t wav - -t wav -C 0 - rate -v -s -M -a 96000 | [InguzDSP] -id "00:04:20:22:1f:4b" -wav -wavo -d 24 | [flac] -cs -0 --totally-silent -
    yes - ALL lines/entries... THAT HAVE A SOX COMPONENT!

    For example:

    flc flc transcode 00:04:20:22:01:8e
    # FT:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=rate -v -s 96k}
    [flac] -dcs $START$ $END$ -- $FILE$ | [sox] -q -v0.965 -t wav -b 24 - -t wav -C 0 - rate -v -s -L -a 96000 | [InguzDSP] -id "00:04:20:22:01:8e" -wav -wavo -d 24 | [flac] -cs -0 --totally-silent -


    flc flc * 00:04:20:22:01:8e
    # FT:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=rate -v -s 96k}
    [flac] -dcs $START$ $END$ -- $FILE$ | [sox] -q -v0.965 -t wav -b 24 - -t wav -C 0 - rate -v -s -L -a 96000 | [InguzDSP] -id "00:04:20:22:01:8e" -wav -wavo -d 24 | [flac] -cs -0 --totally-silent -


    mp3 flc * 00:04:20:22:01:8e
    # IFT:{START=--skip=%t}U:{END=--until=%v}
    [lame] --mp3input --decode --silent $FILE$ - - | [sox] -q -v0.965 -t wav -b 24 - -t wav -C 0 - rate -v -s -L -a 96000 | [InguzDSP] -id "00:04:20:22:01:8e" -wav -wavo -d 24 | [flac] -cs -0 --totally-silent -
    Last edited by Phil Leigh; 2011-05-16 at 12:26.
    You want to see the signal path BEFORE it gets onto a CD/vinyl...it ain't what you'd call minimal...
    Touch(wired/W7)+Teddy Pardo PSU - Audiolense 3.3/2.0+INGUZ DRC - MF M1 DAC - Linn 5103 - full Aktiv 5.1 system (6x LK140's, ESPEK/TRIKAN/KATAN/SEIZMIK 10.5), Pekin Tuner, Townsend Supertweeters,VdH Toslink,Kimber 8TC Speaker & Chord Signature Plus Interconnect cables
    Stax4070+SRM7/II phones
    Kitchen Boom, Outdoors: SB Radio, Harmony One remote for everything.

  3. #253
    Senior Member
    Join Date
    Apr 2010
    Posts
    559
    Quote Originally Posted by Phil Leigh View Post
    yes - ALL lines/entries... THAT HAVE A SOX COMPONENT!

    For example:

    flc flc transcode 00:04:20:22:01:8e
    # FT:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=rate -v -s 96k}
    [flac] -dcs $START$ $END$ -- $FILE$ | [sox] -q -v0.965 -t wav -b 24 - -t wav -C 0 - rate -v -s -L -a 96000 | [InguzDSP] -id "00:04:20:22:01:8e" -wav -wavo -d 24 | [flac] -cs -0 --totally-silent -


    flc flc * 00:04:20:22:01:8e
    # FT:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=rate -v -s 96k}
    [flac] -dcs $START$ $END$ -- $FILE$ | [sox] -q -v0.965 -t wav -b 24 - -t wav -C 0 - rate -v -s -L -a 96000 | [InguzDSP] -id "00:04:20:22:01:8e" -wav -wavo -d 24 | [flac] -cs -0 --totally-silent -


    mp3 flc * 00:04:20:22:01:8e
    # IFT:{START=--skip=%t}U:{END=--until=%v}
    [lame] --mp3input --decode --silent $FILE$ - - | [sox] -q -v0.965 -t wav -b 24 - -t wav -C 0 - rate -v -s -L -a 96000 | [InguzDSP] -id "00:04:20:22:01:8e" -wav -wavo -d 24 | [flac] -cs -0 --totally-silent -
    Done. This is what log.txt now looks like. Does that seem correct?

    20110516203402: 00:04:20:22:1f:4b Write DSPUtil.FastConvolver.00_04_20_22_1f_4b.tail (32766)
    20110516203402: 00:04:20:22:1f:4b 15869447 samples, 150344.5992 ms (296.0169 init), 1.0975 * realtime, peak -11.5304 dBfs
    20110516203415: InguzDSP (version 0.9.32) -id 00:04:20:22:1f:4b -wav -wavo -d 24
    20110516203415: 00:04:20:22:1f:4b Gain -16 dB
    20110516203415: 00:04:20:22:1f:4b Impulse (null), matrix (null)
    20110516203415: 00:04:20:22:1f:4b EQ0006C34082
    20110516203416: 00:04:20:22:1f:4b 24/96000 PCM => 24/96000 PCM TRIANGULAR, gain -16 dB
    20110516203547: 00:04:20:22:1f:4b Write DSPUtil.FastConvolver.00_04_20_22_1f_4b.tail (32766)
    20110516203547: 00:04:20:22:1f:4b 9789447 samples, 91588.2385 ms (279.0159 init), 1.1028 * realtime, peak -9.52 dBfs
    20110516203557: InguzDSP (version 0.9.32) -id 00:04:20:22:1f:4b -wav -wavo -d 24
    20110516203557: 00:04:20:22:1f:4b Gain -16 dB
    20110516203557: 00:04:20:22:1f:4b Impulse (null), matrix (null)
    20110516203557: 00:04:20:22:1f:4b EQ0006C34082
    20110516203558: 00:04:20:22:1f:4b 24/96000 PCM => 24/96000 PCM TRIANGULAR, gain -16 dB
    20110516203737: 00:04:20:22:1f:4b Write fault 232: The pipe is being closed
    20110516203737: 00:04:20:22:1f:4b 10357411 samples, 99988.7191 ms (280.0161 init), 1.0701 * realtime, peak -11.3072 dBfs
    20110516203944: InguzDSP (version 0.9.32) -id 00:04:20:22:1f:4b -wav -wavo -d 24
    20110516203944: 00:04:20:22:1f:4b Gain -16 dB
    20110516203944: 00:04:20:22:1f:4b Impulse (null), matrix (null)
    20110516203944: 00:04:20:22:1f:4b EQ0006C34082
    20110516203944: 00:04:20:22:1f:4b 24/96000 PCM => 24/96000 PCM TRIANGULAR, gain -16 dB

  4. #254
    Senior Member
    Join Date
    Apr 2005
    Location
    Buckinghamshire, England
    Posts
    9,983
    Quote Originally Posted by adamdea View Post
    Done. This is what log.txt now looks like. Does that seem correct?

    20110516203402: 00:04:20:22:1f:4b Write DSPUtil.FastConvolver.00_04_20_22_1f_4b.tail (32766)
    20110516203402: 00:04:20:22:1f:4b 15869447 samples, 150344.5992 ms (296.0169 init), 1.0975 * realtime, peak -11.5304 dBfs
    20110516203415: InguzDSP (version 0.9.32) -id 00:04:20:22:1f:4b -wav -wavo -d 24
    20110516203415: 00:04:20:22:1f:4b Gain -16 dB
    20110516203415: 00:04:20:22:1f:4b Impulse (null), matrix (null)
    20110516203415: 00:04:20:22:1f:4b EQ0006C34082
    20110516203416: 00:04:20:22:1f:4b 24/96000 PCM => 24/96000 PCM TRIANGULAR, gain -16 dB
    20110516203547: 00:04:20:22:1f:4b Write DSPUtil.FastConvolver.00_04_20_22_1f_4b.tail (32766)
    20110516203547: 00:04:20:22:1f:4b 9789447 samples, 91588.2385 ms (279.0159 init), 1.1028 * realtime, peak -9.52 dBfs
    20110516203557: InguzDSP (version 0.9.32) -id 00:04:20:22:1f:4b -wav -wavo -d 24
    20110516203557: 00:04:20:22:1f:4b Gain -16 dB
    20110516203557: 00:04:20:22:1f:4b Impulse (null), matrix (null)
    20110516203557: 00:04:20:22:1f:4b EQ0006C34082
    20110516203558: 00:04:20:22:1f:4b 24/96000 PCM => 24/96000 PCM TRIANGULAR, gain -16 dB
    20110516203737: 00:04:20:22:1f:4b Write fault 232: The pipe is being closed
    20110516203737: 00:04:20:22:1f:4b 10357411 samples, 99988.7191 ms (280.0161 init), 1.0701 * realtime, peak -11.3072 dBfs
    20110516203944: InguzDSP (version 0.9.32) -id 00:04:20:22:1f:4b -wav -wavo -d 24
    20110516203944: 00:04:20:22:1f:4b Gain -16 dB
    20110516203944: 00:04:20:22:1f:4b Impulse (null), matrix (null)
    20110516203944: 00:04:20:22:1f:4b EQ0006C34082
    20110516203944: 00:04:20:22:1f:4b 24/96000 PCM => 24/96000 PCM TRIANGULAR, gain -16 dB
    Yes - perfect!
    You want to see the signal path BEFORE it gets onto a CD/vinyl...it ain't what you'd call minimal...
    Touch(wired/W7)+Teddy Pardo PSU - Audiolense 3.3/2.0+INGUZ DRC - MF M1 DAC - Linn 5103 - full Aktiv 5.1 system (6x LK140's, ESPEK/TRIKAN/KATAN/SEIZMIK 10.5), Pekin Tuner, Townsend Supertweeters,VdH Toslink,Kimber 8TC Speaker & Chord Signature Plus Interconnect cables
    Stax4070+SRM7/II phones
    Kitchen Boom, Outdoors: SB Radio, Harmony One remote for everything.

  5. #255
    Senior Member
    Join Date
    Apr 2010
    Posts
    559
    thanks
    I am now attempting to apply my first correction filter.

  6. #256
    Senior Member
    Join Date
    Apr 2010
    Posts
    559
    Ok I think this is it! I wasn't sure whether the room correction filter disables the other settings so I set them to flat


    20110516214615: 00:04:20:22:1f:4b 25768611 samples, 256214.6546 ms (284.0162 init), 1.046 * realtime, peak -6.2898 dBfs
    20110516214615: InguzDSP (version 0.9.32) -id 00:04:20:22:1f:4b -wav -wavo -d 24
    20110516214615: 00:04:20:22:1f:4b Gain -16 dB
    20110516214616: 00:04:20:22:1f:4b Impulse Impulses\T-16 May 11_00 00 F-Default M-2.0 16 May 11_21 09 96.wav, matrix (null)
    20110516214616: 00:04:20:22:1f:4b EQ flat
    20110516214616: 00:04:20:22:1f:4b 24/96000 PCM => 24/96000 PCM TRIANGULAR, gain -16 dB

  7. #257
    Senior Member
    Join Date
    Apr 2010
    Posts
    559
    Damn that seemed too easy.
    It is playing 24 bit files ok but seems to just make noise when asked to play 16 bit flacs. Not sure if this is illuminating

    20110516215646: 00:04:20:22:1f:4b Gain -16 dB
    20110516215646: 00:04:20:22:1f:4b Impulse Impulses\T-16 May 11_00 00 F-Default M-2.0 16 May 11_21 09 96.wav, matrix (null)
    20110516215646: 00:04:20:22:1f:4b EQ flat
    20110516215646: 00:04:20:22:1f:4b 24/96000 PCM => 24/96000 PCM TRIANGULAR, gain -16 dB
    20110516215924: 00:04:20:22:1f:4b Write fault 232: The pipe is being closed
    20110516215924: 00:04:20:22:1f:4b 16566947 samples, 158280.0531 ms (360.0206 init), 1.0867 * realtime, peak -8.4698 dBfs
    20110516215924: InguzDSP (version 0.9.32) -id 00:04:20:22:1f:4b -wav -wavo -d 24
    20110516215924: 00:04:20:22:1f:4b Gain -16 dB
    20110516215924: 00:04:20:22:1f:4b Impulse Impulses\T-16 May 11_00 00 F-Default M-2.0 16 May 11_21 09 96.wav, matrix (null)
    20110516215924: 00:04:20:22:1f:4b EQ flat
    20110516215925: 00:04:20:22:1f:4b 24/96000 PCM => 24/96000 PCM TRIANGULAR, gain -16 dB
    20110516220033: 00:04:20:22:1f:4b Write fault 232: The pipe is being closed
    20110516220033: 00:04:20:22:1f:4b 8440483 samples, 68386.9115 ms (361.0207 init), 1.2722 * realtime, peak -6.8888 dBfs
    20110516220033: InguzDSP (version 0.9.32) -id 00:04:20:22:1f:4b -wav -wavo -d 24
    20110516220033: 00:04:20:22:1f:4b Gain -16 dB
    20110516220033: 00:04:20:22:1f:4b Impulse Impulses\T-16 May 11_00 00 F-Default M-2.0 16 May 11_21 09 96.wav, matrix (null)
    20110516220033: 00:04:20:22:1f:4b EQ flat
    20110516220033: 00:04:20:22:1f:4b 24/96000 PCM => 24/96000 PCM TRIANGULAR, gain -16 dB
    20110516220132: 00:04:20:22:1f:4b Write fault 232: The pipe is being closed
    20110516220132: 00:04:20:22:1f:4b 6572707 samples, 58812.3638 ms (366.0209 init), 1.1562 * realtime, peak -6.7497 dBfs
    20110516220132: InguzDSP (version 0.9.32) -id 00:04:20:22:1f:4b -wav -wavo -d 24
    20110516220132: 00:04:20:22:1f:4b Gain -16 dB
    20110516220132: 00:04:20:22:1f:4b Impulse Impulses\T-16 May 11_00 00 F-Default M-2.0 16 May 11_21 09 96.wav, matrix (null)
    20110516220132: 00:04:20:22:1f:4b EQ flat
    20110516220133: 00:04:20:22:1f:4b 24/96000 PCM => 24/96000 PCM TRIANGULAR, gain -16 dB
    20110516220428: 00:04:20:22:1f:4b Write fault 232: The pipe is being closed
    20110516220428: 00:04:20:22:1f:4b 17255075 samples, 175960.0644 ms (364.0208 init), 1.0173 * realtime, peak -5.2076 dBfs
    20110516220428: InguzDSP (version 0.9.32) -id 00:04:20:22:1f:4b -wav -wavo -d 24
    20110516220428: 00:04:20:22:1f:4b Gain -16 dB
    20110516220429: 00:04:20:22:1f:4b Impulse Impulses\T-16 May 11_00 00 F-Default M-2.0 16 May 11_21 09 96.wav, matrix (null)
    20110516220429: 00:04:20:22:1f:4b EQ flat
    20110516220429: 00:04:20:22:1f:4b 24/96000 PCM => 24/96000 PCM TRIANGULAR, gain -16 dB

  8. #258
    Senior Member
    Join Date
    Apr 2005
    Location
    Buckinghamshire, England
    Posts
    9,983
    Quote Originally Posted by adamdea View Post
    Damn that seemed too easy.
    It is playing 24 bit files ok but seems to just make noise when asked to play 16 bit flacs. Not sure if this is illuminating

    20110516215646: 00:04:20:22:1f:4b Gain -16 dB
    20110516215646: 00:04:20:22:1f:4b Impulse Impulses\T-16 May 11_00 00 F-Default M-2.0 16 May 11_21 09 96.wav, matrix (null)
    20110516215646: 00:04:20:22:1f:4b EQ flat
    20110516215646: 00:04:20:22:1f:4b 24/96000 PCM => 24/96000 PCM TRIANGULAR, gain -16 dB
    20110516215924: 00:04:20:22:1f:4b Write fault 232: The pipe is being closed
    20110516215924: 00:04:20:22:1f:4b 16566947 samples, 158280.0531 ms (360.0206 init), 1.0867 * realtime, peak -8.4698 dBfs
    20110516215924: InguzDSP (version 0.9.32) -id 00:04:20:22:1f:4b -wav -wavo -d 24
    20110516215924: 00:04:20:22:1f:4b Gain -16 dB
    20110516215924: 00:04:20:22:1f:4b Impulse Impulses\T-16 May 11_00 00 F-Default M-2.0 16 May 11_21 09 96.wav, matrix (null)
    20110516215924: 00:04:20:22:1f:4b EQ flat
    20110516215925: 00:04:20:22:1f:4b 24/96000 PCM => 24/96000 PCM TRIANGULAR, gain -16 dB
    20110516220033: 00:04:20:22:1f:4b Write fault 232: The pipe is being closed
    20110516220033: 00:04:20:22:1f:4b 8440483 samples, 68386.9115 ms (361.0207 init), 1.2722 * realtime, peak -6.8888 dBfs
    20110516220033: InguzDSP (version 0.9.32) -id 00:04:20:22:1f:4b -wav -wavo -d 24
    20110516220033: 00:04:20:22:1f:4b Gain -16 dB
    20110516220033: 00:04:20:22:1f:4b Impulse Impulses\T-16 May 11_00 00 F-Default M-2.0 16 May 11_21 09 96.wav, matrix (null)
    20110516220033: 00:04:20:22:1f:4b EQ flat
    20110516220033: 00:04:20:22:1f:4b 24/96000 PCM => 24/96000 PCM TRIANGULAR, gain -16 dB
    20110516220132: 00:04:20:22:1f:4b Write fault 232: The pipe is being closed
    20110516220132: 00:04:20:22:1f:4b 6572707 samples, 58812.3638 ms (366.0209 init), 1.1562 * realtime, peak -6.7497 dBfs
    20110516220132: InguzDSP (version 0.9.32) -id 00:04:20:22:1f:4b -wav -wavo -d 24
    20110516220132: 00:04:20:22:1f:4b Gain -16 dB
    20110516220132: 00:04:20:22:1f:4b Impulse Impulses\T-16 May 11_00 00 F-Default M-2.0 16 May 11_21 09 96.wav, matrix (null)
    20110516220132: 00:04:20:22:1f:4b EQ flat
    20110516220133: 00:04:20:22:1f:4b 24/96000 PCM => 24/96000 PCM TRIANGULAR, gain -16 dB
    20110516220428: 00:04:20:22:1f:4b Write fault 232: The pipe is being closed
    20110516220428: 00:04:20:22:1f:4b 17255075 samples, 175960.0644 ms (364.0208 init), 1.0173 * realtime, peak -5.2076 dBfs
    20110516220428: InguzDSP (version 0.9.32) -id 00:04:20:22:1f:4b -wav -wavo -d 24
    20110516220428: 00:04:20:22:1f:4b Gain -16 dB
    20110516220429: 00:04:20:22:1f:4b Impulse Impulses\T-16 May 11_00 00 F-Default M-2.0 16 May 11_21 09 96.wav, matrix (null)
    20110516220429: 00:04:20:22:1f:4b EQ flat
    20110516220429: 00:04:20:22:1f:4b 24/96000 PCM => 24/96000 PCM TRIANGULAR, gain -16 dB
    The log looks fine.

    Must be something to do with the correction filter. How many bytes is the file T-16 May 11_00 00 F-Default M-2.0 16 May 11_21 09 96.wav? It should be 257Kb
    You want to see the signal path BEFORE it gets onto a CD/vinyl...it ain't what you'd call minimal...
    Touch(wired/W7)+Teddy Pardo PSU - Audiolense 3.3/2.0+INGUZ DRC - MF M1 DAC - Linn 5103 - full Aktiv 5.1 system (6x LK140's, ESPEK/TRIKAN/KATAN/SEIZMIK 10.5), Pekin Tuner, Townsend Supertweeters,VdH Toslink,Kimber 8TC Speaker & Chord Signature Plus Interconnect cables
    Stax4070+SRM7/II phones
    Kitchen Boom, Outdoors: SB Radio, Harmony One remote for everything.

  9. #259
    Senior Member
    Join Date
    Apr 2010
    Posts
    559
    Quote Originally Posted by Phil Leigh View Post
    The log looks fine.

    Must be something to do with the correction filter. How many bytes is the file T-16 May 11_00 00 F-Default M-2.0 16 May 11_21 09 96.wav? It should be 257Kb
    Weirdly I don't think it is is the correction flter as I selected none and selected flat for inguz and it is still happening. the filter It is 256 k (24 bit file for 96k)

    I now realise that when I was testing after changing the custom convert file I used an hdcd file which has been made into 24/44. So it may be the custom convert file

    does this look right?



    # #inguzeq#begin#rev:0.9.30#client:00:04:20:22:1f:4b # ***** BEGIN AUTOMATICALLY GENERATED SECTION - DO NOT EDIT ****


    flc flc * 00:04:20:22:1f:4b
    # FT:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=rate -v -s 96k}
    [flac] -dcs $START$ $END$ -- $FILE$ | [sox] -q -v0.965 -t wav -b 24 - -t wav -C 0 - rate -v -s -M -a 96000 | [InguzDSP] -id "00:04:20:22:1f:4b" -wav -wavo -d 24 | [flac] -cs -0 --totally-silent -

    flc flc transcode 00:04:20:22:1f:4b
    # FT:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=rate -v -s 96k}
    [flac] -dcs $START$ $END$ -- $FILE$ | [sox] -q -v0.965 -t wav -b 24 - -t wav -C 0 - rate -v -s -M -a 96000 | [InguzDSP] -id "00:04:20:22:1f:4b" -wav -wavo -d 24 | [flac] -cs -0 --totally-silent -

    mp3 flc * 00:04:20:22:1f:4b
    # IFT:{START=--skip=%t}U:{END=--until=%v}
    [lame] --mp3input --decode --silent $FILE$ - - | [sox] -q -v0.965 -t wav -b 24 - -t wav -C 0 - rate -v -s -M -a 96000 | [InguzDSP] -id "00:04:20:22:1f:4b" -wav -wavo -d 24 | [flac] -cs -0 --totally-silent -

    wma flc * 00:04:20:22:1f:4b
    # FT:{PATH=%f}R:{PATH=%F}
    [wmadec] -w $PATH$ | [[InguzDSP]] -id "00:04:20:22:1f:4b" -wavo -d 24 | [flac] -cs -0 --totally-silent -

    aac flc * 00:04:20:22:1f:4b
    # IFT
    [faad] -q -w -f 1 $FILE$ | [InguzDSP] -id "00:04:20:22:1f:4b" -wav -wavo -d 24 | [flac] -cs -0 --totally-silent -


    # #inguzeq#end#client:00:04:20:22:1f:4b# ***** END AUTOMATICALLY GENERATED SECTION - DO NOT EDIT *****

  10. #260
    Senior Member
    Join Date
    Apr 2005
    Location
    Buckinghamshire, England
    Posts
    9,983
    Quote Originally Posted by adamdea View Post
    Weirdly I don't think it is is the correction flter as I selected none and selected flat for inguz and it is still happening. the filter It is 256 k (24 bit file for 96k)

    I now realise that when I was testing after changing the custom convert file I used an hdcd file which has been made into 24/44. So it may be the custom convert file

    does this look right?



    # #inguzeq#begin#rev:0.9.30#client:00:04:20:22:1f:4b # ***** BEGIN AUTOMATICALLY GENERATED SECTION - DO NOT EDIT ****


    flc flc * 00:04:20:22:1f:4b
    # FT:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=rate -v -s 96k}
    [flac] -dcs $START$ $END$ -- $FILE$ | [sox] -q -v0.965 -t wav -b 24 - -t wav -C 0 - rate -v -s -M -a 96000 | [InguzDSP] -id "00:04:20:22:1f:4b" -wav -wavo -d 24 | [flac] -cs -0 --totally-silent -

    flc flc transcode 00:04:20:22:1f:4b
    # FT:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=rate -v -s 96k}
    [flac] -dcs $START$ $END$ -- $FILE$ | [sox] -q -v0.965 -t wav -b 24 - -t wav -C 0 - rate -v -s -M -a 96000 | [InguzDSP] -id "00:04:20:22:1f:4b" -wav -wavo -d 24 | [flac] -cs -0 --totally-silent -

    mp3 flc * 00:04:20:22:1f:4b
    # IFT:{START=--skip=%t}U:{END=--until=%v}
    [lame] --mp3input --decode --silent $FILE$ - - | [sox] -q -v0.965 -t wav -b 24 - -t wav -C 0 - rate -v -s -M -a 96000 | [InguzDSP] -id "00:04:20:22:1f:4b" -wav -wavo -d 24 | [flac] -cs -0 --totally-silent -

    wma flc * 00:04:20:22:1f:4b
    # FT:{PATH=%f}R:{PATH=%F}
    [wmadec] -w $PATH$ | [[InguzDSP]] -id "00:04:20:22:1f:4b" -wavo -d 24 | [flac] -cs -0 --totally-silent -

    aac flc * 00:04:20:22:1f:4b
    # IFT
    [faad] -q -w -f 1 $FILE$ | [InguzDSP] -id "00:04:20:22:1f:4b" -wav -wavo -d 24 | [flac] -cs -0 --totally-silent -


    # #inguzeq#end#client:00:04:20:22:1f:4b# ***** END AUTOMATICALLY GENERATED SECTION - DO NOT EDIT *****
    Yes, your custom-convert.conf file looks fine - same as mine.

    "HDCD" (24/44.1) files play fine for me. This is a FLAC file isn't it? - WAV files aren't handled by the custom-convert.conf as it stands. They will play but with no EQ/DRC provided they are less <= 96k.

    The other thing to check is that you have FileTypes set properly for FLAC. FLAC FLAC NATIVE, FLAC FLAC PCM and FLAC FLAC MP3 must be disabled. FLAC FLAC flac/sox must be enabled.

    The next thing to check is to set player.source logging in the web UI - ADVANCED to DEBUG and post a server.log file after playing a good track and one that makes "noise"...
    You want to see the signal path BEFORE it gets onto a CD/vinyl...it ain't what you'd call minimal...
    Touch(wired/W7)+Teddy Pardo PSU - Audiolense 3.3/2.0+INGUZ DRC - MF M1 DAC - Linn 5103 - full Aktiv 5.1 system (6x LK140's, ESPEK/TRIKAN/KATAN/SEIZMIK 10.5), Pekin Tuner, Townsend Supertweeters,VdH Toslink,Kimber 8TC Speaker & Chord Signature Plus Interconnect cables
    Stax4070+SRM7/II phones
    Kitchen Boom, Outdoors: SB Radio, Harmony One remote for everything.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •