CES 2025: Timekettle W4 Pro AI Interpreter Earbuds With Real-Time On-Call Translation Feature Launched
Timekettle launched the W4 Pro AI Interpreter earbuds this week at the Consumer Electronic Show (CES) 2025 in Las Vegas. The AI-powered earbuds feature an open-ear design and can translate real-time on-call audio in 40 languages and 93 accents. The earbuds are capable of two-way real-time language translation without requiring any manual input or prompts. Additionally, the company also allows users to personalize the translation by adding specific translations to specific words. Timekettle has also announced a new operating system dubbed Babel OS for the device.Timekettle W4 Pro AI Interpreter Earbuds Price and AvailabilityThe Timekettle W4 Pro AI Interpreter earbuds price is set at $449 (roughly Rs. 38,500). It is available in the sole black color option. The device went on sale on Sunday and now can be ordered freely on its website. The W4 Pro can also be ordered from any country globally, but shipping charges will apply.Timekettle W4 Pro AI Interpreter Earbuds Features and SpecificationsAs per the official website, the earbuds have an open-ear design with 80.1×57.7×25.4mm dimensions. It uses an on-device AI to offer real-time on-call audio translation to users. This feature works when the user is on a voice call, video call, and in an online meeting with multiple participants.The Timekettle W4 Pro AI Interpreter can translate calls into 40 different languages. Some of these languages include Arabic, Bulgarian, Chinese / Croatian, Dutch, English, French, German, Greek, Hindi, Indonesian, Japanese, Korean, Polish, Russian, Spanish, Tamil, Telugu, Turkish, Urdu, and Vietnamese. Additionally, the earbuds can also distinguish between 93 accents.As per the company, the translation feature does not require any manual activation and the AI can automatically recognize audio in a foreign language and can begin translating it. The translated audio is said to be louder than the speech in the original language. Additionally, the headphones are also claimed to create a text summary of the conversation to let users revisit it later. Further, users can also compare the original speech and translation later.The earbuds come in a charging case with an 800mAh battery and USB Type-C charging solution. The earbuds are claimed to offer six hours of translation period on a single charge and are said to take one hour for full charging. 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!