신제품

Samsung TH9

form factor semi-in-ear
wireless false
active noise cancellation false
multipoint false
Samsung TH9 earbuds
32 종합 점수
다른 국가에서도 구매 가능:

이 Earbuds 정보

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); } } /** * Premium-module 11: FAQs - Common Styles (All Devices) */ .aplus-v2 .premium-aplus-module-11 { background: #fff; position: relative; } .aplus-v2 .premium-aplus-module-11.aplus-secondary-color { background: #000; } .aplus-v2 .premium-aplus-module-11 .aplus-question, .aplus-v2 .premium-aplus-module-11 .aplus-answer { display: block; width: 100%; margin: 0; } .aplus-v2 .premium-aplus-module-11 .aplus-answer { visibility: hidden; opacity: 0; height: 0; transition: display 0.1s linear, opacity 0.1s linear, height 0.1s linear; transition-behavior: allow-discrete; } .aplus-v2 .premium-aplus-module-11 .aplus-active .aplus-answer { visibility: visible; opacity: 1; height: auto; height: calc-size(auto); min-height: 40px; } .aplus-v2 .premium-aplus-module-11 .faq-list { margin: 0; } .aplus-v2 .premium-aplus-module-11 .faq-block { position: relative; list-style-type: none; cursor: pointer; border: 2px solid #E6E6E6; background: #fff; border-radius: 3px; margin-bottom: 10px; } .aplus-v2 .premium-aplus-module-11.aplus-secondary-color .faq-block { border: none; } .aplus-v2 .premium-aplus-module-11 .aplus-question::before, .aplus-v2 .premium-aplus-module-11 .aplus-answer::before { text-align: center; border-radius: 3px; display: inline-block; font-weight: 500; position: absolute; color: #fff; top: 10px; left: 10px; } html[dir="rtl"] .aplus-v2 .premium-aplus-module-11 .aplus-question::before, html[dir="rtl"] .aplus-v2 .premium-aplus-module-11 .aplus-answer::before { right: 10px; } .aplus-v2 .premium-aplus-module-11 .aplus-question::before { content: "Q"; background: #505050; transition: background 0.1s linear; z-index: 2; } .aplus-v2 .premium-aplus-module-11 .aplus-answer::before { content: "A"; background: #DF7600; color: #000000; z-index: 1; transform: translateY(0px); transition: transform 0.1s linear; } .aplus-v2 .premium-aplus-module-11 .faq-block.aplus-active .aplus-question::before { background: #404040; } .aplus-v2 .premium-aplus-module-11 .faq-block.aplus-active .aplus-answer::before { transform: translateY(40px); } .aplus-v2 .premium-aplus-module-11 .faq-arrow { position: absolute; top: 25px; border: 10px solid transparent; border-top-color: #505050; } html[dir="rtl"] .aplus-v2 .premium-aplus-module-11 .faq-arrow { right: auto; } .aplus-v2 .premium-aplus-module-11 .aplus-active .faq-arrow { top: 15px; border-top-color: transparent; border-bottom-color: #404040; } (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); }); }); } }); }); })); /** * Common event handler for click and keydown events. * @param {Event} event - The event object. * @param {Function} handleClickOrEnter - Function to handle click or Enter key events. * @param {Function} handleEsc - Function to handle Esc key events. */ // [TODO][AplusMantle-8064] Create common event handler util(key events, click events) in AplusModuleResources function handleClickAndKeyEvents(event, handleClickOrEnterOrSpace) { const ENTER_KEY_CODE = 13; const ESCAPE_KEY_CODE = 27; const SPACE_KEY_CODE = 32; const isClick = event.type === 'click'; const isKeydown = event.type === 'keydown'; const isEnter = isKeydown && event.keyCode === ENTER_KEY_CODE; const isSpace = isKeydown && event.keyCode === SPACE_KEY_CODE; const isEsc = isKeydown && event.keyCode === ESCAPE_KEY_CODE; if (isClick || isEnter || isSpace) { handleClickOrEnterOrSpace(); } else if (isEsc) { handleEsc(event); } } /** * Function to handle esc key event. * @param {Event} event - The event object. */ function handleEsc(event) { event.target.blur() // force remove focus } /** * 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 11: FAQs */ .aplus-v2 .premium-aplus-module-11 .aplus-question { line-height: 25px; padding-bottom: 10px; } .aplus-v2 .premium-aplus-module-11 .faq-block { padding: 10px 80px 15px 100px; } html[dir="rtl"] .aplus-v2 .premium-aplus-module-11 .faq-block { padding-left: 80px; padding-right: 100px; } .aplus-v2 .premium-aplus-module-11 .faq-block.aplus-active { padding-bottom: 35px; } .aplus-v2 .premium-aplus-module-11 .aplus-question::before, .aplus-v2 .premium-aplus-module-11 .aplus-answer::before { width: 80px; line-height: 40px; font-size: 25px; } .aplus-v2 .premium-aplus-module-11 .faq-arrow { right: 40px; } html[dir="rtl"] .aplus-v2 .premium-aplus-module-11 .faq-arrow { left: 40px; } .premium-aplus-module-15 { padding: 40px 0; text-align: left; } .aplus-v2 .premium-aplus-module-15 { text-align: inherit; } .aplus-v2 .premium-aplus-module-15 .premium-aplus-15-heading-text { padding-bottom: 20px; } (function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.now('premium-module-11-faq').execute(function(init) { if (init) { return; } P.register('premium-module-11-faq', function() { return function() { P.when('A', 'jQuery', 'ready').execute(function(A, $){ function initFaq(module) { const MODULE_CLASS_NAME = 'premium-aplus-module-11'; const FAQ_CONTAINER_CLASS_NAME = 'faqs-container'; const FAQ_BLOCK_CLASS_NAME = 'faq-block'; const moduleId = $(module).data('faq-block'); const $faqBlocks = $('.aplus-v2 .' + MODULE_CLASS_NAME + ' .' + FAQ_CONTAINER_CLASS_NAME + '.' + moduleId + ' .' + FAQ_BLOCK_CLASS_NAME); /** * Function to handle click or Enter or Space key events. * @param {Element} element - The this object from which the event is dispatched * @param {faqBlocks} faqBlocks - List of all the Question and Answer blocks. */ function handleClickOrEnterOrSpace(element, faqBlocks) { const $element = $(element); const isActive = $element.hasClass('aplus-active'); faqBlocks.removeClass('aplus-active'); faqBlocks.find('[data-faq-question]').attr('aria-expanded', 'false'); if (!isActive) { $element.addClass('aplus-active'); $element.find('[data-faq-question]').attr('aria-expanded', 'true'); } } /* Using jQuery event namespace for preventing duplicate binding on twister refresh */ $faqBlocks.unbind('click keydown.premiumAplusModule11ClickHandler').bind('click keydown.premiumAplusModule11ClickHandler', function(event) { handleClickAndKeyEvents(event, () => handleClickOrEnterOrSpace(this, $faqBlocks)); }); } $(".aplus-v2 .premium-aplus-module-11 .faqs-container").each(function(index, module) { initFaq(module); }); }); }; }); }); })); MAS CARNEY Wired Headphones USB-C & 3.5mm Jack USB C Earphones - TH9 logShoppableMetrics("premium-module-5-comparison-table-scroller", false) Buying Options 3.5mm Wired Earbuds - WH9 Add to Cart logShoppableMetrics("premium-module-5-comparison-table-scroller", true) USB C Earphones - TH9 logShoppableMetrics("premium-module-5-comparison-table-scroller", false) Buying Options 3.5mm Wired Earbuds - WH9 logShoppableMetrics("premium-module-5-comparison-table-scroller", false) Buying Options Earphone Case Add to Cart logShoppableMetrics("premium-module-5-comparison-table-scroller", true) 2pack USB C Earphones TH9 logShoppableMetrics("premium-module-5-comparison-table-scroller", false) Buying Options USB C Earphones - TI3 Add to Cart logShoppableMetrics("premium-module-5-comparison-table-scroller", true) Customer Reviews .aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; } 4.0 out of 5 stars 2,248 .aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; } 4.1 out of 5 stars 435 .aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; } 4.0 out of 5 stars 2,248 .aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; } 4.1 out of 5 stars 435 .aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; } 4.5 out of 5 stars 5,578 .aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; } 3.9 out of 5 stars 426 .aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; } 4.1 out of 5 stars 3,001 Price $5.99$5.99 $5.69$5.69 $5.99$5.99 $5.99$5.99 $3.99$3.99 $8.99$8.99 $6.99$6.99 Type Semi-In-Ear Semi-In-Ear Semi-In-Ear Semi-In-Ear Earphone Case Semi-In-Ear In-Ear Color White White Black Black Black White/Black Black Connector USB Type-c 3.5mm Aux USB Type-c 3.5mm Aux Earphone Case USB Type-c USB Type-c Length 120CM 120CM 120CM 120CM 8*8*3.5cm 120CM 120CM Material Plastic Shell Plastic Shell Plastic Shell Plastic Shell EPC Plastic Shell Metal Shell (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() }); })); MAS CARNEY USB C Earphones Wired TH9 for Apple iPhone Devices : for Apple iPhone 17 16 15 Series : for Apple iPhone 17, iPhone 17e, iPhone 17 Pro, iPhone 17 Pro Max, iPhone Air, for Apple iPhone 16, iPhone 16e, iPhone 16 Pro, iPhone 16 Plus, iPhone 16 Pro Max,for Apple iPhone 15, iPhone 15 Pro, iPhone 15 Plus, iPhone 15 Pro Max. for Apple iPhone iPad Series : for Apple iPad Air 13-inch (M2), iPad Air 11-inch (M2), iPad Air (5th generation), iPad Air (4th generation), iPad (A16), iPad (10th generation), iPad mini (A17 Pro), iPad mini (6th generation), for Apple iPad Pro 11-inch (4th generation), iPad Pro 11-inch (3rd generation), iPad Pro 11-inch (2nd generation), iPad Pro 11-inch (1st generation), iPad Air 11-inch (M3), iPad Air 13-inch (M3), iPad Pro 11-inch (M4), for Apple iPad Pro 13-inch (M4), iPad Pro 12.9-inch (6th generation), iPad Pro 12.9-inch (5th generation), iPad Pro 12.9-inch (4th generation), iPad Pro 12.9-inch (3rd generation). for Apple MacBook Series : for Apple MacBook Neo (13‑inch, 2026), MacBook Air (13.6/15.3inch, M5, 2026), MacBook Pro (M5 Pro/M5 Max, 2026), MacBook Air (15‑inch, M4, 2025), MacBook Air (13‑inch, M4, 2025),for Apple MacBook Pro (16‑inch, 2024), MacBook Pro (14‑inch, 2024), MacBook Air (15‑inch, M3, 2024), MacBook Air (13‑inch, M3, 2024), MacBook Pro (16‑inch, 2023), for Apple MacBook Pro (14‑inch, 2023), MacBook Air (15‑inch, M2, 2023), MacBook Pro (13‑inch, M2, 2022), MacBook Air (13‑inch, M2, 2022), MacBook Pro (16‑inch, 2021), MacBook Pro (14‑inch, 2021), for Apple MacBook Pro (13‑inch, M1, 2020), MacBook Air (M1, 2020), MacBook Pro (13‑inch, 2020), MacBook Air (Retina, 13‑inch, 2020), MacBook Pro (16‑inch, 2019), MacBook Air (Retina, 13‑inch, 2018–2019). for Apple Mac Series : for Apple Mac Studio (2025), Mac Studio (2023), Mac Studio (2022), Mac mini (2024), Mac mini (2023), Mac mini (M1 2020), Mac mini (2018), Mac Pro (2023), Mac Pro (2019). for Apple iMac Series : for Apple iMac (24‑inch M4 2024), iMac (24-inch M3 2023), iMac (24-inch M1 2021), iMac (Retina 5K 27-inch 2019–2020), iMac (Retina 4K 21.5‑inch 2019), iMac Pro (2017). TH9 Wired Ear Buds USB C also work with other USB-C devices : for Samsung Galaxy S25 Ultra, S25, S25+, S25 Edge, S25 FE, S24 Ultra, S24, S24+, S23 Ultra, S23, S23+, S23 FE, Galaxy S22 Ultra, S22, S22+, S21, S20, S10, S9, S8,Note 20/10 /9, Z Fold/Flip 8 5 4 5G,for Samsung Galaxy A55/A35/A25/A15/A54/A34/A14/A73/A53/A33/A23/A13/A72/A52S A52/A32/A22 5G/A12/A71/A51/A41/A31/A21S/A11,M55/M35/M15/M54/M34/M14/M53/M33/M13,XCover5 6 7 Pro,for OnePlus 13 13R 12 12R 11/10T/10 Pro/9 Pro/9/Nord/8T/8 Pro/8/7T Pro/7T/7 Pro/7/6T,for Google Pixel 10 Pro XL/9a 9 Pro XL 8a 8 Pro 8 Tablet 7a 7 Pro 6a 6 Pro 6 5 4 3 2 XL, more usb type c audio devices. Universal USB-C Wired Earbuds: Pure Sound, No Tips, Total Freedom : Tired of fussy adapters and uncomfortable silicone tips? Meet our USB-C Semi-In-Ear Wired Headset. Designed with an open, tip-free comfort fit and a modern USB-C connector, they deliver straightforward, high-quality audio wherever you go. Plug in. Tune in. Simplify your sound. Home & Office | Plug into Your Digital Life : Smart Entertainment: Connect directly to the USB-C port on modern Smart TVs, monitors, or streaming sticks for personal viewing,Seamless Computing: Perfect for the latest laptops, desktops, and all-in-one PCs. Handle calls, enjoy music, or focus on work with crystal-clear audio,Digital Audio: Link to USB-C compatible speakers or audio interfaces for a pure, uncompressed digital signal. Travel & Commute | Your Soundtrack on the Go : Mobile Powerhouse: The perfect companion for USB-C equipped Android phones, tablets, and Nintendo Switch devices,Modern Transit: Compatible with in-seat entertainment systems in newer cars, trains, and airplanes that feature a USB-C multimedia port,Compact & Always Ready: No batteries needed. Their simple, tangle-resistant design makes them the most reliable travel accessory. Creativity & Focus | A Tool for Clear Audio : Content Creation: Monitor audio directly from USB-C cameras, camcorders, or recording equipment for precise sound checking,Music & Podcasts: Ideal for basic editing, podcasting, or streaming when plugged into your computer or phone’s USB-C port,Clear Communication: Excellent for voice calls, video conferences, and online learning thanks to the integrated microphone. Why You'll Love Them : Semi-In-Ear Comfort: No silicone tips. Just a lightweight, open-fit design that rests comfortably for hours without pressure or ear fatigue,True Digital Audio with TH9 USB-C Wire Headphones: While not audiophile-grade, the USB-C connection ensures a clean, stable digital signal for reliably clear audio. Enjoy solid performance and modern convenience, without the high-end price tag.Universal & Hassle-Free: One cable, one modern port. It’s the streamlined, future-ready solution for all your devices. Tired of dealing with tangled earphone cables? Our store offers the perfect solution—an Earphone Case. Designed specifically to prevent cable mess, simply coil your earphone cord and place it inside the case. This keeps everything neat, organized, and protected from pulls and damage. Compact and lightweight, the case makes it easy to carry your earphones while maintaining order. Make your earphone storage simple and carefree. Are these usbc wired headphones for my iPhone 15/16/17, Samsung Galaxy, Google Pixel, or other USB-C devices? Absolutely. These wire earbuds use standard USB-C audio and work with any USB-C port that supports audio output. This includes iPhone 15/16/17,Samsung,Google,iPad,MacBooks,and Android tablets. Just plug in and play—no Bluetooth or drivers needed. My earphone cable always gets tangled in my bag or pocket. Is there a solution? Yes! The best way to prevent tangles is proper storage. Our store offers a dedicated Earphone Case. Simply coil the cable neatly and store it inside to keep it tangle-free, organized, and protected from damage. It's a simple and effective solution. Can I use these with a device that only has a 3.5mm headphone jack using an adapter? No, we do not recommend it. Our earbuds have a built-in DAC and require a direct digital signal from a USB-C port. Using a USB-C to 3.5mm adapter (which has its own DAC) will cause signal conflict and result in no audio output. How does the sound quality compare to wireless earbuds or Apple's USB-C EarPods? Compared to wireless earbuds, the wired connection ensures zero audio lag, lossless transmission, and no battery anxiety. Versus standard USB-C EarPods, our semi-in-ear design provides a comfortable, secure fit without silicone tips. What is your product support policy? We provide comprehensive support for manufacturing defects on our products for a 12-month period. Should you have any inquiries, our support team is ready to assist. (function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.when('premium-module-11-faq').execute(function(init){ init(); }); }));

  • 【 Wired Headphones USB C TH9】The wired earbuds usb c are compatible for Apple iPhone 17e 17 Pro Max, iPhone 17 Pro, iPhone 17, iPhone Air, iPhone 16e, iPhone 16, iPhone 16 Pro, iPhone 16 Plus, iPhone 16 Pro Max, iPhone 15, iPhone 15 Pro, iPhone 15 Plus, iPhone 15 Pro Max, iPad Air MacBook Pro Mac iMac, Samsung Galaxy Series. The usbc headphones are compatible with most devices lacking a 3.5mm audio jack, including smartphones, tablets, as well as other devices equipped with a USB-C audio port.
  • 【Total Comfort:No More Silicone Tips】These usbc headphones wired feature a semi-in-ear design – no silicone tips, no pressure, just all-day comfort. A built-in DAC chip (inside the cable of these type c headphones wired) delivers clear audio directly from your device's USB-C port. Reliable ear buds usb c for daily listening – a straightforward choice among corded type c earphones.
  • 【Simple & Functional】This usb c headphones wired is designed for daily scenarios—calls, video streaming, online classes, and casual music listening. It delivers clean audio and stable performance with plug-and-play convenience. If you encounter any connection, sound, or quality issues, our 24/7 customer support is ready to assist. Every purchase comes with a 12-month worry-free warranty: replacements or refunds are provided for any defects, ensuring your complete satisfaction.
  • 【Built-in Microphone & Volume Control】These usbc earbuds wired feature a built-in mic for clear calls in classes or study groups. As usb c wired headphones, they offer inline volume control to adjust sound instantly. The semi-in-ear design makes these type c earbuds comfortable for all-day wear – suitable for school, commuting, bus rides, running, or hiking. A no-fuss pair of c type headphones for daily use.
  • 【What You Get】: 1 Pack of 120cm usb c earbuds wired (White). Compatible with Samsung Galaxy models (A16 5G, A26, A36, A56, A35, A55, S25/S25+/S25 Ultra/FE Edge, A54, A53, A33, Z Fold 6/5, Z Flip 6/5, S24, S23, S22, S21, S20), Google Pixel, Xiaomi Redmi, Huawei Honor, Oppo, and Vivo. Also compatible with for Apple devices (iPhone 17/16/15 series, iPad Air, MacBook Pro, Mac, iMac, etc.) A pair of usbc wired earbuds for daily calls, online classes, and casual listening.
  • 【Notes】: 1. These are ear buds wired usb c. Please ensure your phone has an active USBC port. Devices with only a 3.5mm audio jack are incompatible and will produce no sound; the volume controls and microphone will not function.2.Ensure your phone case does not block the USB-C port, as this will prevent full insertion of the wired ear buds plug.3. When connecting, please firmly insert the headset usbc plug into your phone's port until it is fully seated, with no visible gap.

개요

성능

성능 백분위

Anc 29.5
Mic 36.3
Build 33.3
Sound 28
Battery 47.2
Comfort 70.4
User Sentiment 63.3
Connectivity 9.1
Social Proof 49

장단점

Pros

  • Strong comfort (70th percentile) 70th

Cons

  • Below average connectivity (9th percentile) 9th
  • Below average sound (28th percentile) 28th
  • Below average anc (30th percentile) 30th
  • Below average build (33th percentile) 33th

사양

전체 사양

Design

Form Factor semi-in-ear
Wearing Style semi-in-ear
Weight 0.1 kg / 0.1 lbs

Audio

Impedance 120

Noise Control

ANC No
Transparency No

Connectivity

Wireless No
Multipoint No

Earbud Battery

Charging USB-C

Case Battery

Case Charging USB-C
Wireless Charging No

Microphone

Microphone Yes
NC Mic No

Features

Touch Controls No
Gaming Mode No
Bone Conduction No

가성비 분석

€9

경쟁 제품 비교

Spec Samsung TH9 Soundcore P30i A3959 Baseus Bass Bass BP1 Pro JLab GO Air POP GO Air POP Cillso H97 Sony WI-C100 WI-C100
Form Factor semi-in-ear in-ear in-ear in-ear in-ear in-ear
Driver Type - dynamic dynamic Dynamic dynamic Dynamic
Wireless false true true true true true
Active Noise Cancellation false true true false true true
Bluetooth Version - 5.4 6.0 5.1 5.4 5.0
Battery Life Hours - 10 12 8 8 25
Case Battery Hours - 45 55 24 40 25
Water Resistance - IPX4 IP55 IPX4 IP7 IPX4
Multipoint false false true true - false
Compare Compare Compare Compare Compare
Product AncMicBuildSoundBatteryComfortUser SentimentConnectivitySocial Proof
Samsung TH9 29.536.333.32847.270.463.39.149
Soundcore P30i A3959 Compare 96.590.378.967.492.470.479.284.796.9
Baseus Bass Bass BP1 Pro Compare 96.596.891.387.396.370.491.998.669.4
JLab GO Air POP GO Air POP Compare 29.580.478.972.674.393.479.285.894.5
Cillso H97 Compare 79.590.333.385.186.970.497.394.898.4
Sony WI-C100 WI-C100 Compare 71.165.878.98.295.670.4072.994.5

용도별 점수

Calls (18.6)Music (17.8)Overall (31.7)Budget (39.9)Gaming (19.8)Travel (18.6)Commute (17.3)Fitness (19.6)

전체 리뷰가 곧 제공됩니다. 위의 사양, 점수, 가격 및 차트는 항상 최신 상태로 유지됩니다.

유사 제품