Kõrvaklappide tüüp:Arvuti; Konstruktsiooni tüüp:Suured kõrvaklapid; Sagedusala (Hz):20 - 20000 Hz; Ühenduse tüüp:Juhtmega; Ühendus:3,5 mm mini jack + USB; Sisseehitatud mikrofon:On
SPETTRO Active Noise Cancellation Headset SPETTRO Active Noise Cancellation Headset The COUGAR Spettro is a Bluetooth® certified Wireless headset, equipped with the Active N. C., Noise Cancellation, and Ambient Amplification functions, allowing you to fit any incident you met. Moreover, the Wire 3.5mm connection keeps you playing with the lossless delay with entertaining EQ and a crystal clear microphone. Therefore, the Spettro is the headset for the gamer who is also indulging in lifestyle. SPETTRO Spettro Bluetooth Active N.C. Headset Experience Audio Precision The Spettro headset offers versatile sound settings to enhance your gaming experience. Equipped with multiple sensors, the Active Noise Cancellation feature filters out external noise, allowing you to stay at your most focused; the Ambience Amplify function enables you to hear ambient sound without having to remove the headset. Active Noise Cancellation (N.C.) mode eliminates consistent background noise, allowing you to stay fully focused on your gameplay. With the Ambient Amplify, you can hear your surroundings without having to remove the headset and stay fully aware of your surroundings. Dedicated to Sound The COUGAR Spettro headset features multiple layers of sound architecture, providing a melodic and true-to-life frequency range. Its 40mm driver, with a selected titanium-coated diaphragm, offers optimal feedback for various applications, from music streaming to mobile gaming. .music-box{text-align:center;} .music-list{margin:0; padding:0; display:inline-block;} .music-list li{margin:0; padding:0; list-style:none; float:left; padding-left:20px; padding-right:20px;} .music-list .music-name p{ margin: 0 auto; width: 100%; height: 22px; line-height: 22px; font-size: 16px; color: #fff; text-align: center;font-style:italic;} .music-list{ display:inline; } $(function(){ //jq 转js 控制暂停或播放切换 // 获取所有audios var audios = document.getElementsByTagName("audio"); // 暂停函数 function pauseAll() { var self = this; [].forEach.call(audios, function (i) { // 将audios中其他的audio全部暂停 i !== self && i.pause(); }) } // 给play事件绑定暂停函数 [].forEach.call(audios, function (i) { i.addEventListener("play", pauseAll.bind(i)); }); //点击切换播放 $(".video-img-mask").click(function () { if(!$(this).hasClass("video-img-paly")){//如果当前播放 $('.video-img-mask').removeClass("video-img-paly"); $('.ao-iocn').attr('src','/global/img/products/headsets/spettro/ao_icon2.webp'); //播放图片 $('.nc-iocn').attr('src','/global/img/products/headsets/spettro/nc_icon2.webp'); //播放图片 $(this).addClass("video-img-paly"); $('.music-name p').removeClass("on"); $(this).parents('li').find('.music-name p').addClass("on"); $(this).find('.ao-iocn').attr('src','/global/img/products/headsets/spettro/ao_play_icon2.webp'); //播放图片 $(this).find('.nc-iocn').attr('src','/global/img/products/headsets/spettro/nc_play_icon2.webp'); //播放图片 $(this).find('.audio').get(0).play(); //开始播 }else{ //如果当前暂停 $(this).removeClass("video-img-paly"); $('.music-name p').removeClass("on"); $(this).find('.ao-iocn').attr('src','/global/img/products/headsets/spettro/ao_icon2.webp'); //播放图片 $(this).find('.nc-iocn').attr('src','/global/img/products/headsets/spettro/nc_icon2.webp'); //播放图片 $(this).find('.audio').get(0).pause(); //开始播放 } }) }); $(function(){ //jq 转js 控制暂停或播放切换 // 获取所有audios var audios = document.getElementsByTagName("audio"); // 暂停函数 function pauseAll() { var self = this; [].forEach.call(audios, function (i) { // 将audios中其他的audio全部暂停 i !== self && i.pause(); }) } // 给play事件绑定暂停函数 [].forEach.call(audios, function (i) { i.addEventListener("play", pauseAll.bind(i)); }); //点击切换播放 $(".video-img-mask").click(function () { if(!$(this).hasClass("video-img-paly")){//如果当前播放 $('.video-img-mask').removeClass("video-img-paly"); $('.ao-iocn').attr('src','/global/img/products/headsets/spettro/ao_icon2.webp'); //播放图片 $('.nc-iocn').attr('src','/global/img/products/headsets/spettro/nc_icon2.webp'); //播放图片 $(this).addClass("video-img-paly"); $('.music-name p').removeClass("on"); $(this).parents('li').find('.music-name p').addClass("on"); $(this).find('.ao-iocn').attr('src','/global/img/products/headsets/spettro/ao_play_icon2.webp'); //播放图片 $(this).find('.nc-iocn').attr('src','/global/img/products/headsets/spettro/nc_play_icon2.webp'); //播放图片 $(this).find('.audio').get(0).play(); //开始播 }else{ //如果当前暂停 $(this).removeClass("video-img-paly"); $('.music-name p').removeClass("on"); $(this).find('.ao-iocn').attr('src','/global/img/products/headsets/spettro/ao_icon2.webp'); //播放图片 $(this).find('.nc-iocn').attr('src','/global/img/products/headsets/spettro/nc_icon2.webp'); //播放图片 $(this).find('.audio').get(0).pause(); //开始播放 } }) }); "Noise Cancelling" "Ambience on" .music-box{text-align:center;} .music-list{margin:0; padding:0;display:inline-block;} .music-list li{margin:0; padding:0; list-style:none; float:left; padding-left:20px; padding-right:20px;} .video-img-mask{ width: 100%; margin:auto; padding:auto;} .music-list .music-name p{ margin: 0 auto; width: 100%; height: 22px; line-height: 22px; font-size: 16px; color: #fff; text-align: center;font-style:italic;} .clearfix{ display: none; } .music-list{ display:inline; } $(function(){ //jq 转js 控制暂停或播放切换 // 获取所有audios var audios = document.getElementsByTagName("audio"); // 暂停函数 function pauseAll() { var self = this; [].forEach.call(audios, function (i) { // 将audios中其他的audio全部暂停 i !== self && i.pause(); }) } // 给play事件绑定暂停函数 [].forEach.call(audios, function (i) { i.addEventListener("play", pauseAll.bind(i)); }); //点击切换播放 $(".video-img-mask").click(function () { if(!$(this).hasClass("video-img-paly")){//如果当前播放 $('.video-img-mask').removeClass("video-img-paly"); $('.ao-iocn').attr('src','https://cf.value4it.com/share/common/rc/Cougar/SPETTRO/ao_icon2.webp'); //播放图片 $('.nc-iocn').attr('src','https://cf.value4it.com/share/common/rc/Cougar/SPETTRO/nc_icon2.webp'); //播放图片 $(this).addClass("video-img-paly"); $('.music-name p').removeClass("on"); $(this).parents('li').find('.music-name p').addClass("on"); $(this).find('.ao-iocn').attr('src','https://cf.value4it.com/share/common/rc/Cougar/SPETTRO/ao_play_icon2.webp'); //播放图片 $(this).find('.nc-iocn').attr('src','https://cf.value4it.com/share/common/rc/Cougar/SPETTRO/nc_play_icon2.webp'); //播放图片 $(this).find('.audio').get(0).play(); //开始播 }else{ //如果当前暂停 $(this).removeClass("video-img-paly"); $('.music-name p').removeClass("on"); $(this).find('.ao-iocn').attr('src','https://cf.value4it.com/share/common/rc/Cougar/SPETTRO/ao_icon2.webp'); //播放图片 $(this).find('.nc-iocn').attr('src','https://cf.value4it.com/share/common/rc/Cougar/SPETTRO/nc_icon2.webp'); //播放图片 $(this).find('.audio').get(0).pause(); //开始播放 } }) }); Switch between standard, Active NC or Ambient Amp modes with the touch of a button. Never Miss a Beat The COUGAR Spettro headset comes equipped with microphones for both Bluetooth wireless mode and 3.5mm wired mode. This means that even if you're playing with low battery or prefer a wired connection for reduced latency, your vocal sound quality will never be compromised. Stay connected and communicate clearly with the Spettro headset. Bluetooth Wireless:Microphone on the ear cover 3.5mm Wire:Microphone on the cable Unmatched Comfort The Spettro gaming headset offers comprehensive comfort features, including memory foam earpads and versatile joints. Long-Lasting Power The Spettro gaming headset delivers excellent power performance, with a 14-hour operating battery for standard listening and 12 hours for Active Noise Cancellation. Whether you're gaming through the night or taking the red-eye, the Spettro headset is built to last and provide uninterrupted audio. .center_td_pk{ border-left:1px solid #FF6D00; } #pdleft th{color:#d3d3d3;padding-left:7px;} #pdleft td{color:#d3d3d3;padding-left:7px;} Operation Time 14 Hours* Active N.C. or Ambient Amp. 12~13 Hours Charging Time Close to 3 Hours *Operating time tested under the standard 60% of volume, stereo mode and LED off. **With type-C connection, the charging time tested through 5V and at least 1Ampere adaptor. Long-Lasting Power The Spettro gaming headset delivers excellent power performance, with a 14-hour operating battery for standard listening and 12 hours for Active Noise Cancellation. Whether you're gaming through the night or taking the red-eye, the Spettro headset is built to last and provide uninterrupted audio. .center_td_pk{ border-left:1px solid #FF6D00; } #pdleft th{color:#d3d3d3;padding-left:7px;} #pdleft td{color:#d3d3d3;padding-left:7px;} Operation Time 14 Hours* Active N.C. or Ambient Amp. 12~13 Hours Charging Time Close to 3 Hours *Operating time tested under the standard 60% of volume, stereo mode and LED off. **With type-C connection, the charging time tested through 5V and at least 1Ampere adaptor.
H340 USB Headset is the perfect everyday headset with a simple plug-and-play USB-A connection. A noise-canceling microphone reduces background noise and delivers clear digital audio for VOIP and Skype calls.VERSATILE DIGITAL AUDIO FOR EVERYDAY TASKS The perfect everyday headset with a simple plug-and-play USB-A connection. A noise-canceling microphone reduces background noise and delivers clear digital audio for VOIP and Skype calls.USB COMPUTER HEADSETThe perfect headset for voice calls, Skype®, webinars and more. The 180 cm cable is just the right length to give you the freedom to stand up and stretch during long conversations.DIGITAL STEREO SOUNDEnjoy crystal clear audio for music, games and calls. This plug-and-play headset can be used with any PC or Mac computer with a USB-A port or adapter without the need to install software.NOISE CANCELING MICRight-sided mic can be positioned for better voice capture and background noise reduction. Discreet boom can be tucked inside the headband and out of the way when you’re not using it.
•Bass-enhanced, high quality sound •Enhanced rigidity minimizes mechanical distortion, yielding a full-frequency response •Great volume, even with low-voltage portable devices •Ear cushions seal comfortably around ears, improving bass performance and blocking outside noise while preventing sound leakage •Ear cups collapse into a compact fit for easy storage and travel
"Koss Sporta Pro mustad kõrvaklapid on ideaalne valik neile, kes otsivad kvaliteetset heli vastupidava ja kaasaskantava disainiga. Need elegantsed mustad kõrvaklapid sobivad ideaalselt aktiivseks eluviisiks ja ühendavad endas funktsionaalsuse ja stiili. Reguleeritava peapaela disain tagab kindla istuvuse, olgu siis jõusaalis, õues joostes või tööl käies rahvarohkes rongis. Dünaamiliste elementidega varustatud Sporta Pro kõrvaklapid pakuvad rikkalikku helikogemust koos sügava bassi ja selgete kõrgtoonidega, mis tagavad täieliku helivaliku. Kõrvaklapid on kerged, mistõttu neid on lihtne kaasas kanda ja neid on mugav pikema aja jooksul kanda. Neil on kokkupandav funktsioon, nii et neid saab mugavalt kompaktsesse suurusesse kokku voltida, et neid oleks lihtne hoiustada ja reisida. Avatud, vahukattega kõrvapadjad tagavad mugava kuulamise ja keskkonnatunnetuse, nii et saate muusikat nautides kuulda ümbrust. Lisaks on Koss Sporta Pro Black kõrvaklapid disainitud paindliku paigaldusmehhanismiga, mis sobib erinevate peakuju ja -mõõtude jaoks. Kaabel on disainitud takerdumiskindlaks, tagades kasutusmugavuse standardse 3,5 mm pistikuga, mis ühildub enamiku seadmetega, sealhulgas nutitelefonide, tahvelarvutite ja sülearvutitega. Kui otsite kvaliteetset heli igapäevaseks treeninguks või lihtsalt muusikat nautides teel olles, siis Koss Sporta Pro Black kõrvaklapid pakuvad jõudlust ja mugavust ühes ainulaadses pakendis.