I warned that interpretation of log is not straighforward. Do not post
edited - you must give the whole log unedited if you wanted it
interpreted. If too big, save log in a text file, zip and attach to a
post.
Below shows successful lauych of command with the option you have
chosen.
socialxray wrote:
>
> [21-01-20 11:44:31.5057] Slim::Player::Pipeline::new (95) Launching
> process with command:
> "C:\PROGRA~2\SQUEEZ~1\server\Bin\MSWin32-x86-multi-thread\socketwrapper.exe"
> -D -i 57278 -o 57277 -c
> ""C:\PROGRA~2\SQUEEZ~1\server\Bin\MSWin32-x86-multi-thread\lame.exe"
> --mp3input --decode -t --silent - - |
> "C:\PROGRA~2\SQUEEZ~1\server\Bin\MSWin32-x86-multi-thread\sox.exe" -q -t
> wav - -t flac -e signed -C 0 -b 24 - rate -v -b 98 -L -a 96000"
Breaking down the command in red - an MP3 input is processed and
decoded.
Code:
--------------------
""C:\PROGRA~2\SQUEEZ~1\server\Bin\MSWin32-x86-multi-thread\lame.exe"
--mp3input --decode -t --silent - -
--------------------
The decoded MP3 into WAV audio stream from lame.exe is sent into sox
where it is sent as flac stream to player.
Code:
--------------------
"C:\PROGRA~2\SQUEEZ~1\server\Bin\MSWin32-x86-multi-thread\sox.exe" -q -t wav
- -t flac -e signed -C 0 -b 24 - rate -v -b 98 -L -a 96000"
--------------------
------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=113715
_______________________________________________
ripping mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/ripping