JDS Labs Element III Headphone Amplifier & DAC
JDS Labs Element III Headphone Amplifier & DAC
JDS Labs Element III Headphone Amplifier & DAC
JDS Labs Element III Headphone Amplifier & DAC
JDS Labs Element III Headphone Amplifier & DAC
JDS Labs Element III Headphone Amplifier & DAC
JDS Labs Element III Headphone Amplifier & DAC
JDS Labs Element III Headphone Amplifier & DAC
JDS Labs Element III Headphone Amplifier & DAC
JDS Labs Element III Headphone Amplifier & DAC

JDS Labs Element III Headphone Amplifier & DAC

Option
Please select a option
Price
$849.00
$764.10
Save  $84.90
Quantity
Free worldwide shipping
Free returns
Sustainably made
Secure payments
Vendor by: Audio Electronics(3C)
SKU: JDS.ELEMENT.III.CU

Simplified Audio, Reimagined
We’ve reimagined our flagship amp+DAC to create a listening experience you will notice and appreciate. Element III runs on our second generation XMOS hardware and firmware, blissfully integrated with a custom encoder. You’ll hear perfect channel balance down to the black noise floor. Automatic gain helps you focus on listening rather than button pressing, and an auto vanishing display presents the essentials while you toggle between USB and Optical inputs and headphone or preamp outputs. We’ve also added DSD support and real-time selection of DAC filters and more. Element III is precision machined in the USA with the same, famously awesome knob.

Auto Gain
We regularly hear from customers fretting over when to use gain. Element III eliminates this confusion by automatically toggling gain for you at exactly the right volume level. As you turn the knob beyond 0 dB, high gain activates and volume is compensated for a near seamless transition to higher listening levels.

Perfect Channel Balance
Element III delivers audibly perfect channel balance all the way down to -127.5 dBFS. You'll immediately hear and appreciate soundstage accuracy.

OLED Display & Options
An OLED display momentarily presents status information while you interact, then powers down to minimize distractions. The Options menu further allows you to adjust OLED and backlighting LED behaviors, DAC filters, and more.

Exceptional Power
Element III's rail-to-rail gain stage provides extra headroom and no distortion penalty when listening at high gain versus low gain. With +/-15VDC rails and continuous max power of 1.3W, Element III drives all headphones on the market to extraordinary levels, from balanced armatures to planar magnetics.

Preamp Outputs
Element III provides preamp RCA outputs so that you can control volume of your powered speakers. Volume of preamp output is managed separately from the headphone output for quick toggling.

Input and Output Selection
Press the tactile volume control to listen to USB or Optical Input, or press the Mode button to toggle between headphones and powered speakers. No need to disconnect cables!

Relay Muting & Safety
Designed for desktop listening, Element III's full relay muting eliminates pops and thumps during startup through both its headphone and preamp outputs. And for extra safety, Element III's dual, independent processors continuously monitor internal communications and verify volume of the ESS DAC.

MEMS Oscillators
Element III is clocked by MEMS oscillators for excellent frequency stability, delivering pristine jitter in both USB and Optical modes.

USB Audio Class 2 - PCM & DSD
Element III supports up to 32/384kHz PCM and DSD128 through our second generation XMOS XU208 engine. While we claim no measurable superiority of high sampling rates, UAC2 with an ASIO endpoint will satisfy your pursuit of high fidelity listening.

Mains Isolation
Element III's amplifier and DAC are 100% powered by its external AC transformer, with 13 regulators ensuring consistent rail voltage, super low ripple, and mains isolation.

Customer Reviews

Here are what our customers say.

Write a Review
Customer Reviews
Wow you reached the bottom
Newest
Most liked
Highest ratings
Lowest ratings
×
class SpzCustomFileUpload extends SPZ.BaseElement { constructor(element) { super(element); this.uploadCount_ = 0; this.fileList_ = []; } buildCallback() { this.action = SPZServices.actionServiceForDoc(this.element); this.registerAction('upload', (data) => { this.handleFileUpload_(data.event?.detail?.data || []); }); this.registerAction('delete', (data) => { this.handleFileDelete_(data?.args?.data); }); this.registerAction('preview', (data) => { this.handleFilePreview_(data?.args?.data); }); this.registerAction('limit', (data) => { this.handleFileLimit_(); }); this.registerAction('sizeLimit', (data) => { this.handleFileSizeLimit_(); }); } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } setData_(count, file) { this.uploadCount_ = count; this.fileList_ = file; } handleFileUpload_(data) { data.forEach(i => { if(this.fileList_.some(j => j.url === i.url)) return; this.fileList_.push(i); }) this.uploadCount_++; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileUpload", { count: this.uploadCount_, files: this.fileList_}); if(this.fileList_.length >= 5){ document.querySelector('#review_upload').style.display = 'none'; } if(this.fileList_.length > 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '8px'; } } handleFileDelete_(index) { this.fileList_.splice(index, 1); this.uploadCount_--; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileDelete", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; if(this.fileList_?.length === 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '132px'; } } handleFilePreview_(index) { const finalPreviewData = this.fileList_[index]; const filePreviewModal = document.getElementById('filePreviewModal'); const fullScreenVideo = document.getElementById('fullScreenVideo'); const fullScreenImage = document.getElementById('fullScreenImage'); const previewModalClose = document.getElementById('previewModalClose'); const previewLoading = document.getElementById('previewLoading'); filePreviewModal.style.display = 'block'; previewLoading.style.display = 'flex'; if(finalPreviewData?.type === 'video'){ const media = this.mediaParse_(this.fileList_[index]?.url); fullScreenVideo.addEventListener('canplaythrough', function() { previewLoading.style.display = 'none'; }); fullScreenImage.src = ''; fullScreenImage.style.display = 'none'; fullScreenVideo.style.display = 'block'; fullScreenVideo.src = media.mp4 || ''; } else { fullScreenImage.onload = function() { previewLoading.style.display = 'none'; }; fullScreenVideo.src = ''; fullScreenVideo.style.display = 'none'; fullScreenImage.style.display = 'block'; fullScreenImage.src = finalPreviewData.url; } previewModalClose.addEventListener('click', function() { filePreviewModal.style.display = 'none'; }); } handleFileLimit_() { alert(window.AppReviewsLocale.comment_file_limit || 'please do not upload files more than 5'); this.triggerEvent_("handleFileLimit"); } handleFileSizeLimit_() { alert(window.AppReviewsLocale.comment_file_size_limit || 'File size does not exceed 10M'); } clear(){ this.fileList_ = []; this.uploadCount_ = 0; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleClear", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; } mediaParse_(url) { var result = {}; try { url.replace(/[?&]+([^=&]+)=([^&]*)/gi, function (str, key, value) { try { result[key] = decodeURIComponent(value); } catch (e) { result[key] = value; } }); result.preview_image = url.split('?')[0]; } catch (e) {}; return result; } triggerEvent_(name, data) { const event = SPZUtils.Event.create(this.win, name, data); this.action.trigger(this.element, name, event); } } SPZ.defineElement('spz-custom-file-upload', SpzCustomFileUpload);
The review would not show in product details on storefront since it does not support to.