ADVERTISEMENT

Liberty 3 Pro: Raved about by techies, Loved by Grammy-Winning Producers

Published Feb 28, 2022 03:01 pm

Gearing yourself up for today’s at-home lifestyle is a must. Wireless earphones have proved to be a useful addition, allowing us to attend meetings without being tied by tangled wires to our laptops. Wireless earbuds are an investment and you shouldn’t be settling for less. Look no further because the Liberty 3 Pro is finally in the Philippines! Soundcore’s most popular earbuds are raved about for their premium sound experience and advanced noise-cancellation technology, all at an accessible price point. The Liberty 3 Pro is a sound investment for the quality you’re getting and all mainstream tech experts agree, just take a look at these specs!

Liberty 3 Pro is the latest wireless earphones from Soundcore, and it’s the best one yet. Carrying the improved Astrai-Coaxial Acoustic Architecture 2.0 (ACAA2.0) first seen from Liberty 2 Pro, the ACAA2.0 delivers high and low frequency sound to the users’ ears without interference. This means you get to listen to pure music and experience every sound detail. It has two dual drivers, one focused on base and the other on handling mids and treble. Deep bass drops, luscious mids, and sparkling trebles, it’s sound like you’ve never experienced before. It’s no wonder why 20 Grammy-Winning Audio Producers recommend this product. 

On top of this premium listening experience, the Liberty 3 Pro boasts of its unique HearID Active Noice Cancellation. This technology is not your usual noise cancellation technology because it is adaptive to the noise levels around you. The HearID technology studies the way sound moves within your ears and the in-ear pressure to create an optimized noise reduction profile for you. The HearID 

can also be adjusted to how much ambient noise you want it to block, ideal for WFH parents who might want to hear their kids yelling out for help on their modules. 

Equipped with 6 microphones with AI-uplink noise reduction, you can take calls with ease! From working out in the morning to working round the clock, the Liberty 3 Pro can keep up with you thanks to its impressive battery life. Soundcore, being a part of Anker which is known for power and battery tech, designed the Liberty 3 Pro with up to 32 hours of playtime in the case and 8 hours in the earbuds themselves. You can even charge them for just 15 minutes to get 3 hours of playtime! 

Liberty 3 Pro has a Multipoint Connection which means you can seamlessly connect and transition from one device to another. Easily join an online meeting on your laptop and move to your phone for some music in a snap, no setup or re-pairing needed! 

Aside from all of these technological advancements, the Liberty 3 Pro is a stylish piece of tech available in 4 different colors: black, white, silver, and purple. It’s also a comfortable addition to anyone’s life-at-home arsenal.  The Fusion Comfort Grip means an ergonomic fit for all ear types and all lifestyles, 24-hour comfort guaranteed. Each box comes with different-sized liquid silicone ear-tips and active ear tips for a secure grip.

While other brands are quickly getting on audio technology, they tend to the overpriced or underpromising. With the Liberty 3 Pro, you get your money’s worth with premium quality materials and advanced technology. CNet, a leading tech platform shares that the Liberty 3 Pro “are a great intersection of quality and affordability, offering sound that can compete with more expensive earbuds without breaking the bank.” Forbes also cites that the Liberty 3 Pro is highly recommended, “If you want premium earbuds with best-in-class active noise cancelling along with a stunning sound”

Raved about by Youtubers like Linus from ShortCircuit, Unbox Therapy, and Jon Rettinger and more positive feedback from the media, the Liberty 3 Pro is Soundcore’s most popular earbuds ever! The Liberty Soundcore users include Youtuber Wil Dascovich, artist Julie Anne San Jose, and Gaming community Blacklist International. 

Shop the Liberty Pro 3 for P8,995 from select Anker stores and Nifty. Products are also available on their website. Catch special sales for the Liberty 3 Pro when you shop from Soundcore’s official Lazada store.

Related Tags

wireless earphones Soundcore Philippines Soundcore Liberty 3 Pro Soundcore Liberty
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.