I want to transcode FLAC to WAV and upsample the output to 96K. First I changed FLAC output to Disabled under Advanced->File Types, so that all FLAC files will be forced to transcode to WAV. Then I added a custom-convert.conf file. The content of the file is:
flc pcm * *
# FT:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=-r %d}
[flac] -dcs $START$ $END$ -- $FILE$ | [sox] -q -t wav - -t wav - rate -b 85 -Lv 96k
The conversion appears to work, but my Transporter is still thinking the output is 44.1K instead of 96K, so the playback is run with the wrong clock. How do I tell TP that the output is 96K?
Results 1 to 10 of 10
Thread: Transcode and upsample at once?
-
2012-05-03, 22:58 #1Senior Member
- Join Date
- Apr 2008
- Posts
- 141
Transcode and upsample at once?
-
2012-05-04, 03:17 #2
Are you trying to use up as much bandwidth as possible or what is this good for?
Upsampling 44.1 material to 96k will at best gain you nothing but more likely just degrade your sound quality.---
learn more about iPeng, the iPhone and iPad remote for the Squeezebox and
New: Logitech UE Smart Radio as well as iPeng Party, the free Party-App,
at penguinlovesmusic.com
-
2012-05-04, 03:25 #3Senior Member
- Join Date
- Apr 2008
- Posts
- 141
I want to test the sonic quality of SBT+EDO. So far, server side decode of FLAC instead of client side decode on SBT has provent to be better sounding for redbook material.
I want to see if taking it to 96K would make it sound even better.
-
2012-05-04, 20:50 #4Senior Member
- Join Date
- Aug 2011
- Posts
- 142
-
2012-05-05, 20:12 #5Senior Member
- Join Date
- Apr 2008
- Posts
- 141
Yes, one can use File Types to disable native FLAC streaming and this forces the server to do the decoding and stream in WAV.
It does make a difference in sound for Touch. You do need high resolution system to hear it. I use SBT+EDO and outputs to Anedio D2 DAC via USB. I used Stax electrostatic headphones and I can clearly hear the improvements (ie: vocal is more velvety/emotional, transient and bass dynamics are faster).
-
2012-05-06, 02:40 #6Junior Member
- Join Date
- May 2012
- Posts
- 10
I suppose if you don't hear it this merely proves your system is not high-end enough?
-
2012-05-06, 03:58 #7
-
2012-05-06, 04:11 #8
If hearing obvius differences, check if replay gain/smart gain is enabled ? disable it and try again .
There could a valid reason, some vierdo audiophile DAC's may themselves work better with certain sample rates eg 24/96, I would consider such product broken..
What comes to mind is some NOS DAC's without filter urgh.--------------------------------------------------------------------
Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x MeridianDSP5200 MeridianDSP5200HC 2 xMeridianDSP3100 +Rel Stadium 3 sub.
Bedroom/Office: Boom
Kitchen: Touch + powered Fostex PM0.4
Misc use: Radio (with battery)
iPad1 with iPengHD & SqueezePad
(in storage SB3, reciever ,controller )
server HP proliant micro server N36L with ClearOS Linux
http://people.xiph.org/~xiphmont/demo/neil-young.html
-
2012-05-06, 21:55 #9Senior Member
- Join Date
- Apr 2008
- Posts
- 141
Can we get back to the topic on how to upsample FLAC to 24/96 and outputs it in WAV?
Whether someone can hear the sonic improvement is a very subjective thing. It depends on the gear, the plackback materials and your hearing.
-
2012-05-07, 01:00 #10Senior Member
- Join Date
- Apr 2005
- Location
- Colorado
- Posts
- 10,073
I doubt that this is doable within the transcoding framework. It just wasn't designed with that sort of flexibility in mind.
One thing I do know is that you don't want the output type in SoX to be WAV if PCM is the target. You need to use the output type 'raw' in SoX, as the Squeezebox will be expecting a headerless stream. With type WAV you're probably hearing a click at the beginning of each track, which is the WAV header being played.

Reply With Quote

