bpa wrote: 
> On Windows the wavin2cmd program defaults to outputs 44.1kHz/16 stream
> so you are trying to encode a 44.1kHz/16 PCM stream and telling Flac
> that is 96kHz/24 - so you will get noise on playback.
> 
> You need to tell wavin2cmd to use the sample rates & size you want which
> must be exactly matched by the flac encoding.  Don't know what will
> happen if source does not support requested format.
> > 
Code:
--------------------
  >   > 
  > [wavin2cmd] -s 96000 -b 24 -o $FILE$ | [flac] -cs --totally-silent 
--compression-level-0 --endian=little --sign=signed --channels=2 
--sample-rate=96000 --bps=24 - 
  > 
--------------------
> > 

Hi again bpa,

Just tried with the updated command in the custom-convert.conf, and now
the stream refuses to start at all...

Copy of my updated custom-convert.conf:

Code:
--------------------
    
  wavin pcm * *
        # R
        [wavin2cmd] -o $FILE$ 
  
  wavin flc * *
        # R
        [wavin2cmd] -s 96000 -b 24 -o $FILE$ | [flac] -cs --totally-silent 
--compression-level-0 --endian=little --sign=signed --channels=2 
--sample-rate=96000 --bps=24 - 
        # [wavin2cmd] -o $FILE$ | [flac] -cs --totally-silent 
--compression-level-0 --endian=little --sign=signed --channels=2 
--sample-rate=44100 --bps=16 - 
  
  wavin mp3 * *
        # RB:{BITRATE=-B %B}D:{RESAMPLE=--resample %D}
        [wavin2cmd] -o $FILE$ | [lame] -r -s 44.1  --silent -q $QUALITY$ -v 
$BITRATE$ - -
--------------------


Copy of my server.log with logging for WaveInput set to debug:

Code:
--------------------
    [19-09-10 17:37:58.6045] Plugins::WaveInput::Plugin::initPlugin (129) 
Initialising WaveInput1.05
  [19-09-10 17:37:58.6046] Plugins::WaveInput::Plugin::initPlugin (130) WavIn - 
initPlugin begin...
  [19-09-10 17:37:58.6050] Plugins::WaveInput::Plugin::initPlugin (144) WavIn - 
initPlugin ...end
--------------------


Any thoughts or ideas?

Br,

Vegard


------------------------------------------------------------------------
Vegz78's Profile: http://forums.slimdevices.com/member.php?userid=32897
View this thread: http://forums.slimdevices.com/showthread.php?t=102551

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to