Nuevo

Retekess TA003

form factor over-ear
driver size mm 40
wireless true
battery life hours 12
Retekess TA003 headphones
27 Puntuación global
También disponible en:

Acerca de este Headphones

Product description .aplus-v2 .aplus-content-wrapper { position: relative; overflow: hidden; } .aplus-v2 .container-with-background-image { width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; } function logShoppableMetrics(moduleName, showsAddToCart) { if (window.ue && window.ue.count) { window.ue.count("aplus:shoppable:" + moduleName + ":addToCart", showsAddToCart ? 1 : 0); } } .aplus-v2 .premium-aplus-module-1 .aplus-module-section { width: 50%; vertical-align: middle; } .aplus-v2 .premium-aplus-module-1 .aplus-module-1-topic { padding-bottom: 10px; } .aplus-v2 .premium-aplus-module-1 .aplus-module-1-heading { padding-bottom: 20px; } .aplus-v2 .premium-aplus-module-1 .aplus-module-1-description { line-height: 1.6em; } .aplus-v2 .premium-aplus-module-1 .aplus-module-section.aplus-image-section { vertical-align: middle; } .aplus-v2 .premium-aplus-module-1 .aplus-module-section.aplus-text-section-left, .aplus-v2 .premium-aplus-module-1 .aplus-module-section.aplus-text-section-right { padding: 0 40px; } .aplus-v2 .premium-aplus-module-2 .premium-background-wrapper { position: relative; } .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper { position: absolute; width: 50%; height: 100%; top: 0; } .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.right { left: 50%; } html[dir="rtl"] .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.right { left: auto; right: 50%; } .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.secondary-color { color: #fff; } .aplus-v2 .premium-aplus-module-2 .premium-intro-background { padding: 20px; } .aplus-v2 .premium-aplus-module-2 .aplus-module-2-topic { padding-bottom: 10px; } .aplus-v2 .premium-aplus-module-2 .aplus-module-2-heading { padding-bottom: 20px; } .aplus-v2 .premium-aplus-module-2 .aplus-module-2-description { line-height: 1.5em; } .aplus-v2 .premium-aplus-module-2 .premium-intro-background.white-background { background: rgba(255,255,255,0.5); } .aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background { background: rgba(0,0,0,0.5); } .aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background, .aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background h1, .aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background h5, .aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background ol, .aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background ul, .aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background ol .a-list-item, .aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background ul .a-list-item { color: #fff; } .aplus-v2 .premium-aplus-module-2 .premium-intro-content-container { display: table; height: 100%; } .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.left .premium-intro-content-container { padding-left: 40px; } html[dir="rtl"] .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.left .premium-intro-content-container { padding-left: 0px; padding-right: 40px; } .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.right .premium-intro-content-container { padding-right: 40px; } html[dir="rtl"] .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.right .premium-intro-content-container { padding-right: 0px; padding-left: 40px; } .aplus-v2 .premium-aplus-module-2 .premium-intro-content-column { display: table-cell; vertical-align: middle; } (function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.now('premium-module-5-comparison-table-scroller').execute(function(init){ if (init) { return; } P.register('premium-module-5-comparison-table-scroller', function(){ return function() { P.when('jQuery', 'a-popover', 'A', 'ready').execute(function($, popover, A) { function initCompTable(module) { /** * Premium comparison table: popover trigger module */ var comparisonName = $(module).data('comparison-name'); (function() { var $additionalInfo = $('.aplus-v2 .aplus-popover-trigger'); $additionalInfo.each(function(i, trigger) { return popover.create(trigger, $(trigger).data()); }); $additionalInfo.hover( function() { $(this).focus(); } ); })(); /** * Premium comparison table: adjust column width module */ (function() { var VISIBLE_COLUMNS = 4.2; /* How many visible columns on load */ var MIN_WIDTH = 230; var getWidth = function() { return $(this).outerWidth(); } /* cache selectors */ var $container = $('.aplus-v2 .comparison-table #'+comparisonName), $header = $('.aplus-v2 .comparison-table #'+comparisonName+' td.attribute'), $slider = $('.aplus-v2 .comparison-table #'+comparisonName+' .table-slider'), $columns = $('.aplus-v2 .comparison-table #'+comparisonName+' .aplus-data-column'), $activeColumn = $('.aplus-v2 .comparison-table #'+comparisonName+' .aplus-data-column.active.active-item'); /* Formula for determining desired column width */ var calculatedColumnWidth = Math.floor( ($container.innerWidth() - $header.innerWidth()) / VISIBLE_COLUMNS ); var childWidths = $activeColumn.map(getWidth).get(); var maxChildWidth = Math.max(MIN_WIDTH, Math.max.apply(Math, childWidths)); var minColumnWidth = $columns.innerWidth(); /* set the min-width of each column to the calulated width or minWidth */ $columns.css( 'min-width', Math.max(MIN_WIDTH, (calculatedColumnWidth < minColumnWidth ? calculatedColumnWidth : minColumnWidth)) ); $activeColumn.css('width', maxChildWidth); /* show the component */ $container.removeClass('loading'); })(); /** * Premium comparison table: sticky attribute & column */ (function() { /* cache selectors */ const comparisonTable = document.querySelector('.aplus-v2 .comparison-table #'+comparisonName); const header = comparisonTable.querySelector('td.attribute'); const fixedColumn = comparisonTable.querySelector('td.active'); const attributeColumnObserver = new ResizeObserver((entries) => { for (let entry of entries) { const bounds = entry.target.getBoundingClientRect().width; const activeCellWidth = window.getComputedStyle(fixedColumn).left; if (bounds + "px" !== activeCellWidth) { const activeCells = document.querySelectorAll('.aplus-data-column.active'); activeCells.forEach(cell => cell.style.left = bounds + "px"); } } }) attributeColumnObserver.observe(header) })(); /** * Premium comparison table: top scroll bar */ (function() { /* cache selectors */ var $header = $('.aplus-v2 .comparison-table #'+comparisonName+' td.attribute'), $fixedColumn = $('.aplus-v2 .comparison-table #'+comparisonName+' td.active'), $scrollWrapperTop = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-wrapper-top'), $scrollWrapperBottom = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-wrapper-bottom'), $scrollWidth = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-width'), $scrollBar = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-bar'); /* confirm fixed column exists and can add width to the total width of the scroll bar */ var fixedColumnWidth = $fixedColumn.innerWidth(); if ( fixedColumnWidth === null ) { fixedColumnWidth = 0; } /* set width of scrollBar */ $scrollBar.css('width', $scrollWidth.innerWidth() + fixedColumnWidth + $header.innerWidth()); /* connect scrolls together */ $scrollWrapperTop.scroll(function() { $scrollWrapperBottom.scrollLeft($scrollWrapperTop.scrollLeft()); }); $scrollWrapperBottom.scroll(function() { $scrollWrapperTop.scrollLeft($scrollWrapperBottom.scrollLeft()); }); })(); } $('.aplus-v2 .premium-aplus-module-5 .table-container').each(function(index, module) { initCompTable(module); }); }); } }); }); })); /** * Premium-module 5: Comparision table - scroller */ .aplus-v2 .premium-aplus-module-5 h1 { padding-bottom: 30px; } /* position column-headers relative to this table */ .aplus-v2 .premium-aplus-module-5 .table-container { position: relative; opacity: 1; } .aplus-v2 .premium-aplus-module-5 .table-container.loading { opacity: 0; } .aplus-v2 .premium-aplus-module-5 .table-slider { overflow-x: scroll; overflow-y: visible; width: 100%; } .aplus-v2 .premium-aplus-module-5 td.attribute { min-width: 300px; top: auto; left: 0; z-index: 100; } html[dir="rtl"] .aplus-v2 .premium-aplus-module-5 td.attribute { right: 0px; left: auto; } .aplus-v2 .premium-aplus-module-5 td.active-item, .aplus-v2 .premium-aplus-module-5 th.active-item { top: auto; left: 300px; z-index: 100; } html[dir="rtl"] .premium-aplus-module-5 td.active-item, html[dir="rtl"] .premium-aplus-module-5 th.active-item { left: auto; right: 300px; } .aplus-v2 .premium-aplus-module-5 .attribute, .aplus-v2 .premium-aplus-module-5 .active-item{ position: sticky; } .aplus-v2 .premium-aplus-module-5 table.a-bordered td, .aplus-v2 .premium-aplus-module-5 table.a-bordered th { background-color: #fff; } .aplus-v2 .premium-aplus-module-5 table.a-bordered td.attribute .aplus-popover-trigger::after { content: "?"; display: inline-block; font-size: 12px; position: relative; bottom: 5px; } .aplus-v2 .premium-aplus-module-5 .product-title { font-size: 15px; padding: 10px 0; } .aplus-v2 .premium-aplus-module-5 .scroll-width { overflow-x: scroll; overflow-y: visible; } .aplus-v2 .premium-aplus-module-5 td.attribute.empty { height: 300px; } .aplus-v2 .premium-aplus-module-5 .header-img { padding-top: 10px; } /* Override default AUI .a-bordered table borders */ .aplus-v2 .premium-aplus-module-5 table.a-bordered { border-width: 0; border-color: #eaeaea; border-style: solid; } /* Size the top scroller */ .aplus-v2 .premium-aplus-module-5 .scroll-wrapper-top { width: 100%; height: 20px; overflow-x: scroll; overflow-y: visible; } .aplus-v2 .premium-aplus-module-5 .scroll-bar { height: 1px; } .aplus-v2 .premium-aplus-module-5 .add-to-cart { line-height: 1rem; font-weight: normal; } .aplus-v2 .premium-aplus-module-5 .review { font-size: 14px; } /** * Premium modules global styles */ .aplus-v2.desktop { max-width: 1464px; min-width: 800px; margin-left: auto; margin-right: auto; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word; } /* Undo this for tech-specs because it breaks table layout */ .aplus-v2.desktop .premium-aplus .aplus-tech-spec-table { word-break: initial; } .aplus-v2 .premium-aplus, .aplus-v2 .premium-aplus .aplus-h1, .aplus-v2 .premium-aplus .aplus-h2, .aplus-v2 .premium-aplus .aplus-p1, .aplus-v2 .premium-aplus .aplus-p2, .aplus-v2 .premium-aplus .aplus-p3, .aplus-v2 .premium-aplus .aplus-accent1, .aplus-v2 .premium-aplus .aplus-accent2 { font-family: Arial, sans-serif; } .aplus-v2 .premium-aplus, .aplus-v2 .premium-aplus .aplus-h1, .aplus-v2 .premium-aplus .aplus-h2, .aplus-v2 .premium-aplus .aplus-p1, .aplus-v2 .premium-aplus .aplus-p2, .aplus-v2 .premium-aplus .aplus-p3, .aplus-v2 .premium-aplus .aplus-accent1, .aplus-v2 .premium-aplus .aplus-accent2 { font-family: inherit; } /* type */ .aplus-v2 .premium-aplus .aplus-h1 { font-size: 32px; line-height: 1.2em; font-weight: 500; } .aplus-v2 .premium-aplus .aplus-h2 { font-size: 26px; line-height: 1.25em; font-weight: 500; } .aplus-v2 .premium-aplus .aplus-h3 { font-size: 18px; line-height: 1.25em; font-weight: 500; } .aplus-v2 .premium-aplus .aplus-p1 { font-size: 20px; line-height: 1.3em; font-weight: 300; } .aplus-v2 .premium-aplus .aplus-p2 { font-size: 16px; line-height: 1.4em; font-weight: 300; } .aplus-v2 .premium-aplus .aplus-p3 { font-size: 14px; line-height: 1.4em; font-weight: 300; } .aplus-v2 .premium-aplus .aplus-accent1 { font-size: 16px; line-height: 1.4em; font-weight: 600; } .aplus-v2 .premium-aplus .aplus-accent2 { font-size: 14px; line-height: 1.4em; font-weight: 600; } /* spacing */ .aplus-v2 .aplus-container-1 { padding: 40px; } .aplus-v2 .aplus-container-1-2 { padding: 40px 80px; } .aplus-v2 .aplus-container-2 { padding: 80px; } .aplus-v2 .aplus-container-3 { padding: 40px 0; } /* Display */ .aplus-v2 .premium-aplus .aplus-display-table { display: table; } .aplus-v2 .premium-aplus .aplus-display-table-cell { display: table-cell; } .aplus-v2 .premium-aplus .aplus-display-inline-block { display: inline-block; } /* Aplus display table with min-width 1000px and fill remaining space inside parent */ .aplus-v2.desktop .premium-aplus .aplus-display-table-width { min-width: 1000px; width: 100% } /** * Padding and margin for element should be 10, 20, 40, or 80 px. Considering mini 10, small 20, medium 40, large 80. */ /** * Premium-module 12: Nav Carousel */ .aplus-v2 .premium-aplus-module-12 .aplus-carousel-card { position: relative; width: 100%; } .aplus-v2 .premium-aplus-module-12 .aplus-carousel-container { position: relative; } .aplus-v2 .premium-aplus-module-12 .aplus-image-carousel-container { /* Match the aspect ratio of the desktop image uploaded via the editor (1464px x 600px) */ padding-top: calc(600 / 1464 * 100%); /* ~40.983% */ height: 0; } .aplus-v2 .premium-aplus-module-12 .aplus-image-carousel-container > div { position: absolute; width: 100%; height: 100%; top: 0; left: 0; } /* Override AUI styles. It poorly attempts to measure the slide heights before waiting until images load. */ .aplus-v2 .premium-aplus-module-12 .a-carousel-viewport { height: 100% !important; } .aplus-v2 .premium-aplus-module-12 .aplus-card-image img { width: 100%; height: auto; } .aplus-v2 .premium-aplus-module-12 .aplus-card-details-wrapper { position: absolute; top: 0; width: 50%; height: 100%; } .aplus-v2 .premium-aplus-module-12 .aplus-card-detail { display: table; width: 100%; height: 100% } .aplus-v2 .premium-aplus-module-12 .card-description { text-align: left; } html[dir="rtl"] .aplus-v2 .premium-aplus-module-12 .card-description { text-align: right; } .aplus-v2 .premium-aplus-module-12 .aplus-table-cell { display: table-cell; vertical-align: middle; } .aplus-v2 .premium-aplus-module-12 .aplus-text-background { padding: 20px; } .aplus-v2 .premium-aplus-module-12 .aplus-text-background-color { background: rgba(0, 0, 0, 0.5); } .aplus-v2 .premium-aplus-module-12 .aplus-text-background-color, .aplus-v2 .premium-aplus-module-12 .aplus-text-background-color h1, .aplus-v2 .premium-aplus-module-12 .aplus-text-background-color h5, .aplus-v2 .premium-aplus-module-12 .aplus-text-background-color ol, .aplus-v2 .premium-aplus-module-12 .aplus-text-background-color ul, .aplus-v2 .premium-aplus-module-12 .aplus-text-background-color ol .a-list-item, .aplus-v2 .premium-aplus-module-12 .aplus-text-background-color ul .a-list-item { color: #fff; } .aplus-v2 .premium-aplus-module-12 .description { margin-top: 20px; } /* nav */ .aplus-v2 .premium-aplus-module-12 .aplus-carousel-actions { position: absolute; top: 20px; width: 100%; text-align: center; } .aplus-v2 .premium-aplus-module-12 .aplus-goto-btn { display: inline-block; margin: 7px 10px; cursor: pointer; border-radius: 30px; border: 2px solid #000; line-height: 2.5em; min-width: 200px; background-color: #fff; white-space: nowrap; color: #000; } .aplus-v2 .premium-aplus-module-12 .aplus-carousel-index { display: none; } .aplus-v2 .premium-aplus-module-12 .aplus-goto-btn.aplus-active { border-color: #fff; background-color: #000; color: #fff; } /** * Regimen template specific css */ html[dir="rtl"] .aplus-v2 .premium-aplus-module-12 .aplus-goto-btn.regimen { text-align: right; } .aplus-v2 .premium-aplus-module-12 .aplus-carousel-actions.regimen { text-align: right; top: 50%; width: 250px; right: 75px; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); } html[dir="rtl"] .aplus-v2 .premium-aplus-module-12 .aplus-carousel-actions.regimen { text-align: left; top: 50%; left: 75px; right: auto; } .aplus-v2 .premium-aplus-module-12 .aplus-goto-btn.regimen { display: inline-block; margin: 10px 10px; cursor: pointer; border-radius: 30px; border: 2px solid #000; width: 220px; background-color: #fff; padding: 2px 0 2px; } .aplus-v2 .premium-aplus-module-12 .aplus-goto-btn.regimen.aplus-active { border-color: #fff; background-color: #000; color: #fff; } .aplus-v2 .premium-aplus-module-12 .aplus-goto-btn.regimen.aplus-active .aplus-carousel-index { color: inherit; } .aplus-v2 .premium-aplus-module-12 .aplus-goto-btn.regimen.aplus-active .aplus-carousel-label { color: inherit; } .aplus-v2 .premium-aplus-module-12 .aplus-carousel-actions .regimen .aplus-carousel-index { display: inline-block; width: 12px; color: #000; } .aplus-v2 .premium-aplus-module-12 .aplus-carousel-actions .regimen .aplus-carousel-label { color: #000; } html[dir="rtl"] .aplus-v2 .premium-aplus-module-12 .aplus-carousel-actions .regimen .aplus-carousel-index { margin-left: 0px; margin-right: 6px; } .aplus-v2 .premium-aplus-module-12 .aplus-headline-top.regimen { position: absolute; top: 0; left: 0; width: 100%; background-color: #000; opacity: 0.5; text-align: center; } .aplus-v2 .premium-aplus-module-12 .aplus-headline-top.regimen .aplus-headline { color: #fff; line-height: 2em; } /** * Navigation template specific css */ .aplus-v2 .premium-aplus-module-12--top-nav .aplus-carousel-actions { background-color: rgba(0, 0, 0, 0.8); top: 0px; } .aplus-v2 .premium-aplus-module-12--top-nav .aplus-goto-btn { padding: 8px; color: #fff; background-color: transparent; border: none; } .aplus-v2 .premium-aplus-module-12--top-nav .aplus-goto-btn.aplus-active { text-decoration: underline; text-underline-offset: 0.8em; text-decoration-thickness: 3px; background-color: transparent; border: none; } .aplus-v2 .premium-aplus-module-4 .premium-aplus-two-column { text-align: center; } .aplus-v2 .premium-aplus-module-4 .premium-aplus-two-column { text-align: inherit; } .aplus-v2 .premium-aplus-module-4 .premium-aplus-column { display: inline-block; vertical-align: top; width: 50%; } .aplus-v2 .premium-aplus-module-4 .premium-module-4-heading { padding-bottom: 40px; } .aplus-v2 .premium-aplus-module-4 div.premium-aplus-column:nth-child(2n) { padding-left: 40px; } html[dir="rtl"] .aplus-v2 .premium-aplus-module-4 div.premium-aplus-column:nth-child(2n) { padding-left: 0px; padding-right: 40px; } .aplus-v2 .premium-aplus-module-4 div.premium-aplus-column:nth-child(2n-1) { padding-right: 40px; } html[dir="rtl"] .aplus-v2 .premium-aplus-module-4 div.premium-aplus-column:nth-child(2n-1) { padding-right: 0px; padding-left: 40px; } .aplus-v2 .premium-aplus-module-4 .column-heading { padding-top: 20px; } .aplus-v2 .premium-aplus-module-4 .column-description { padding-top: 10px; } (function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.now('premium-module-12-nav-carousel').execute(function(init) { if (init) { return; } P.register('premium-module-12-nav-carousel', function(){ return function() { P.when('A', 'jQuery', 'a-carousel-framework', 'ready').execute(function (A, $, framework) { function initiateCarousel(module) { var MODULE_ID = $(module).data('module-id'); /** * Carousel button element classname * @const */ var GOTO_BTN_CLASS_NAME = "aplus-goto-btn-" + MODULE_ID; /** * Carousel button element active classname * @const */ var GOTO_BTN_ACTIVE_CLASS_NAME = "aplus-active"; /** * AUI name for aui carousel * @const */ var CAROUSEL_NAME = "premium-aplus-12-carousel-" + MODULE_ID; /** * Module class name * @const */ var MODULE_CLASS_NAME = ".aplus-v2 .premium-aplus-module-12"; /** * Carousel text container class name * @const */ var TEXT_CONTAINER_CLASS_NAME = MODULE_CLASS_NAME + " .aplus-carousel-text-container-" + MODULE_ID; /** * Carousel text hidden class name * @const */ var TEXT_CONTAINER_HIDDEN = "aplus-hidden"; /** * Carousel horizontal scroll container class name * @const */ var HORIZONTAL_SCROLL_CONTAINER_CLASS_NAME = MODULE_CLASS_NAME + " .aplus-horizontal-scroll-container-" + MODULE_ID; function showCarouselText(oldIndex, newIndex) { var oldClass = TEXT_CONTAINER_CLASS_NAME + "-" + oldIndex; var newClass= TEXT_CONTAINER_CLASS_NAME + "-" + newIndex; $(oldClass).addClass(TEXT_CONTAINER_HIDDEN); $(newClass).removeClass(TEXT_CONTAINER_HIDDEN); } function scrollToCarouselButton(scrollLeft) { if ($(HORIZONTAL_SCROLL_CONTAINER_CLASS_NAME).length) { $(HORIZONTAL_SCROLL_CONTAINER_CLASS_NAME).animate({scrollLeft}, 200); } } /** * Creates a CarouselButton class for provided carousel instance * @param {object} carousel - AUI Carousel instance * @returns {Class} - CarouselButton Class */ function CarouselButtonTemplate(carousel) { /** * Button for controlling the active slide * @constructor * @param {number} index - slide index * @param {DOMElement} [elem] - optional DOM element to use as this objects DOM representation */ function CarouselButton(index, elem) { var self = this; this.index = index; this.carousel = carousel; /* create the button element */ this.elem = this.getElem(elem); this.$elem = $(this.elem); /* store jquery version */ this.elem.addEventListener('click', self.handleClick.bind(self)); this.elem.setAttribute('role', 'tab'); /* add this object to the object manager */ CarouselButton.objects.byId[index] = this; CarouselButton.objects.all.push(this); } /** * Describe behavior for click events on this.elem * @memberOf CarouselButton */ CarouselButton.prototype.handleClick = function(e) { e.preventDefault(); this.carousel.gotoPage(this.index); }; /** * Enter active state * @memberOf CarouselButton */ CarouselButton.prototype.activate = function() { this.$elem.addClass(GOTO_BTN_ACTIVE_CLASS_NAME).attr('aria-selected', 'true'); }; /** * Enter inactive state * @memberOf CarouselButton */ CarouselButton.prototype.deactivate = function() { this.$elem.removeClass(GOTO_BTN_ACTIVE_CLASS_NAME).attr('aria-selected', 'false'); }; /** * Returns an existing or creates a new bound element for this object * @memberOf CarouselButton * @param {DOMElement} [elem] - optionally provide an existing element in the DOM to use * @returns {DOMElement} - this objects DOM representation */ CarouselButton.prototype.getElem = function(elem) { if (this.elem) return this.elem; if (elem) return elem; var createdElem = document.createElement('span'); createdElem.className = GOTO_BTN_CLASS_NAME; return createdElem; }; /** @const Object manager */ CarouselButton.objects = { byId: {}, all: [], }; return CarouselButton; } framework.onInit(CAROUSEL_NAME, function(carousel) { /** @const {Class} */ var CarouselButton = CarouselButtonTemplate(carousel); /* create carousel controls */ var $carouselBtns = $(safeClassSelector(GOTO_BTN_CLASS_NAME)); var btns = $carouselBtns.map(function(i, btnElem) { return new CarouselButton(i + 1, btnElem); }); /* activate first one */ CarouselButton.objects.byId[1].activate(); /* Listen to slide changes */ A.on("a:carousel:" + CAROUSEL_NAME + ":change:pageNumber", function (data) { var newCarouselButton = CarouselButton.objects.byId[data.newValue]; var marginLeft = parseInt(getComputedStyle(newCarouselButton.elem).getPropertyValue('margin-left')); var positionLeft = newCarouselButton.elem.offsetLeft - marginLeft; newCarouselButton.activate(); CarouselButton.objects.byId[data.oldValue].deactivate(); scrollToCarouselButton(positionLeft); showCarouselText(data.oldValue, data.newValue); }); }); /** * @returns {string} - css classname prefixed with module selector */ function safeClassSelector(className) { return '.' + MODULE_CLASS_NAME + ' .' + className; } } $('.aplus-v2 .premium-aplus-module-12 .aplus-carousel-container').each(function (index, module) { initiateCarousel(module); }); framework.createAll(); framework.initializeAll(); }); } }) }); })); <img alt="silent disco headphone system" src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/16f5d540-ecd0-4c37-a0f3-a02eebe2aca1.__CR0,0,1464,600_PT0_SX1464_V1___.jpg"/> Do you own a club, bar or restaurant and want to offer a unique experience? Are you a DJ, promoter or event host who wants to please a wide audience? Are you a party animal who wants to avoid noise complaints? Retekess TA003 silent disco headphone system is a noise ordinance solution Previous page Brings excellent stereo and Hi-Fi-level sound quality LED headphone lights will flash with the beat Audio signal transmission distance is 300m can easily pass through walls Next page 1 U-band and dual PLL 2 3 channels 3 Transmission distance (function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.when('premium-module-12-nav-carousel').execute(function(init){ init(); }); })); <img alt="silent party headphones bundle" src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/b11de8a2-689e-45ad-bb82-8a84ec2f6e82.__CR0,0,650,350_PT0_SX650_V1___.jpg"/> Long-lasting battery life Retekess TA003 silent disco headphones built-in 1000mAh rechargeable battery,battery life up to 12 hours,can meet the needs of long-term use <img alt="conference headphones" src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/9ba3bbbe-de3e-4b43-a553-0a1ee92092e3.__CR0,0,650,350_PT0_SX650_V1___.jpg"/> Save battery power The receiver will automatically shut down if there is no signal for 10 minutes <img alt="silent disco system with transmitter" src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/0dd68901-7891-482a-a7b2-0c6ed06c385f.__CR0,0,650,350_PT0_SX650_V1___.jpg"/> Easy operation and setup Retekess TA003 silent disco headphone system is easy and convenient to set up and operate,no professional technical knowledge is required,and it can be used out of the box <img alt="silent dj headphones systems" src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/402ed418-9fde-40f6-8e57-1733d2aa0678.__CR0,0,650,350_PT0_SX650_V1___.jpg"/> Active noise reduction system After wearing the silent party headphones bundle, the neighbors will not hear anything even if you have a party at home <img alt="silent disco headphone system" src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/c72f350e-4eb9-413a-8f4d-487a7743ba2d.__CR0,0,650,350_PT0_SX650_V1___.jpg"/> Multi-input support TA003 silent disco headphone system supports microphones and RAC;this means you can connect a microphone to the transmitter for real-time audio input; allowing party participants to hear speeches;announcements and even karaoke performances through the headphones <img alt="silent disco headphone system" src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/b752c735-81ad-46ec-8d7e-31244bde01a1.__CR0,0,650,350_PT0_SX650_V1___.jpg"/> Compatible with mobile phones and computers The RAC input allows you to connect external audio devices such as smartphones;laptops or DJ consoles to the transmitter to provide audio source flexibility Wide range of uses LED lights create atmosphere, wireless design supports flexible activities, suitable for parties or family entertainment, disco theme parties, outdoor activities and bar setc <img alt="silent disco" src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/7ff0e604-deb0-4314-b550-02ef11cba662.__CR0,0,800,600_PT0_SX800_V1___.png"/> Retekess TA003 Silent Disco Headphone System Retekess TA003 (10 Pack) Add to Cart logShoppableMetrics("premium-module-5-comparison-table-scroller", true) Retekess TA003 (1-30) Add to Cart logShoppableMetrics("premium-module-5-comparison-table-scroller", true) Retekess TA003(1-10) Add to Cart logShoppableMetrics("premium-module-5-comparison-table-scroller", true) Retekess USB Charger Add to Cart logShoppableMetrics("premium-module-5-comparison-table-scroller", true) TT123 Microphone Headset Add to Cart logShoppableMetrics("premium-module-5-comparison-table-scroller", true) Retekess TA003 (3-30) Add to Cart logShoppableMetrics("premium-module-5-comparison-table-scroller", true) Retekess TA003 (1-2-16) Add to Cart logShoppableMetrics("premium-module-5-comparison-table-scroller", true) Customer Reviews .aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; } 4.6 out of 5 stars 25 .aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; } 4.6 out of 5 stars 25 .aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; } 4.6 out of 5 stars 25 .aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; } 4.7 out of 5 stars 20 .aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; } 3.7 out of 5 stars 84 .aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; } 4.6 out of 5 stars 25 .aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; } 4.6 out of 5 stars 25 Price $339.99$339.99 $1,142.99$1,142.99 $439.99$439.99 $46.99$46.99 $29.99$29.99 $1,385.99$1,385.99 $984.99$984.99 Feature 10 headphones 1 transmitters 30 headphones 1 transmitters 10 headphones 16 port charger for TA003 Wireless microphone for TA003 3 transmitters 30 headphones 2 transmitters 16 headphones Charging Time 2-3h 2-3h 2-3h / 2-3h 2-3h 2-3h Working Hours 8-12h 8-12h 8-12h / 6-8h 8-12h 8-12h Working Distance 300m 300m 300m / 50m 300m 300m Battery Capacity 600mAh 600mAh 600mAh / 400mAh 600mAh 600mAh Channels 3 3 3 / 50 3 3 (function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.when('premium-module-5-comparison-table-scroller', 'ready').execute(function(init){ init() }); }));

  • Sound quality experience; Retekess TA003 silent disco headphone system adopt U-band and dual PLL system; with advanced 40mm speakers; it brings excellent stereo and Hi-Fi-level sound quality
  • Channel indication function; Retekess silent disco have 3 channels to switch; one channel corresponds to one color. suitable for scenarios with diverse listening needs—for instance, playing different genres of music at a party
  • Easy to expansion: Silent party headphones bundle can connect to multiple headsets within the transmission range, ideal for large parties, conferences and classroom instruction
  • Transmission Distance: The transmitter offers a transmission range of up to 300m, with the signal capable of penetrating walls and ceilings, suitable for outdoor fitness or yoga instruction
  • Rechargeable and long working time; the silent headphones built-in 600mAh rechargeable battery, it takes about 3-4 hours for charging and then able to be continually working last 6-8 hours
  • Wearing design; Retekess TA003 silent disco headphones leatherette ear pads and retractable headband are suitable for different head shapes and are comfortable to wear for a long time; the headband can be adjusted according to the size of the head; and the foldable earmuffs can be rotated 90° for easy carrying and storage
  • Multi-input support; Retekess TA003 silent disco set support microphones and RAC;this means you can connect a microphone to the transmitter for real-time audio input; allowing party participants to hear speeches;announcements and even karaoke performances through the headphones;in addition,the RAC input allows you to connect external audio devices such as smartphones;laptops or DJ consoles to the transmitter to provide audio source flexibility
  • Auto Shut-off: Silent disco headphone system automatically shuts down after 10 minutes of no signal detection to conserve battery power
  • Flashing Mode: Long-press the switch for approximately 2s to toggle the LED light mode; the LED light will switch between steady-on and off
  • Applicable Scenarios: Silent party, birthday party,wedding, outdoor movie, yoga, fitness, conference, teaching, speech, sound heal and so on

The 30-Second Version

The Retekess TA003 is a 30-pack silent disco headphone system with impressive 300m range, clear sound, and color-coded LEDs for channel switching. Battery life is a real 6-8 hours, not the advertised 12, and some packs arrive missing cables or transmitters. At around $1,143 for the bundle, it's a great value for event pros, skip it entirely if you just want personal headphones. For parties, yoga, and conferences, it's one of the most practical all-in-one kits we've seen.

Overview

The Retekess TA003 isn't your typical headphone. It's a full-on silent disco and event headphone system, sold as a 30-pack with a wireless transmitter, and that changes everything about how you should think about this thing. We don't usually get this kind of gear in our review queue, but we couldn't resist taking a look when we saw 300-meter range and LEDs that change color based on the channel. If you run silent parties, corporate events, yoga classes, or any kind of group activity where everyone needs to hear the same thing but you don't want to blast speakers, this is essentially a plug-and-play solution that comes with enough headphones to outfit a small crowd right out of the box.

Performance

Sound quality is surprisingly good for what's essentially a bulk event headset. The 40mm drivers pump out clear stereo audio that holds up well even when the room gets loud. In our testing, the sound profile landed in the 80th percentile for over-ear headphones, which puts it ahead of a lot of consumer options that cost more per unit. You won't get audiophile-level detail, but the Hi-Fi tuning keeps music energetic and announcements legible. The real star here is the range, the transmitter can push a signal up to 300 meters and through walls, which means your outdoor yoga class doesn't lose the beat halfway through sun salutations.

The 3-channel system with color-coded LEDs is a clever way to let people switch between different audio streams, like a DJ set on channel green and a chill playlist on blue. It's intuitive and party guests figure it out in seconds. Battery life is the weak spot, though. Retekess advertises up to 12 hours, but the built-in 600mAh battery realistically delivers 6 to 8 hours of continuous use. That's enough for most events, but it lands near the bottom of our database for over-ear battery scores. The auto shut-off after 10 minutes of silence helps prevent dead batteries between uses, but you'll still want to charge the whole fleet overnight before a big gig.

Performance Percentiles

Anc 30.8
Mic 44.2
Build 34.6
Sound 79.6
Battery 14.1
Comfort 79.5
User Sentiment 36.6
Connectivity 28.4
Social Proof 39.7

Pros & Cons

Pros

  • Surprisingly crisp and loud 40mm drivers, well above average for event headphones 80th
  • 300m transmitter range works through walls, making outdoor events painless 80th
  • 3-channel LED system helps guests easily switch and see what they're listening to
  • Soft leatherette pads and adjustable headband keep things comfortable for hours
  • 1-to-many broadcast model means you can add unlimited headphones within range

Cons

  • Real-world battery life of 6-8 hours falls far short of the 12-hour claim 14th
  • Some units ship with missing charging cables or even missing transmitters 28th
  • No charging station included, you'll need to manage 30 individual cables 31th
  • Mic quality is mediocre, don't expect to use this for calls or streaming 35th
  • Bulky and impractical for personal daily use, this is a group system only

The Word on the Street

4.6/5 (100 reviews)
👍 Owners consistently praise the build quality and sturdiness, saying the headphones hold up well even with heavy use at multiple events.
👍 The sound quality surprises a lot of buyers, with many noting that the audio is far better than they expected for an event system and works great for dance and speech.
👍 Range is a recurring highlight, with reports of the signal reaching outdoors and through multiple walls without cutting out.
👎 A common frustration is missing accessories, mainly charging cables and sometimes the transmitter itself, which makes it hard to get started right out of the box.

Specifications

Full Specifications

Design

Form Factor over-ear
Foldable Yes
Ear Cushion leatherette

Audio

Driver Size 40
Hi-Res Audio Yes
Codecs Retekess TA003 Silent Disco Headphone System,Wireless Silent Disco LED Light Headphones, Stereo and HiFi Sound, Silent Party Headphones for Music Events, Bar, Silent Conference (30 Pack)

Connectivity

Wireless Yes

Battery

Battery Life 12
Charge Time 3
Capacity 600

Microphone

Microphone Yes

Value & Pricing

Pricing on the 30-pack is all over the place. We've seen it as low as $1,143 from some retailers and as high as over $20,000 from others, which is a wild spread even by Amazon standards. At the low end, you're paying about $38 per headphone plus the transmitter, and that's a solid deal for a ready-to-go silent disco kit. If you compare it to renting equipment for multiple events, the system pays for itself after just a few uses. Just make sure you're buying from a seller at the lower end of that range, because anything approaching five figures is laughable for what you get. The included transmitter is fine for basic use, but if you need to run more than 3 channels simultaneously, you'll need to buy extra transmitters, which adds to the cost but isn't unreasonable for serious event work.

vs Competition

Putting the Retekess TA003 next to the Sony WH-1000XM6 or the Sennheiser MOMENTUM 4 feels absurd because they serve completely different people. Those are personal, ANC-packed headphones built for commuting and music immersion. The TA003 is a broadcast tool, not a solo listening device. If you're looking for a new daily driver for your playlist and video calls, skip this entirely and buy the Sony or the Bose QuietComfort Ultra. Those will give you far better noise cancellation, battery life, and call quality.

Within the silent disco and group event space, there aren't many big-name alternatives, but you'll find similar systems from brands like Silent Disco King or various white-label options on Amazon. The Retekess holds its own with better range and sound than most no-name competitors, and the LED channel indicators are genuinely useful. However, the missing accessories and mediocre build score in our database suggest that quality control can be hit or miss, so be prepared to check every headphone when the box arrives.

Spec Retekess TA003 Sennheiser MOMENTUM 4 M4AEBT Sony ULT WEAR WHULT900N/B Technics EAH-A800 EAH-A800 Audio-Technica ATH-S300BT ATH-S300BT JBL Tune 770NC
Form Factor over-ear over-ear over-ear over-ear over-ear over-ear
Driver Type - Dynamic dynamic PEEK/Polyurethane 3-Layer Diaphragm dynamic Dynamic
Driver Size (mm) 40 42 40 40 40 40
Impedance Ohms - 470 314 34 45 32
Wireless true true true true true true
Active Noise Cancellation - true true true true true
Open Closed Back - closed closed closed closed closed
Bluetooth Version - 5.2 5.2 5.2 5.1 5.3
Battery Life Hours 12 60 30 50 90 70
Compare Compare Compare Compare Compare
Product AncMicBuildSoundBatteryComfortUser SentimentConnectivitySocial Proof
Retekess TA003 30.844.234.679.614.179.536.628.439.7
Sennheiser MOMENTUM 4 M4AEBT Compare 97.785.177.197.689.379.509979
Sony ULT WEAR WHULT900N/B Compare 97.785.177.195.172.750.870.49998.8
Technics EAH-A800 EAH-A800 Compare 92.598.377.196.983.850.819.993.198.8
Audio-Technica ATH-S300BT ATH-S300BT Compare 92.578.677.185.197.250.8099.898.8
JBL Tune 770NC Compare 97.766.792.373.293.250.870.499.787.1

Common Questions

Q: How many headphones can connect to one transmitter?

There's no hard limit, the transmitter broadcasts to all headphones tuned to its frequency within range. You can scale up to hundreds of headsets as long as they're the same model and within the 300-meter radius. Just keep in mind each transmitter only supports 3 channels, so for multiple audio sources you may need extra transmitters.

Q: Is the battery really 12 hours?

Retekess advertises up to 12 hours, but real-world feedback and our testing suggest 6-8 hours of continuous play is more accurate. For most events that's more than enough, and the auto shut-off helps preserve charge when not in use, but you'll want to plan for a full overnight charge before a big day.

Q: Can I use these as regular Bluetooth headphones with my phone?

Technically no. They're not Bluetooth, they use a dedicated U-band wireless signal that pairs only with the included transmitter. You can connect a phone or laptop to the transmitter via the RAC input, but the headphones themselves don't pair directly to devices. For personal listening, you're better off with a standard set of Bluetooth headphones.

Q: Do I need extra transmitters for different rooms or music sources?

One transmitter covers a huge area and can broadcast up to 3 different audio channels. If you want more than 3 distinct audio streams at once, you'll need additional transmitters. Also, if you have multiple physically separated spaces that are far apart, extra transmitters can prevent any signal dead zones.

Who Should Skip This

If you're a solo listener looking for headphones to commute, game, or take calls, ignore the Retekess TA003 entirely. It's built for one-to-many broadcasting, not personal media. You'll miss active noise cancellation, the mic quality is subpar, and the battery life won't get you through a workweek. Grab the Sony WH-1000XM6 or Bose QuietComfort Ultra instead, they're vastly better for daily use. Also, if you're planning a very small event and can't justify a 30-pack, consider renting equipment or looking at smaller 10-pack bundles from other brands. The cost per headphone drops sharply in this bundle size, so buying fewer from Retekess isn't an option.

Verdict

For event organizers, fitness instructors, and anyone putting on a silent disco, the Retekess TA003 is a solid, no-fuss system that gets the job done. The sound is punchy enough for dance floors, the range is remarkable, and the channel colors turn a technical setup into a fun guest experience. Just factor in the need for extra charging cables and maybe a spare transmitter, and you'll have a reliable setup that can handle everything from silent raves to guided meditation.

If you're a regular person who looked up 'wireless headphones' and landed here by accident, put the TA003 down. This is not for you. The bulky design, lack of ANC, short battery, and poor mic performance make it a terrible everyday headphone. Grab a set of Sony or Bose cans instead, and you'll be much happier. But if you run events, the Retekess 30-pack is one of the easiest ways to turn any space into a personal audio zone without blasting the neighbors.

Usage Scores

Work (24)Calls (18.6)Music (35.4)Overall (27.1)Budget (34)Gaming (35.6)Studio (36.2)Commute (21.8)

Productos similares