REDRAGON Over-Ear AURORA Gaming Headset - Black - Redragon | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Redragon

REDRAGON Over-Ear AURORA Gaming Headset - Black

SKU: RD-H376BR
R 649.00
In Stock

Experience a truly immersive gaming audio experience with the Redragon H376 AURORA 7.1 USB Gaming Headset. It features high-precision 40mm drivers that enhance your audio and bring every gunshot, footstep, and explosion to life. Enjoy crystal-clear conversations with teammates or friends thanks to...

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

Experience a truly immersive gaming audio experience with the Redragon H376 AURORA 7.1 USB Gaming Headset. It features high-precision 40mm drivers that enhance your audio and bring every gunshot, footstep, and explosion to life. Enjoy crystal-clear conversations with teammates or friends thanks to the highly sensitive noise-cancelling microphone, eliminating background noise and distortion. Switch between three EQ modes effortlessly for different scenes, whether gaming, listening to music, or watching a movie. The volume button controller and mic quick mute with icons on this versatile USB headset makes adjusting audio settings a breeze without losing focus.

Weighing only 300g, the gaming headset with mic is designed for comfort during long gaming sessions. With an adjustable headband and soft memory foam ear cushions, you can stay focused on victory without discomfort. The Redragon H376 Aurora gaming headset is compatible with PC, NS, and PS4/PS5, offering seamless gaming experiences across various platforms. Enjoy gaming wherever you are without any compatibility issues with the Redragon H376 AURORA 7.1 USB Gaming Headset.

FEATURES:

  • 7.1 Virtual Sound
  • 40mm Sound Units
  • In-line Control
  • EQ Mode Switch
  • Soft Leatherette Foam Pads
  • High Sensitivity Microphone
  • Soft and Lightweight Design

SPECIFICATIONS:

  • Speaker Impendance: 32Ω±15% (f=1KHz)
  • Speaker Sensitivity: 99±3dB
  • Speaker Rated Power: 5mW
  • Speaker Frequency Response: 20-20KHz
  • Microphone Type: Fixed Omnidirectional (non-detachable)
  • Microphone Impedance: 2.2KΩ (max)
  • Microphone Sensitivity: -42±3dB
  • Microphone Frequency Response: 100~10000Hz (at 1KHz±3dB)
  • Cable Type: USB 2.0
  • Cable Length: 2.1±0.1 m
  • Rated Power: 5V
  • O.S. Support: Compatible with PC, NS, and PS4/PS5
  • Colour: Black
  • Product Dimensions: 19.6 x 9.6 x 15.4 cm
  • Product Weight: 300g

WHAT'S IN THE BOX:

  • Redragon H376 AURORA 7.1 USB Gaming Headset -Black x1
  • User Manual x1

Please note this product may not be compatible with Xbox Consoles.

Brand Redragon
Colour Black
Form Factor -
Interface -
Capacity -
Memory Capacity -
Screen Size -
Resolution -
Refresh Rate -
Cpu -
Cpu Socket -
Warranty 18 Months
0.0
0 reviews
Login to Review

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

Related Products

REDRAGON Over-Ear ZEUS 2 USB Gaming Headset - Black
Redragon

REDRAGON Over-Ear ZEUS 2 USB Gaming Headset - Black

R 999.00

In Stock

New
PCBuilder ZENITH 7.1 Surround Sound Wireless Gaming Headset
PCBuilder

PCBuilder ZENITH 7.1 Surround Sound Wireless Gaming Headset

R 799.00

Out of Stock

REDRAGON Over-Ear AURORA Gaming Headset - White
Redragon

REDRAGON Over-Ear AURORA Gaming Headset - White

R 649.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!