Solid Snake-Oil Storage: This SSD Is Aimed at Audiophiles
tomshardware.com
Solid Snake-Oil Storage: This SSD Is Aimed at Audiophiles
1–10 of 32 posts
Re: Solid Snake-Oil Storage: This SSD Is Aimed at Audiophiles
#2One CD player that stood out had all sorts of sales-speak that was obviously bullpoop. For example, it said the CD player "bathes the underside of the CD in blue laser light" to make the data laser work better. There were plenty of other silly voodoo technologies this player offered.
It took a while, but I explained to my friend that bits are bits. If a bit is a one, it's a one. There's no such thing as a "fancy", audiophiles-pay-more-and-get-a-better-version of one. Same with zero.
I told him the bits could be written in crayon, sent across a desert on camelback, and reassembled a year later, and those same bits would still be the same bits
If there are scratches and a player has to correct and guess, that's different, but if your CDs are clean and your clock is good, and you're sending bits digitally to your D/A & amp, there's literally no difference between one player and another. None. Zero.
After an hour and a dozen examples, something clicked in his head and he finally understood. It was very interesting to hear how I blew his mind, and how he'd never see all the sales speak BS the same way again.
As for SSDs, I can see how plenty of cheap computers have noisy electronics which can lead to noisy audio, and how power usage fluctuations can cause noise, but if putting caps on your SSD makes that better, then there are bigger problems.
Re: Solid Snake-Oil Storage: This SSD Is Aimed at Audiophiles
#3Re: Solid Snake-Oil Storage: This SSD Is Aimed at Audiophiles
#4Re: Solid Snake-Oil Storage: This SSD Is Aimed at Audiophiles
#5I would have preferred a review that wasn’t quite as dismissive. SSDs have periodic higher read latency that could impact audio playback if the host buffers aren’t large enough. The flash translation layer periodically reshuffles data, even when the workload is just reads. I expect this drive is duplicating the data internally, and pivoting back and forth between the two copies, targeting one which is not performing…
Re: Solid Snake-Oil Storage: This SSD Is Aimed at Audiophiles
#6I would have preferred a review that wasn’t quite as dismissive. SSDs have periodic higher read latency that could impact audio playback if the host buffers aren’t large enough. The flash translation layer periodically reshuffles data, even when the workload is just reads. I expect this drive is duplicating the data internally, and pivoting back and forth between the two copies, targeting one which is not performing…
If you're worried about read latency on a scale that could affect an audio workload, the only change to the SSD that might be relevant would be disabling the low-power idle modes, which can take a while to wake up from. Enterprise SSDs have other measures to manage QoS targets that are tighter than what an audio use case requires, and those features are only necessary when dealing with a workload that includes a heavy volume of write operations—not relevant to audiophiles. And enterprise drives definitely don't need to duplicate all your data as a way of avoiding high read latency; it's possible to suspend write operations in order to service a read request that needs to access the same physical block.
Re: Solid Snake-Oil Storage: This SSD Is Aimed at Audiophiles
#7No vacuum tubes? NO SALE
Re: Solid Snake-Oil Storage: This SSD Is Aimed at Audiophiles
#8I would have preferred a review that wasn’t quite as dismissive. SSDs have periodic higher read latency that could impact audio playback if the host buffers aren’t large enough. The flash translation layer periodically reshuffles data, even when the workload is just reads. I expect this drive is duplicating the data internally, and pivoting back and forth between the two copies, targeting one which is not performing…
Re: Solid Snake-Oil Storage: This SSD Is Aimed at Audiophiles
#9Many years ago I knew an audiophile who got those crazy magazines and catalogues listing CD players for thousands of dollars and cables for hundreds. One CD player that stood out had all sorts of sales-speak that was obviously bullpoop. For example, it said the CD player "bathes the underside of the CD in blue laser light" to make the data laser work better. There were plenty of other silly voodoo technologies this p…
Re: Solid Snake-Oil Storage: This SSD Is Aimed at Audiophiles
#10I would have preferred a review that wasn’t quite as dismissive. SSDs have periodic higher read latency that could impact audio playback if the host buffers aren’t large enough. The flash translation layer periodically reshuffles data, even when the workload is just reads. I expect this drive is duplicating the data internally, and pivoting back and forth between the two copies, targeting one which is not performing…
I think your mental model of how SSDs work is a bit inaccurate. Read operations will not trigger wear leveling during normal use. Reads will only cause the SSD to start moving data around if there's a correctable ECC error with the read, prompting the drive to write a fresh and corrected copy. Correctable read errors can crop up from data degradation over time, or from read disturb errors (analogous to DRAM rowhammer…