UGREEN USB to 3.5mm External Stereo Sound Adapter - Black - Ugreen | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Ugreen

UGREEN USB to 3.5mm External Stereo Sound Adapter - Black

SKU: US205-30724
R 129.00 R 199.00
You save R 70.00 (35%)
In Stock
You save R 70.00 (35% off)

The UGREEN USB-A to 3.5mm External Stereo Sound Adapter offers a premium solution for upgrading your audio experience. This compact adapter provides high-quality stereo sound and reliable microphone support, with a high-resolution DAC chip, which enhances your audio playback - ensuring crisp, clear...

Free shipping over R 3 450.00
Secure checkout
14-day returns
Expert support

Frequently Bought Together

The UGREEN USB-A to 3.5mm External Stereo Sound Adapter offers a premium solution for upgrading your audio experience. This compact adapter provides high-quality stereo sound and reliable microphone support, with a high-resolution DAC chip, which enhances your audio playback - ensuring crisp, clear sound for music, games, and calls.

Ideal for those seeking a quick and easy audio upgrade, the adapter features a simple plug-and-play design—no drivers or external power sources are needed. It’s compatible with a variety of devices, including Windows and macOS systems, as well as Linux. With both earphone and microphone ports (green and red), this versatile adapter caters to diverse user needs, offering seamless integration with headsets for effortless communication and audio enjoyment.

Whether you’re listening to music, engaging in voice calls, or playing games, this adapter offers a hassle-free, high-quality audio experience. Its durable ABS case and lightweight design ensure it’s built to last while providing a portable solution for on-the-go use.

FEATURES:

  • Plug and play
  • High-resolution DAC chip delivers enhanced audio clarity
  • Built-in headset controls for effortless adjustment of volume and playback
  • Universal compatibility with Windows 10/8/8.1/7/XP/Vista, Mac OS, and Linux
  • Dual port design for both output input and audio
  • The lightweight ABS case offers portability and resilience for everyday use

SPECIFICATIONS

  • Input: USB-A Male
  • Sampling Rate 16bit/48kHz
  • Signal-to-noise ratio (SNR): ≥120dB
  • Output: 2x 3.5mm AUX jack;
    • Green port: TRS headphone jack
    • Red port:  TRS microphone jack
  • Compatibility: Windows 10/8/8.1/7/XP/Vista, macOS 9/10, Linux
  • Cable Length: 15cm
  • Material: Durable ABS case
  • Colour: Black

WHAT'S IN THE BOX:

  • UGREEN USB to 3.5mm External Stereo Sound Adapter - Black x1
Brand Ugreen
Colour Black
Form Factor -
Interface -
Capacity -
Memory Capacity -
Screen Size -
Resolution -
Refresh Rate -
Cpu -
Cpu Socket -
Warranty 24 Months
0.0
0 reviews
Login to Review

No reviews yet. Be the first to review this product!

Related Products

-33%
UGREEN CM403 Bluetooth 5.0 Transmitter/Receiver to AUX Adapter
Ugreen

UGREEN CM403 Bluetooth 5.0 Transmitter/Receiver to AUX Adapter

R 299.00 R 449.00

Save R 150.00

In Stock

-33%
UGREEN USB Type-C Dual Audio and Charging Adapter (15W PD, 2-in-1 Splitter)
Ugreen

UGREEN USB Type-C Dual Audio and Charging Adapter (15W PD, 2-in-1 Splitter)

R 269.00 R 399.00

Save R 130.00

In Stock

// Share product with fallback // 2026-05-22: rewritten. Old version had three bugs: // 1) Copy Link button used `this.textContent='Copied!'` which destroyed the // icon (textContent replaces everything). After clicking, the link icon // disappeared. // 2) Inline onclick handlers had nested \x27-escaped strings interpolating // `url` directly — if the URL contained a single quote the JS broke. // 3) Close button used `this.closest('div[style]').parentElement.remove()` // — fragile, depends on no inline style elsewhere in the DOM tree. // New version: build with DOM nodes, attach proper event listeners, keep the // icon, gracefully handle clipboard failure, use a held reference to close. function shareProduct() { var title = document.querySelector('.product-title').textContent; var url = window.location.href; if (navigator.share) { navigator.share({ title: title, url: url }).catch(function() {}); return; } // Fallback: show share options modal var modal = document.createElement('div'); modal.style.cssText = 'position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.6);z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;'; var encoded = encodeURIComponent(url); var encodedTitle = encodeURIComponent(title); var content = document.createElement('div'); content.style.cssText = 'background:#fff;border-radius:12px;padding:24px;max-width:360px;width:100%;text-align:center;'; content.innerHTML = '

Share this product

' + '
' + ' Facebook' + ' WhatsApp' + ' Email' + '
' + '' + '
'; modal.appendChild(content); function closeModal() { if (modal.parentNode) modal.parentNode.removeChild(modal); } modal.addEventListener('click', function(e) { if (e.target === modal) closeModal(); }); content.querySelector('[data-action="close-modal"]').addEventListener('click', closeModal); var copyBtn = content.querySelector('[data-action="copy-link"]'); var copyLabel = copyBtn.querySelector('.btn-label'); copyBtn.addEventListener('click', function() { function flashLabel(text) { var prev = copyLabel.textContent; copyLabel.textContent = text; setTimeout(function() { copyLabel.textContent = prev; }, 1800); } if (navigator.clipboard && navigator.clipboard.writeText) { navigator.clipboard.writeText(url) .then(function() { flashLabel('Copied!'); }) .catch(function() { flashLabel('Press Ctrl+C'); }); } else { // Legacy browser fallback — execCommand still works on http: contexts var ta = document.createElement('textarea'); ta.value = url; ta.style.position = 'fixed'; ta.style.opacity = '0'; document.body.appendChild(ta); ta.select(); try { document.execCommand('copy'); flashLabel('Copied!'); } catch (e) { flashLabel('Press Ctrl+C'); } document.body.removeChild(ta); } }); document.body.appendChild(modal); }
Chat with us!