LG Xboom Buds TWS Earphones, Xboom Bounce, Grab, and Stage 301 Bluetooth Speakers Unveiled at CES 2025
LG unveiled a new line of audio products called ‘Xboom by Will.i.am’ at the Consumer Electronics Show (2025) in Los Angeles on Monday. The new releases include the Xboom Buds TWS earphones alongside the Xboom Bounce, Xboom Grab, and Xboom Stage 301 Bluetooth speakers. The South Korean conglomerate announced the collaboration with American rapper and record producer Will.i.am in December 2024. The musicians the firm on product development, design, and brand marketing of all Xboom products.The LG Xboom audio products including the Buds TWS as well as the Bounce, Grab and Stage 301 Bluetooth speakers, will be available in select global markets soon, the company confirmed in a press release. The prices of each product will be revealed during their launch in certain markets. Notably, all Xboom products are equipped with inbuilt tweeters and full-range drivers made by Peerless, the Danish premium transducer manufacturer. They support active noise cancellation (ANC) and LE Audio Auracast, which allow users to enjoy multipoint connectivity and open audio streams. The TWS earphones come with an IPX4 rating for splash resistance and together with the case are claimed to offer a total battery life of up to 30 hours. button which connects users to Will.i.am’s RAiDiO.FYI platform. The Bounce portable stereo speaker is equipped with up-bouncing passive radiators, dual dome tweeters, and track-type woofers. It comes with an IP67 rating for dust and water resistance as well as a Military Standard 810G durability certification. The battery in the speaker is said to last for up to 30 hours on a single charge. Meanwhile, the Xboom Grab is said to offer a battery life of up to 20 hours on a single charge and packs dual passive radiators. It comes with similar build ratings and certifications as the Bounce option and is easy to hold in one hand, as the name suggests. The bigger Xboom Stage 301 sports a 6.5-inch woofer and dual 2.5-inch midrange drivers. It has an inbuilt handle for carrying and a wedge design which allows flexible positioning like lying flat on its base, tilted back, or seated on a tripod. This speaker has an IPX4-rated splash-resistant build and has a replaceable battery that is claimed to last up to 11 hours.Catch the latest from the Consumer Electronics Show on Gadgets 360, at our CES 2025 hub.
News kiosk Latest Posts
// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts
// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);
// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);
// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;
// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `
${description} Read more
`;
// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}
// Call the function to fetch and display the latest posts
fetchLatestPosts();
News kiosk- Are You Making These Common Mistakes? Click below to Learn More
Secret That Everyone Is Talking About
If you want to dive deeper into the topic, click on Read More:
Gardening with Ecorganicas: Your Source for Organic Gardening Tips
Financial potential with expert tips on budgeting, investing, and saving
Unlock the Hidden Truth: Click to Reveal!