Google Releases ‘Daily Listen’ AI-Generated, Personalized Podcasts via Discover Feed: Report

Google Releases ‘Daily Listen’ AI-Generated, Personalized Podcasts via Discover Feed: Report

Google has reportedly released Daily Listen, a new experimental artificial intelligence (AI) feature that can generate a podcast-style audio overview based on a user’s Discover feed. The feature is currently to be available in the Android and iOS versions of the Google app in select regions. To be eligible for the feature in said locations, users will need to sign up to Google’s Search Labs and activate it. Notably, the AI-generated audio overviews are said to be similar to the ones generated by the company’s NotebookLM platform.Google’s Daily Listen Feature Rollout Appears to Be Limited9to5Google reports that the experimental AI feature was rolled out to users on Wednesday. The tool can be accessed via the Google app for Android and iOS. Daily Listen’s availability appears to be limited to a single country. Beta testers in the US can try out the feature, but it is unclear if the AI ​​tool is currently available elsewhere.Several reports have confirmed the presence of the feature, but Gadgets 360 staff members were unable to see it on the app or Search Labs. , despite being enrolled in the beta program. It appears to be unavailable in India at the moment.Google Daily ListenPhoto Credit: Android Authority Daily Listen appears beneath the search bar on the Google app for eligible users, according to the report. A screenshot of the feature shows it inside a colored tile with rounded corners, which can be tapped to open a full-screen interface, with a Gemini sparkle icon. This indicates that the tool is powered by the tech giant’s in-house AI model.The feature reportedly uses data from the users’ Discover feed and search activity to understand the news topics they might be interested in. Then, it is said to create a daily summary of the top news stories from those topics and turn the text into a podcast. The entire process is said to not require the user to enter any prompt, and the process is handled by the AI ​​automatically.Additionally, the full-text transcript of the podcast is visible on the screen and can be read along, based on the screenshot. . Users are reportedly also shown related news articles that they can click on to gain more context behind the news. Notably, since it is an experimental feature, the AI ​​might not be accurate in picking the right topics and news articles. Catch the latest from the Consumer Electronics Show on Gadgets 360, at our CES 2025 hub. Google Must Face Mobile Phone Privacy Class Action, Possible Trial

Credit-Read More

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!

Share to Spread

Leave a Reply

Your email address will not be published. Required fields are marked *