Defender Freemotion B695 ANC Bluetooth Headphones Black. Wireless Bluetooth headset. The compact foldable design makes them easy to fold and take with you.
Accumulator capacity: 300 mAhEarphones type:wireless headphonesConnector:USB-C (female)The maximum time to listen to music:30 h.Bluetooth:5.3Bluetooth frequency: 2.402GHz-2.480 GHzMaximum transmit power : +9 DBmRange:10 mVolume control:yesHeadphone charging time [min]:120 min.Microphone:yesMaximum talk time:25 h.
• Must Kontor/kõnekeskus Peavõru Kõrvaklapp • Juhtmevaba USB ühilduvus Bluetooth 5.2 50 m • Peavõruga 20 - 20000 Hz 117 dB • Mikrofoni tüüp: Boom -14 dB • Sisseehitatud aku Yealink BH70 Dual with Stand Teams, Juhtmevaba, 20 - 20000 Hz, Kontor/kõnekeskus, 147 g, Kõrvaklapp, Must
With powerful bass, the P402 brings you a new sense of excitement in music. The soft and comfortable ear pads provide complete noise isolation with lasting comfort. You will stay connected to your social network thanks to its in-line microphone which allows you to switch between your music and calls - you will never have to take them off.Lasting ComfortThe P402 is focused on wearing comfort and lightweight design. The slimmer cable maintains superior sound quality yet helps to reduce P402 to 130 grams. Its 15 mm thick ultra-comfort earpads allow you to enjoy wearing this pair of headphones around the clock.In-line microphone - for Smartphones and tabletsEnjoy your music, movies, and even carry on phone conversations with the best sound quality and completely handsfree while being isolated from your surrounding noise.Smartphone AdapterThere are mainly two standards for 3.5 mm jack on Smartphones. We have chosen the dominating standard used by popular manufacturers, such as Apple, HTC, Blackberry, Motorola, Sony Mobile and newer Samsung. Unfortunately, older Samsung models, Sony-Ericsson and others do not follow the same standard. Therefore we have included an extra adapter for your convenience.Peakomplekti tüüpBinauraalneKandmisviisPeavõruToote värvMust, MetallikÜhenduvustehnoloogiaJuhtmega ühendatud3.5 mm connectorJahKõrvakinnitiKõrvu kattevKõrvaklappide sagedus20 - 20000 HzNäivtakistus32 ΩAkustiline süsteemPooleldi avatudKõrvaklappide tundlikkus101 dBMikrofoni tundlikkus-42 dBKaal130 gPakendi laius84 mmPakendi sügavus204 mmPakendi kõrgus206 mmKõrvaklappide ühenduvus3,5 mm
Pass band (min): 20 Pass band (max): 20 Weight: 177 Accessories included: - Evolve 75 headset- USB Adapter Jabra Link 370- charging station- Shortened operating instructions- Protective cover- USB cable (for use when charging) Other features: - Talk time: up to 15 hours- Battery life (with ARS enabled): up to 30 hours- Charging time: 2.5 hours- Active noise reduction: Yes, the Hybrid 4 microphone delivers 17 dB (experienced noise reduction in offices)- Eavesdropping: Do not miss important messages or questions from colleagues. Press the right ear to hear the sounds from the environment, without having to remove the device- Skype for Business, Avaya, Cisco and more- Connectivity: Bluetooth® or USB. Allows you to connect two Bluetooth® devices simultaneously- Bluetooth®: Class 1 (up to 30 meters) and Bluetooth 4.2- Speaker Size: 40 mmBuilt-in busy LED: The red LEDs on both earbuds are automatically turned on when the user is talking or manually when the user is busy. - This way, a "do not disturb" signal is sent.- Microphone type: Medium-length jig with unidirectional ECM microphone with noise reduction
Impedance: 32 Pass band (min): 20 Pass band (max): 20000 Sensitivity: 92 Range: 10 Other features: Specification:Bluetooth version: 5.1Talk time: 4-5 hoursMusic listening time: up to 4-5 hoursCharging time: 1.5 hoursStandby time: up to 210 hoursDocking stationcapacity: 350mAh Handset battery capacity: 45mAhRange: up to 10m
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.
AWEI Bluetooth sports headphones A897BL New from AWEI - A896BL Bluetooth headphones with sensational Bluetooth 5.3. Thanks to the latest connectivity technology, the connection with your smartphone becomes seamless and reliable, allowing you to enjoy your favorite music and free conversations smoothly. Air Conduction These headphones are equipped with air conduction. This means that despite the space between the ear and the earpiece, nothing drowns out the music being played. The A897BL headphones are not able to be disturbed by ambient sounds or even wind. It's the same with their phone calls: calls are clean and clear.It is worth noting that despite the perfect soundproofing of the environment, the user's safety is increased, because he does not lose contact with the environment: a scream, an ambulance, a horn and other sounds can be heard, allowing for a sufficiently quick reaction. This will certainly be appreciated by users who run in the urban environment or ride a bike - they want not only to feel the music, but also need to be vigilant to the external environment. Excellent performance However, it's not just about the impressive sound quality. The A896BL headphones are equipped with a 200 mAh battery, guaranteeing up to 8 hours of continuous music playback from only a 2-hour charge. An exceptional standby time of up to 300 hours ensures that the headphones are always ready for use. Versatile use It is not only a device for listening to music - they will also accompany you during your favorite physical activities. Whether you're playing sports outdoors or indoors, the IPX4 waterproof rating means sweat and rain are no problem. The A896BL headphones will enable you to hear subtle background sounds while watching movies, adding a new dimension to your visual experience. In games, low latency and perfect audio synchronization will allow you to react instantly to ambient sounds, increasing your involvement and enjoyment of the game. Thanks to their versatility, the A896BL headphones create unforgettable experiences in both the field of sound and virtual reality. Whether you are passionate about music, movies or games, these headphones will become an indispensable companion, Comfort and sound quality at the highest level If you value excellent sound quality, the A896BL headphones will meet your expectations. Advanced 10mm drivers take you to a world full of nuances and emotions, offering HiFi sound. Even during physical activity, the lightweight design guarantees comfortable wearing and does not burden the ears. It's all thanks to the smart touch control module that allows you to conveniently skip between tracks and handle calls with one hand.
AWEI Bluetooth 5.3 T50 TWS headphones AWEI T50 TWS are wireless headphones with the latest Bluetooth 5.3 technology, ensuring stable and efficient sound transmission. DNS noise reduction technology ensures clearer calls and clear sound. Thanks to excellent nanomaterials, the headphones have IPX4 waterproof protection. From now on, you don't have to worry about rain or sweat during use, and it significantly reduces the impact of immersion in water to a depth of up to 1 meter. The included docking station, which is a power bank and charger in one, easily expands the possibilities of longer use of these compact headphones. 10 minutes of charging will provide up to 180 minutes of use.
Edifier WH700NB Wireless Headphones, ANC (Beige)The WH700NB are wireless headphones equipped with ANC (Active Noise Cancellation). With it, outside noise is drowned out so you can listen to music or hear people you're talking to clearly without interference. Built-in Bluetooth 5.3 ensures a stable and fast connection even with two devices at the same time, between which you can switch freely. The dynamic 40mm speakers will give you fantastic sound for up to 68 hours without ANC enabled, or 45 hours with ANC enabled. Only 10 minutes of charging gives you up to 8 hours of playtime! Equipped with a microphone with DNN (Deep Neural Network), a precision voice pickup technology, they ensure that your voice, even in noise, remains clear to callers. Thanks to the gaming mode, the headphones' latency is only 0.08s, allowing you to perfectly synchronize the sound with the image. And thanks to ambient mode, you can simultaneously listen to music and stay in touch with your surroundings, for example, when you're waiting at a train station or airport. Sound good? The Edifier Connect and Edifier ConneX apps will expand your possibilities even further!Ultra-long battery lifeThe WH700NB headphones' built-in rechargeable batteries, combined with the charging case, will provide you with up to 68 hours of music without the ANC function on, and up to 45 hours when it's on - that's almost two days! The battery is running low and you're only halfway through a movie? Plug the headphones in to charge for just 10 minutes and you'll gain another 8 hours during which you can watch up to 4 movies!ANC, Active Noise CancellationHaving a bad day and want to listen to music for encouragement, but the noises around you make your mood even worse? Turn on the ANC function, which will cancel out any noise or din, so you can breathe and peacefully immerse yourself in the music.DNN, Deep Neural NetworkThis is a feature that will make your conversations with the WH700NB headphones run smoothly through the case. It is a precise technology that picks up your voice even from noise and makes it clearly audible to your callers. Constant repetition is frustrating, but with the DNN feature it's a thing of the past!Wireless connectionEdifier WH700NB wireless headphones are equipped with Bluetooth version 5.3, with the help of which you can connect wirelessly to devices such as, smartphones, laptops and computers. What's more, you don't have to limit yourself to just one - connect to two devices at the same time and switch conveniently between them! What's more, the headphones have 4 keys with which you can control playback, available modes, volume and more! You no longer need to reach for your phone, in addition, it can be up to 10 meters away from you, and the music will still play!Choose the right mode for youAre you an avid gamer and highly appreciate the smooth synchronization between video and sound? With the gaming mode, winning will be easier than before! The latency of 0.08s will ensure that nothing will surprise you! Games are not for you and you prefer sports or travel? In this case, ambient mode is the best choice if you want to listen to music and still stay in touch with your surroundings.Lightweight and compactThe Edifier WH700NB wireless headphones, thanks to their light weight of only 271g and foldable design, are perfect for traveling to the end of the world, but also for work or school, as they will easily fit into your backpack to accompany you in special moments as well as to make everyday life more pleasant.Dedicated appsWith the Edifier Connect and Edifier ConneX apps, you'll expand the capabilities of your headphones, gaining access to equalizer (EQ) settings, sounds to help you relax, the ability to set buttons on your headphones and more! Discover what else you can gain with the Edifier ConneX and Edifier Connect apps!Kit contentsHeadphones x 1USB-C cable x 1Instructions x 1 BrandEdifierModelWH700NBColorBeigeFoldableYesButtonsYes, 4ConnectorUSB-CBluetoothV5.3Bluetooth protocolsA2DP, AVRCP, HFPDistance>10mBattery capacity500mAh /3.7VDNNYesANCYesOperating time without ANC68hOperating time with ANC45hCharging time2hMicrophoneYesMicrophone sensitivity-32dB±3dBWeight271gAudio codingSBCImpedance32ΩFrequency response20Hz-20KHzSpeaker40mm dynamicApplicationEdifier Connect, Edifier ConneX