# voice

Published articles for voice.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Google introduces Gemini 3.8 Live and Gemini 3.8 Live Extended Thinking

DevFeed: [Google introduces Gemini 3.8 Live and Gemini 3.8 Live Extended Thinking](<https://devfeed.tech/articles/google-gemini-3-8-live-40886.md>)

Original publisher: [Read original article](<https://habr.com/ru/companies/selectel/news/1082998/>)

Author: techno\_mot (Selectel)

Published: 2026-09-16T13:40:43Z

Content type: news

Language: ru

Sources: [Tagir Valeev](<https://devfeed.tech/sources/tagir-valeev.md>)

Topics: [Google](<https://devfeed.tech/topics/google.md>), [speech-to-speech](<https://devfeed.tech/topics/speech-to-speech.md>), [Google AI](<https://devfeed.tech/topics/google-ai.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [API](<https://devfeed.tech/topics/api.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [api](<https://devfeed.tech/tags/api.md>), [audio](<https://devfeed.tech/tags/audio.md>), [gemini](<https://devfeed.tech/tags/gemini.md>), [google](<https://devfeed.tech/tags/google.md>), [llm](<https://devfeed.tech/tags/llm.md>), [realtime](<https://devfeed.tech/tags/realtime.md>), [selectel](<https://devfeed.tech/tags/selectel.md>), [speech-to-speech](<https://devfeed.tech/tags/speech-to-speech.md>), [synthid](<https://devfeed.tech/tags/synthid.md>), [tag-efc6fa45f1fe](<https://devfeed.tech/tags/tag-efc6fa45f1fe.md>), [voice](<https://devfeed.tech/tags/voice.md>)

### AI overview

Google introduced two native speech-to-speech models: Gemini 3.8 Live, focused on scale and cost, and Gemini 3.8 Live Extended Thinking, designed for multi-step tasks with reasoning during dialogue. The article discusses direct audio processing, asynchronous function calls, visual context, multilingual conversations, SynthID watermarking, pricing, and availability through the Gemini API and Google AI Studio.

### Source excerpt

15 сентября Google представила две нативные speech-to-speech модели, Gemini 3.8 Live и Gemini 3.8 Live Extended Thinking. Первая заточена под масштаб и цену, вторая -- под многошаговые задачи с рассуждением прямо в диалоге. Интереснее баллов то, что голосовые агенты наконец получили признаки продакшен-продукта. Асинхронные вызовы функций, предсказуемая цена, интеграции с тем, на чем такие системы реально собирают. Хочу напомнить, как это делалось раньше. Голосовой бот -- конвейер из трех сервисов. Распознавание речи, языковая модель и синтез. Задержки складываются, а вместе с текстом может потеряться все остальное -- интонация, скорость речи, эмоция, шум на фоне. Модель получает расшифровку и не знает, что собеседник злится. Проблемным было и перебивание. Пока распознавание не закрыло фразу, система вообще не понимает, что ее прервали. Нативная speech-to-speech модель работает с аудио напрямую и снимает оба ограничения разом. Читать далее

## Gemini Live audio

DevFeed: [Gemini Live audio](<https://devfeed.tech/articles/gemini-live-audio-31180.md>)

Original publisher: [Read original article](<https://simonwillison.net/2026/Sep/15/gemini-live/>)

Author: Simon Willison

Published: 2026-09-15T22:47:07Z

Content type: tutorial

Language: en

Sources: [Simon Willison's Weblog](<https://devfeed.tech/sources/simon-willison-s-weblog.md>)

Topics: [speech-to-speech](<https://devfeed.tech/topics/speech-to-speech.md>), [WebSocket](<https://devfeed.tech/topics/websocket.md>), [Google AI](<https://devfeed.tech/topics/google-ai.md>), [browser](<https://devfeed.tech/topics/browser.md>), [Playback](<https://devfeed.tech/topics/playback.md>), [implementation](<https://devfeed.tech/topics/implementation.md>), [API](<https://devfeed.tech/topics/api.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [audio](<https://devfeed.tech/tags/audio.md>), [browser](<https://devfeed.tech/tags/browser.md>), [gemini](<https://devfeed.tech/tags/gemini.md>), [gemini-196](<https://devfeed.tech/tags/gemini-196.md>), [generative-ai](<https://devfeed.tech/tags/generative-ai.md>), [generative-ai-1-982](<https://devfeed.tech/tags/generative-ai-1-982.md>), [google](<https://devfeed.tech/tags/google.md>), [google-416](<https://devfeed.tech/tags/google-416.md>), [llm-release](<https://devfeed.tech/tags/llm-release.md>), [llm-release-231](<https://devfeed.tech/tags/llm-release-231.md>), [llms](<https://devfeed.tech/tags/llms.md>), [llms-1-948](<https://devfeed.tech/tags/llms-1-948.md>), [model](<https://devfeed.tech/tags/model.md>), [models](<https://devfeed.tech/tags/models.md>), [openai](<https://devfeed.tech/tags/openai.md>), [playback](<https://devfeed.tech/tags/playback.md>), [release](<https://devfeed.tech/tags/release.md>), [speech-to-speech](<https://devfeed.tech/tags/speech-to-speech.md>), [speech-to-text](<https://devfeed.tech/tags/speech-to-text.md>), [speech-to-text-21](<https://devfeed.tech/tags/speech-to-text-21.md>), [tools](<https://devfeed.tech/tags/tools.md>), [tools-78](<https://devfeed.tech/tags/tools-78.md>), [ui](<https://devfeed.tech/tags/ui.md>), [voice](<https://devfeed.tech/tags/voice.md>), [websocket](<https://devfeed.tech/tags/websocket.md>), [websockets](<https://devfeed.tech/tags/websockets.md>), [websockets-21](<https://devfeed.tech/tags/websockets-21.md>)

### AI overview

The article describes a browser-based web UI for trying Google's Gemini 3.8 Live and Gemini 3.8 Live Extended Thinking speech-to-speech models. The implementation supports model and voice selection, an optional system prompt, voice conversations, and interruption while the model is speaking. It uses no libraries, connecting to a WebSocket endpoint and using the Web Audio API for capture and playback.

### Source excerpt

Tool: Gemini Live audio Google released Gemini 3.8 Live and 3.8 Live Extended Thinking today - two new speech-to-speech models that are a similar shape to OpenAI's GPT-Live family. I pointed GPT-6 Astra Extra High at the documentation and had it build me this web UI for trying out the new models. You can select a model and voice preset, enter an optional system prompt and then start a voice conversation through your browser, including the ability to interrupt the model while it is talking. The implementation uses no libraries. It connects to the wss://generativelanguage.googleapis.com/ws/google.ai.generativelanguage.v1alpha.GenerativeService.BidiGenerateContent?key=... WebSocket endpoint and uses a Web Audio API AudioContext for both capture and playback. Here's the Gemini Live tutorial for getting started with that WebSockets API. Tags: google, tools, websockets, generative-ai, llms, gemini, llm-release, speech-to-text

## How to Orchestrate Multi-Call Conversations with an LLM and Twilio Conversation Memory in Python

DevFeed: [How to Orchestrate Multi-Call Conversations with an LLM and Twilio Conversation Memory in Python](<https://devfeed.tech/articles/how-to-orchestrate-multi-call-conversations-with-an-llm-and-twilio-conversation-memory-in-python-26247.md>)

Original publisher: [Read original article](<https://www.twilio.com/en-us/blog/developers/tutorials/product/orchestrate-multi-call-conversations-with-llm-twilio-conversation-memory-python>)

Author: Amanda Lange, Dylan Frankcom

Published: 2026-09-14T00:00:00Z

Content type: tutorial

Language: en

Sources: [Twilio Blog](<https://devfeed.tech/sources/twilio-blog.md>)

Topics: [FastAPI](<https://devfeed.tech/topics/fastapi.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [API](<https://devfeed.tech/topics/api.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [developer-insights](<https://devfeed.tech/tags/developer-insights.md>), [fastapi](<https://devfeed.tech/tags/fastapi.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [llm](<https://devfeed.tech/tags/llm.md>), [ngrok](<https://devfeed.tech/tags/ngrok.md>), [openai](<https://devfeed.tech/tags/openai.md>), [pycharm](<https://devfeed.tech/tags/pycharm.md>), [python](<https://devfeed.tech/tags/python.md>), [visual-studio-code](<https://devfeed.tech/tags/visual-studio-code.md>), [voice](<https://devfeed.tech/tags/voice.md>)

### AI overview

This tutorial shows how to build a Python FastAPI voice agent that uses Twilio Conversation Memory to preserve caller context, preferences, and action history across separate phone calls. It also covers connecting to OpenAI, exposing local webhooks with ngrok, and calling the Conversation Memory REST API asynchronously.

### Source excerpt

Learn how to build a Python FastAPI voice agent that uses Twilio Conversation Memory to remember callers across separate phone calls, so if someone hangs up and calls back, the agent picks up right where the conversation left off.

## How to Connect Your Twilio Agent to External APIs in Node.js

DevFeed: [How to Connect Your Twilio Agent to External APIs in Node.js](<https://devfeed.tech/articles/how-to-connect-your-twilio-agent-to-external-apis-in-node-js-26245.md>)

Original publisher: [Read original article](<https://www.twilio.com/en-us/blog/developers/tutorials/product/how-to-connect-twilio-agent-to-external-apis-nodejs>)

Author: Dhruv Patel, Amanda Lange

Published: 2026-09-14T00:00:00Z

Content type: tutorial

Language: en

Sources: [Twilio Blog](<https://devfeed.tech/sources/twilio-blog.md>)

Topics: [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>), [voice ai](<https://devfeed.tech/topics/voice-ai.md>), [REST API](<https://devfeed.tech/topics/rest-api.md>), [OpenAI](<https://devfeed.tech/topics/openai.md>), [Express](<https://devfeed.tech/topics/express.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [developer-insights](<https://devfeed.tech/tags/developer-insights.md>), [environment-variables](<https://devfeed.tech/tags/environment-variables.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [openai](<https://devfeed.tech/tags/openai.md>), [rest-apis](<https://devfeed.tech/tags/rest-apis.md>), [visual-studio-code](<https://devfeed.tech/tags/visual-studio-code.md>), [voice](<https://devfeed.tech/tags/voice.md>)

### AI overview

This tutorial explains how to build a voice-enabled AI agent in Node.js with Twilio Conversation Relay and OpenAI. The agent uses LLM-driven tool calling to retrieve live data and take actions through an external REST API.

### Source excerpt

Build a voice-enabled AI agent in Node.js with Twilio Conversation Relay and OpenAI to dynamically fetch live data from external REST APIs.

## How to Evaluate Live & Voice Agents in ADK

DevFeed: [How to Evaluate Live & Voice Agents in ADK](<https://devfeed.tech/articles/how-to-evaluate-live-voice-agents-in-adk-4212.md>)

Original publisher: [Read original article](<https://developers.googleblog.com/how-to-evaluate-live-voice-agents-in-adk/>)

Author: Stephen Allen

Published: 2026-09-12T11:04:33.891311Z

Content type: tutorial

Language: en

Sources: [Google Developers Blog](<https://devfeed.tech/sources/google-developers-blog.md>)

Topics: [AI Bots](<https://devfeed.tech/topics/ai-bots.md>), [CI/CD](<https://devfeed.tech/topics/cicd.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [audio](<https://devfeed.tech/tags/audio.md>), [ci-cd](<https://devfeed.tech/tags/ci-cd.md>), [cli](<https://devfeed.tech/tags/cli.md>), [evaluation](<https://devfeed.tech/tags/evaluation.md>), [gemini](<https://devfeed.tech/tags/gemini.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [json](<https://devfeed.tech/tags/json.md>), [llm](<https://devfeed.tech/tags/llm.md>), [production](<https://devfeed.tech/tags/production.md>), [testing](<https://devfeed.tech/tags/testing.md>), [tool](<https://devfeed.tech/tags/tool.md>), [tools](<https://devfeed.tech/tags/tools.md>), [transcripts](<https://devfeed.tech/tags/transcripts.md>), [voice](<https://devfeed.tech/tags/voice.md>), [workflows](<https://devfeed.tech/tags/workflows.md>)

### AI overview

The article explains how to evaluate live voice agents in ADK with simulated audio conversations, automated scoring, and recorded results. It covers scenario-based and fixed-conversation test cases, multi-agent workflows, and running evaluations in CI/CD.

### Source excerpt

Moving live voice agents from demo to production requires rigorous, automated testing to handle the unpredictability of real multi-turn conversations. ADK now provides native live evaluation, allowing developers to test graph-based agent workflows against LLM-driven simulated users that generate actual audio via Gemini TTS. By defining evaluation scenarios and natural-language rubrics, you can automatically score audio responses and tool executions, inspect the resulting transcripts in ADK Web, or run the CLI directly in your CI/CD pipeline.

## How to Connect Your Twilio Agent to External APIs with PHP

DevFeed: [How to Connect Your Twilio Agent to External APIs with PHP](<https://devfeed.tech/articles/how-to-connect-your-twilio-agent-to-external-apis-with-php-31439.md>)

Original publisher: [Read original article](<https://www.twilio.com/en-us/blog/developers/tutorials/product/how-to-connect-twilio-agent-to-external-apis-php>)

Author: Amanda Lange, Matthew Setter

Published: 2026-09-11T00:00:00Z

Content type: tutorial

Language: en

Sources: [Twilio Blog](<https://devfeed.tech/sources/twilio-blog.md>)

Topics: [PHP](<https://devfeed.tech/topics/php.md>), [Tutorial](<https://devfeed.tech/topics/tutorial.md>), [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [API](<https://devfeed.tech/topics/api.md>), [REST API](<https://devfeed.tech/topics/rest-api.md>), [voice ai](<https://devfeed.tech/topics/voice-ai.md>), [.env](<https://devfeed.tech/topics/dotenv.md>), [OpenAI](<https://devfeed.tech/topics/openai.md>), [Composer](<https://devfeed.tech/topics/composer.md>), [ide](<https://devfeed.tech/topics/ide.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [agents](<https://devfeed.tech/tags/agents.md>), [apis](<https://devfeed.tech/tags/apis.md>), [build](<https://devfeed.tech/tags/build.md>), [conversation-relay](<https://devfeed.tech/tags/conversation-relay.md>), [developer-insights](<https://devfeed.tech/tags/developer-insights.md>), [external](<https://devfeed.tech/tags/external.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [openai](<https://devfeed.tech/tags/openai.md>), [openswoole](<https://devfeed.tech/tags/openswoole.md>), [php](<https://devfeed.tech/tags/php.md>), [rest-api](<https://devfeed.tech/tags/rest-api.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>), [voice](<https://devfeed.tech/tags/voice.md>)

### AI overview

This tutorial shows how to use PHP and OpenSwoole with Twilio Conversation Relay to build a voice agent that uses LLM tool calling to retrieve live data from an external REST API. It covers project setup, required packages, and storing an OpenAI API key in a .env file.

### Source excerpt

In this tutorial, you will use PHP and OpenSwoole to build a voice agent using Twilio Conversation Relay.

## Unpacking My Bags: How I Found Belonging, Scale, and Real-Time Networking at Cisco

DevFeed: [Unpacking My Bags: How I Found Belonging, Scale, and Real-Time Networking at Cisco](<https://devfeed.tech/articles/unpacking-my-bags-how-i-found-belonging-scale-and-real-time-networking-at-cisco-10940.md>)

Original publisher: [Read original article](<https://blogs.cisco.com/wearecisco/unpacking-my-bags-how-i-found-belonging-scale-and-real-time-networking-at-cisco>)

Author: Altanai Bisht

Published: 2026-09-10T12:00:13Z

Content type: article

Language: en

Sources: [Cisco Blogs](<https://devfeed.tech/sources/cisco-blogs.md>)

Topics: [WebRTC](<https://devfeed.tech/topics/webrtc.md>), [networking](<https://devfeed.tech/topics/networking.md>), [real-time](<https://devfeed.tech/topics/real-time.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Software](<https://devfeed.tech/topics/software.md>), [Machine learning](<https://devfeed.tech/topics/machine-learning.md>)

Tags: [be-you-with-us](<https://devfeed.tech/tags/be-you-with-us.md>), [career-growth](<https://devfeed.tech/tags/career-growth.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [lovewhereyouwork](<https://devfeed.tech/tags/lovewhereyouwork.md>), [networking](<https://devfeed.tech/tags/networking.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [software](<https://devfeed.tech/tags/software.md>), [streaming](<https://devfeed.tech/tags/streaming.md>), [voice](<https://devfeed.tech/tags/voice.md>), [we-are-cisco](<https://devfeed.tech/tags/we-are-cisco.md>), [wearecisco](<https://devfeed.tech/tags/wearecisco.md>), [webrtc](<https://devfeed.tech/tags/webrtc.md>), [women-in-tech](<https://devfeed.tech/tags/women-in-tech.md>), [writing](<https://devfeed.tech/tags/writing.md>)

### AI overview

Software engineer Altanai B. describes a non-linear career spanning startups, research and development, product engineering, streaming, telecoms, and Cisco. She reflects on her long-standing curiosity about how real-time networked communications work, including writing a WebRTC guide and building an open-source robot using edge machine learning.

### Source excerpt

Software Engineer Altanai B. shares her non-linear career journey and how she finally found a place to unpack her bags and belong at Cisco.

## Build more natural voice experiences with GPT-Live-1 in the API

DevFeed: [Build more natural voice experiences with GPT-Live-1 in the API](<https://devfeed.tech/articles/build-more-natural-voice-experiences-with-gpt-live-1-in-the-api-6496.md>)

Original publisher: [Read original article](<https://openai.com/index/introducing-gpt-live-1-in-the-api>)

Published: 2026-09-10T00:00:00Z

Content type: release

Language: en

Sources: [OpenAI News](<https://devfeed.tech/sources/openai-news.md>)

Topics: [voice ai](<https://devfeed.tech/topics/voice-ai.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [asr](<https://devfeed.tech/topics/asr.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [api](<https://devfeed.tech/tags/api.md>), [audio](<https://devfeed.tech/tags/audio.md>), [gpt](<https://devfeed.tech/tags/gpt.md>), [latency](<https://devfeed.tech/tags/latency.md>), [llm](<https://devfeed.tech/tags/llm.md>), [product](<https://devfeed.tech/tags/product.md>), [reasoning](<https://devfeed.tech/tags/reasoning.md>), [release](<https://devfeed.tech/tags/release.md>), [text-to-speech](<https://devfeed.tech/tags/text-to-speech.md>), [tool](<https://devfeed.tech/tags/tool.md>), [voice](<https://devfeed.tech/tags/voice.md>)

### AI overview

GPT-Live-1 is launching in the API for full-duplex voice applications. The release emphasizes interruption handling, customizable conversational behavior, delegated reasoning and tool calls, long-session reliability, and telephony support.

### Source excerpt

GPT-Live-1 brings natural, full-duplex voice conversations to the API, with stronger instruction following, custom voices, and telephony support.

## Build Voice AI Experiences with Twilio and GPT-Live-1 in the OpenAI API

DevFeed: [Build Voice AI Experiences with Twilio and GPT-Live-1 in the OpenAI API](<https://devfeed.tech/articles/build-voice-ai-experiences-with-twilio-and-gpt-live-1-in-the-openai-api-16104.md>)

Original publisher: [Read original article](<https://www.twilio.com/en-us/blog/developers/twilio-openai-gpt-live-1-api-resources>)

Author: Lenore Files

Published: 2026-09-10T00:00:00Z

Content type: tutorial

Language: en

Sources: [Twilio Blog](<https://devfeed.tech/sources/twilio-blog.md>)

Topics: [voice ai](<https://devfeed.tech/topics/voice-ai.md>), [real-time](<https://devfeed.tech/topics/real-time.md>), [API](<https://devfeed.tech/topics/api.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [OpenAI](<https://devfeed.tech/topics/openai.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>), [Python](<https://devfeed.tech/topics/python.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [api](<https://devfeed.tech/tags/api.md>), [developer-insights](<https://devfeed.tech/tags/developer-insights.md>), [openai](<https://devfeed.tech/tags/openai.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [tutorials](<https://devfeed.tech/tags/tutorials.md>), [voice](<https://devfeed.tech/tags/voice.md>), [voice-ai](<https://devfeed.tech/tags/voice-ai.md>), [websocket](<https://devfeed.tech/tags/websocket.md>)

### AI overview

This tutorial article explains how to build real-time voice AI applications by connecting Twilio Agent Connect with OpenAI's GPT-Live-1 through the OpenAI API. It provides tutorials, sample applications, SDK support, and documentation for voice assistants and outbound voice agents using Node.js and Python.

### Source excerpt

Build real-time voice AI Agents with Twilio and GPT-Live-1 in the OpenAI API with these tutorials, sample apps, and more.

## Visual Studio Code 1.137

DevFeed: [Visual Studio Code 1.137](<https://devfeed.tech/articles/visual-studio-code-1-137-4096.md>)

Original publisher: [Read original article](<https://code.visualstudio.com/updates/v1_137>)

Author: Visual Studio Code Team

Published: 2026-09-09T17:00:00Z

Content type: release

Language: en

Sources: [Visual Studio Code - Code Editing. Redefined.](<https://devfeed.tech/sources/visual-studio-code-code-editing-redefined.md>)

Topics: [vs-code](<https://devfeed.tech/topics/vs-code.md>), [Automation](<https://devfeed.tech/topics/automation.md>), [GitHub](<https://devfeed.tech/topics/github.md>), [GitHub Issues](<https://devfeed.tech/topics/github-issues.md>), [Pull Request](<https://devfeed.tech/topics/pull-request.md>), [GitHub Copilot](<https://devfeed.tech/topics/github-copilot.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [article](<https://devfeed.tech/tags/article.md>), [automation](<https://devfeed.tech/tags/automation.md>), [experimental](<https://devfeed.tech/tags/experimental.md>), [github](<https://devfeed.tech/tags/github.md>), [github-issues](<https://devfeed.tech/tags/github-issues.md>), [pull-request](<https://devfeed.tech/tags/pull-request.md>), [release](<https://devfeed.tech/tags/release.md>), [updates](<https://devfeed.tech/tags/updates.md>), [visual-studio](<https://devfeed.tech/tags/visual-studio.md>), [voice](<https://devfeed.tech/tags/voice.md>), [vs-code](<https://devfeed.tech/tags/vs-code.md>)

### AI overview

Visual Studio Code 1.137 introduces scheduled automations, experimental voice interaction with agents, workspace-attached quick chats, and GitHub issues and pull request details in the Agents window.

### Source excerpt

Learn what's new in Visual Studio Code 1.137 Read the full article

## Personalize your product's text-to-speech voice for any language: Fine-tuning with Kubeflow Trainer on Red Hat OpenShift AI

DevFeed: [Personalize your product's text-to-speech voice for any language: Fine-tuning with Kubeflow Trainer on Red Hat OpenShift AI](<https://devfeed.tech/articles/personalize-your-product-s-text-to-speech-voice-for-any-language-fine-tuning-with-kubeflow-trainer-on-red-hat-openshift-ai-12350.md>)

Original publisher: [Read original article](<https://developers.redhat.com/articles/2026/09/09/text-to-speech-for-any-language-fine-tuning-with-kubeflow-trainer-on-red-hat-openshift-ai>)

Author: Dmytro Hryshchenko, Abhijeet Dhumal

Published: 2026-09-09T03:32:28Z

Content type: tutorial

Language: en

Sources: [Red Hat](<https://devfeed.tech/sources/red-hat.md>), [Red Hat Developer](<https://devfeed.tech/sources/red-hat-developer.md>)

Topics: [Fine-tuning](<https://devfeed.tech/topics/fine-tuning.md>), [voice ai](<https://devfeed.tech/topics/voice-ai.md>), [Training AI Models](<https://devfeed.tech/topics/training-ai-models.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [distributed-training](<https://devfeed.tech/topics/distributed-training.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [lora](<https://devfeed.tech/topics/lora.md>), [data](<https://devfeed.tech/topics/data.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [distributed-training](<https://devfeed.tech/tags/distributed-training.md>), [fine-tuning](<https://devfeed.tech/tags/fine-tuning.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [lora](<https://devfeed.tech/tags/lora.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [speech](<https://devfeed.tech/tags/speech.md>), [text-to-speech](<https://devfeed.tech/tags/text-to-speech.md>), [training](<https://devfeed.tech/tags/training.md>), [voice](<https://devfeed.tech/tags/voice.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

### AI overview

This tutorial explains how to fine-tune the open source Orpheus-3B text-to-speech model for Turkish using Red Hat OpenShift AI and Kubeflow Trainer. It describes packaging distributed training in a TrainJob, scaling across nodes and GPUs, and using LoRA to keep memory usage below 16 GB. The reported result reduces speech errors by more than 90% compared with the base model.

### Source excerpt

Can't Read, Won't Buy. That is the title CSA Research gave its survey of 8,709 consumers across 29 countries, and the numbers justify it: 76% prefer to buy in their own language, and 40% will never buy in another. The same rule governs what your product says out loud. The post Personalize your product's text-to-speech voice for any language: Fine-tuning with Kubeflow Trainer on Red Hat OpenShift AI appeared first on Red Hat Developer.

## From AI Agent to Human Agent: ElevenLabs Call Handoffs with Twilio

DevFeed: [From AI Agent to Human Agent: ElevenLabs Call Handoffs with Twilio](<https://devfeed.tech/articles/from-ai-agent-to-human-agent-elevenlabs-call-handoffs-with-twilio-16089.md>)

Original publisher: [Read original article](<https://www.twilio.com/en-us/blog/developers/tutorials/integrations/ai-agent-to-human-agent-elevenlabs-call-handoffs-twilio>)

Author: Ricardo Bangueses

Published: 2026-09-09T00:00:00Z

Content type: tutorial

Language: en

Sources: [Twilio Blog](<https://devfeed.tech/sources/twilio-blog.md>)

Topics: [Conversational AI](<https://devfeed.tech/topics/conversational-ai.md>), [voice ai](<https://devfeed.tech/topics/voice-ai.md>), [interoperability](<https://devfeed.tech/topics/interoperability.md>)

Tags: [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [developer-insights](<https://devfeed.tech/tags/developer-insights.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [integration](<https://devfeed.tech/tags/integration.md>), [interoperability](<https://devfeed.tech/tags/interoperability.md>), [voice](<https://devfeed.tech/tags/voice.md>)

### AI overview

This tutorial explains how to integrate an ElevenLabs voice agent with Twilio Programmable Voice so the agent can escalate an active call to human-agent routing while preserving call control and useful context. The example uses Twilio Flex as the destination.

### Source excerpt

Learn how to integrate an ElevenLabs voice agent with Twilio Programmable Voice for seamless AI-to-human call handoffs, preserving context and call control.

## Flirty OnlyFans promoters on X may be using AI to appear human

DevFeed: [Flirty OnlyFans promoters on X may be using AI to appear human](<https://devfeed.tech/articles/flirty-onlyfans-promoters-on-x-may-be-using-ai-to-appear-human-8430.md>)

Original publisher: [Read original article](<https://www.malwarebytes.com/blog/ai/2026/09/flirty-onlyfans-promoters-on-x-may-be-using-ai-to-appear-human>)

Author: Pieter Arntz

Published: 2026-09-07T11:18:00Z

Content type: article

Language: en

Sources: [Malwarebytes](<https://devfeed.tech/sources/malwarebytes.md>)

Topics: [AI Chat](<https://devfeed.tech/topics/ai-chat.md>), [Script](<https://devfeed.tech/topics/script.md>), [Chat Bot](<https://devfeed.tech/topics/chatbot.md>), [Bot](<https://devfeed.tech/topics/bot.md>), [ASCII](<https://devfeed.tech/topics/ascii.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ascii](<https://devfeed.tech/tags/ascii.md>), [bots](<https://devfeed.tech/tags/bots.md>), [fraud](<https://devfeed.tech/tags/fraud.md>), [generative-ai](<https://devfeed.tech/tags/generative-ai.md>), [messaging](<https://devfeed.tech/tags/messaging.md>), [onlyfans](<https://devfeed.tech/tags/onlyfans.md>), [scam](<https://devfeed.tech/tags/scam.md>), [scams](<https://devfeed.tech/tags/scams.md>), [scripted](<https://devfeed.tech/tags/scripted.md>), [threat-intel](<https://devfeed.tech/tags/threat-intel.md>), [voice](<https://devfeed.tech/tags/voice.md>)

### AI overview

An investigation examines X accounts promoting OnlyFans pages that combine repetitive flirtatious scripts with dynamic replies, raising the possibility of generative AI-assisted messaging. It warns that personalized responses and voice notes may no longer reliably distinguish people from automated accounts.

### Source excerpt

Personalized replies and voice notes make it increasingly difficult to tell whether you're talking to a human, chatbot, or AI agent.

## Coding Challenge #135 - Voice Dictation App

DevFeed: [Coding Challenge #135 - Voice Dictation App](<https://devfeed.tech/articles/coding-challenge-135-voice-dictation-app-29210.md>)

Original publisher: [Read original article](<https://codingchallenges.substack.com/p/coding-challenge-135-voice-dictation>)

Author: John Crickett

Published: 2026-09-05T08:01:16Z

Content type: tutorial

Language: en

Sources: [Coding Challenges](<https://devfeed.tech/sources/coding-challenges.md>)

Topics: [Code Challenge](<https://devfeed.tech/topics/code-challenge.md>), [Programming](<https://devfeed.tech/topics/programming.md>), [AI Development](<https://devfeed.tech/topics/ai-development.md>), [Accessibility](<https://devfeed.tech/topics/accessibility.md>), [Operating system](<https://devfeed.tech/topics/operating-system.md>)

Tags: [accessibility](<https://devfeed.tech/tags/accessibility.md>), [ai](<https://devfeed.tech/tags/ai.md>), [audio](<https://devfeed.tech/tags/audio.md>), [coding](<https://devfeed.tech/tags/coding.md>), [os](<https://devfeed.tech/tags/os.md>), [programming](<https://devfeed.tech/tags/programming.md>), [ui-automation](<https://devfeed.tech/tags/ui-automation.md>), [voice](<https://devfeed.tech/tags/voice.md>)

### AI overview

A Coding Challenge tutorial for building a private voice dictation app that runs entirely on the local computer. It covers audio capture, local speech recognition, text cleanup, spoken formatting commands, custom dictionaries, history, and inserting dictated text into the focused application without network requests.

### Source excerpt

This challenge is to build your own voice dictation app.

## Spring Ring: An Inside Look at Voice Phishing Campaigns in Microsoft Teams

DevFeed: [Spring Ring: An Inside Look at Voice Phishing Campaigns in Microsoft Teams](<https://devfeed.tech/articles/spring-ring-an-inside-look-at-voice-phishing-campaigns-in-microsoft-teams-7760.md>)

Original publisher: [Read original article](<https://unit42.paloaltonetworks.com/spring-ring-voice-phishing-campaigns/>)

Author: Noam Sala

Published: 2026-08-31T10:00:36Z

Content type: article

Language: en

Sources: [Unit 42](<https://devfeed.tech/sources/unit-42.md>)

Topics: [Social engineering](<https://devfeed.tech/topics/social-engineering.md>), [Malware](<https://devfeed.tech/topics/malware.md>), [remote access software](<https://devfeed.tech/topics/remote-access-software.md>), [Microsoft](<https://devfeed.tech/topics/microsoft.md>), [Cloaked Ursa](<https://devfeed.tech/topics/cloaked-ursa.md>), [Entra ID](<https://devfeed.tech/topics/entra-id.md>), [Incident response](<https://devfeed.tech/topics/incident-response.md>)

Tags: [attacks](<https://devfeed.tech/tags/attacks.md>), [cloaked-ursa](<https://devfeed.tech/tags/cloaked-ursa.md>), [enterprise](<https://devfeed.tech/tags/enterprise.md>), [entra-id](<https://devfeed.tech/tags/entra-id.md>), [incident-response](<https://devfeed.tech/tags/incident-response.md>), [malware](<https://devfeed.tech/tags/malware.md>), [microsoft](<https://devfeed.tech/tags/microsoft.md>), [microsoft-teams](<https://devfeed.tech/tags/microsoft-teams.md>), [payload](<https://devfeed.tech/tags/payload.md>), [phishing](<https://devfeed.tech/tags/phishing.md>), [powershell](<https://devfeed.tech/tags/powershell.md>), [remote-access-trojan](<https://devfeed.tech/tags/remote-access-trojan.md>), [social-engineering](<https://devfeed.tech/tags/social-engineering.md>), [spoof](<https://devfeed.tech/tags/spoof.md>), [threat-research](<https://devfeed.tech/tags/threat-research.md>), [vishing](<https://devfeed.tech/tags/vishing.md>), [voice](<https://devfeed.tech/tags/voice.md>)

### AI overview

Spring Ring is a coordinated social engineering campaign that used external Microsoft Teams accounts and voice phishing to impersonate IT help desk staff. The operation targeted more than 150 employees across at least 10 companies and attempted to deliver remote monitoring and management tools or custom malware. A more advanced variant escalated to an NTLM relay attack against an organization's domain controller.

### Source excerpt

Learn how the Spring Ring campaign abuses Microsoft Teams and voice phishing to deploy malware and target enterprise domain controllers. The post Spring Ring: An Inside Look at Voice Phishing Campaigns in Microsoft Teams appeared first on Unit 42.

## The Four Vendor Relationships Commonly Involved in a Production Voice Feature

DevFeed: [The Four Vendor Relationships Commonly Involved in a Production Voice Feature](<https://devfeed.tech/articles/how-assemblyai-collapsed-four-vendors-into-a-single-api-key-17932.md>)

Original publisher: [Read original article](<https://read.bytesizeddesign.com/p/how-assemblyai-collapsed-needing-four-vendors-to-summarize-a-phone-call>)

Author: Byte-Sized Design

Published: 2026-08-28T21:47:43Z

Content type: article

Language: en

Sources: [Byte-Sized Design](<https://devfeed.tech/sources/byte-sized-design.md>)

Topics: [API](<https://devfeed.tech/topics/api.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [pii](<https://devfeed.tech/topics/pii.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [api](<https://devfeed.tech/tags/api.md>), [compliance](<https://devfeed.tech/tags/compliance.md>), [llm](<https://devfeed.tech/tags/llm.md>), [pii](<https://devfeed.tech/tags/pii.md>), [pii-redaction](<https://devfeed.tech/tags/pii-redaction.md>), [production](<https://devfeed.tech/tags/production.md>), [transcription](<https://devfeed.tech/tags/transcription.md>), [voice](<https://devfeed.tech/tags/voice.md>)

### AI overview

The article describes how a production voice feature typically involves four vendor relationships: transcription, PII redaction, an LLM provider, and compliance review.

### Source excerpt

TLDR A production voice feature in 2026 typically ships with four vendor relationships: a transcription API, a PII redaction step somebody built in a sprint, an LLM provider, and a compliance review stretched across all of it.

## Intelligent transcription with Gemini 3.5 Transcribe

DevFeed: [Intelligent transcription with Gemini 3.5 Transcribe](<https://devfeed.tech/articles/intelligent-transcription-with-gemini-3-5-transcribe-6190.md>)

Original publisher: [Read original article](<https://deepmind.google/blog/intelligent-transcription-with-gemini-3-5-transcribe/>)

Author: Diego Melendo Casado

Published: 2026-08-26T17:01:00Z

Content type: release

Language: en

Sources: [Google DeepMind News](<https://devfeed.tech/sources/google-deepmind-news.md>)

Topics: [asr](<https://devfeed.tech/topics/asr.md>), [voice ai](<https://devfeed.tech/topics/voice-ai.md>), [Google AI](<https://devfeed.tech/topics/google-ai.md>), [API](<https://devfeed.tech/topics/api.md>), [real-time](<https://devfeed.tech/topics/real-time.md>), [Streaming](<https://devfeed.tech/topics/streaming.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [analysis](<https://devfeed.tech/tags/analysis.md>), [analytics](<https://devfeed.tech/tags/analytics.md>), [android](<https://devfeed.tech/tags/android.md>), [api](<https://devfeed.tech/tags/api.md>), [audio](<https://devfeed.tech/tags/audio.md>), [developer](<https://devfeed.tech/tags/developer.md>), [developers](<https://devfeed.tech/tags/developers.md>), [gemini](<https://devfeed.tech/tags/gemini.md>), [google](<https://devfeed.tech/tags/google.md>), [google-ai](<https://devfeed.tech/tags/google-ai.md>), [latency](<https://devfeed.tech/tags/latency.md>), [macos](<https://devfeed.tech/tags/macos.md>), [model](<https://devfeed.tech/tags/model.md>), [none](<https://devfeed.tech/tags/none.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [speech](<https://devfeed.tech/tags/speech.md>), [streaming](<https://devfeed.tech/tags/streaming.md>), [transcription](<https://devfeed.tech/tags/transcription.md>), [voice](<https://devfeed.tech/tags/voice.md>), [workflows](<https://devfeed.tech/tags/workflows.md>)

### AI overview

Google introduces Gemini 3.5 Transcribe, a speech-to-text model for accurate, formatted transcription in noisy and specialized audio. Developers can use it through the Gemini API in Google AI Studio and Gemini Enterprise Agent Platform for voice agents, real-time captioning, and post-call analytics. It supports real-time streaming and pre-recorded audio processing, custom vocabulary, speaker attribution, word-level timestamps, and more than 85 languages.

### Source excerpt

Now you can get more intelligent speech-to-text transcription with Gemini 3.5 Transcribe.

## Connect v0 apps to Slack, Google, and 100+ other services

DevFeed: [Connect v0 apps to Slack, Google, and 100+ other services](<https://devfeed.tech/articles/connect-v0-apps-to-slack-google-and-100-other-services-877.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/connect-v0-apps-to-slack-google-and-100-other-services>)

Author: Vishal Yathish

Published: 2026-08-24T00:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [Vercel](<https://devfeed.tech/topics/vercel.md>), [Slack](<https://devfeed.tech/topics/slack.md>), [Google](<https://devfeed.tech/topics/google.md>), [GitHub](<https://devfeed.tech/topics/github.md>), [Notion](<https://devfeed.tech/topics/notion.md>), [dashboards](<https://devfeed.tech/topics/dashboards.md>), [Playwright](<https://devfeed.tech/topics/playwright.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [apps](<https://devfeed.tech/tags/apps.md>), [browser](<https://devfeed.tech/tags/browser.md>), [connectors](<https://devfeed.tech/tags/connectors.md>), [github](<https://devfeed.tech/tags/github.md>), [google](<https://devfeed.tech/tags/google.md>), [secrets](<https://devfeed.tech/tags/secrets.md>), [slack](<https://devfeed.tech/tags/slack.md>), [tokens](<https://devfeed.tech/tags/tokens.md>), [vercel](<https://devfeed.tech/tags/vercel.md>), [voice](<https://devfeed.tech/tags/voice.md>)

### AI overview

Vercel Connect lets apps and agents built in v0 securely connect to more than 100 services, including Slack, Google, Notion, GitHub, and Salesforce. It provides guided connector setup, reusable team configuration, managed app registration for some services, and short-lived runtime tokens. Examples include a voice-controlled browser agent that generates Playwright code and a dashboard combining Slack, Gmail, and Linear information.

### Source excerpt

Apps and agents built in v0 can now securely connect to more than 100 services, including Slack, Google, Notion, GitHub, and Salesforce, through Vercel Connect. Ask v0 to connect your app to a service. It opens the connector setup and guides you through it. You set up each connector once for your team, then reuse it across apps. For managed connectors like Slack and GitHub, Vercel handles app registration, so you don't need to create or configure an app with the provider. For other services, you can provide your own credentials. In both cases, Vercel Connect issues short-lived tokens at runtime, so your application doesn't need to store or rotate long-lived secrets. Using v0 and Vercel Connect, Danny from KERNEL built a voice-controlled browser agent that generates Playwright code to operate a real browser. We built a personal dashboard that brings Slack messages, Gmail, and Linear issues into one view and summarizes what needs attention. Read the documentation or try it yourself in v0: Read more

## Fish Audio models now available on Vercel AI Gateway for free

DevFeed: [Fish Audio models now available on Vercel AI Gateway for free](<https://devfeed.tech/articles/fish-audio-models-now-available-on-vercel-ai-gateway-for-free-934.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/fish-audio-models-now-available-on-ai-gateway-for-free>)

Author: Jerilyn Zheng

Published: 2026-08-19T00:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [voice ai](<https://devfeed.tech/topics/voice-ai.md>), [Vercel](<https://devfeed.tech/topics/vercel.md>), [asr](<https://devfeed.tech/topics/asr.md>), [Streaming](<https://devfeed.tech/topics/streaming.md>), [Low Latency](<https://devfeed.tech/topics/low-latency.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>)

Tags: [ai-gateway](<https://devfeed.tech/tags/ai-gateway.md>), [audio](<https://devfeed.tech/tags/audio.md>), [browser](<https://devfeed.tech/tags/browser.md>), [free](<https://devfeed.tech/tags/free.md>), [launch](<https://devfeed.tech/tags/launch.md>), [models](<https://devfeed.tech/tags/models.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [speech](<https://devfeed.tech/tags/speech.md>), [streaming](<https://devfeed.tech/tags/streaming.md>), [text-to-speech](<https://devfeed.tech/tags/text-to-speech.md>), [transcription](<https://devfeed.tech/tags/transcription.md>), [voice](<https://devfeed.tech/tags/voice.md>)

### AI overview

Fish Audio's text-to-speech and transcription models are available on Vercel AI Gateway. The models are free for 30 days, with AI SDK 7 support for speech generation and transcription, including timestamped segments and word-level timing.

### Source excerpt

Fish Audio's audio models are now available on AI Gateway. To celebrate the launch, every Fish Audio model is free on AI Gateway for the next 30 days, through September 18. Capability Regular Through September 18 Text-to-speech $15.00 per million characters Free Speech-to-text $0.36 per hour of audio Free Four models from Fish Audio are available, including their latest text-to-speech model: fish-audio/s2.1-pro (text-to-speech): Built for low-latency streaming; clones a voice from a reference recording. fish-audio/transcribe-1 (transcription): Returns the text along with the duration of the audio and timestamped segments, down to individual words. fish-audio/s2-pro (text-to-speech): Covers around eighty languages and takes inline tags, plain-language directions written into the text itself, so you can change how a single word or phrase is delivered instead of setting one style for the whole request. fish-audio/s1 (text-to-speech): Reads text that can carry markers for emotion, tone, and sound effects. How to use models during the offer period Using the standard model name (i.e., fish-audio/s2.1-pro) is free, but will automatically begin billing when the offer period ends. To ensure you aren't billed after the free period, add the -free suffix to the standard name, and the model will stop serving when the offer ends (i.e., fish-audio/s2.1-pro-free). Speech and transcription ship in the current AI SDK 7 release. Text-to-speech Generate spoken audio from text with generateSpeech and write the result: Speech-to-text Transcribe recordings into text with transcribe. The audio can be a buffer, a base64 string, or a URL: Each segment carries the text and its start and end time in seconds, down to individual words. Playground You can also try the Fish Audio models without writing any code. Open the models list, click into a model, and send text or audio to hear or read the result in your browser. For a full overview of how to utilize audio models, refer to the speech quickst

## Custom MFA factor: send a second factor through any channel

DevFeed: [Custom MFA factor: send a second factor through any channel](<https://devfeed.tech/articles/custom-mfa-factor-send-a-second-factor-through-any-channel-16468.md>)

Original publisher: [Read original article](<https://appwrite.io/blog/post/custom-mfa-factor>)

Author: Atharva Deosthale

Published: 2026-08-14T00:00:00Z

Content type: release

Language: en

Sources: [Appwrite Blog](<https://devfeed.tech/sources/appwrite-blog.md>)

Topics: [Appwrite](<https://devfeed.tech/topics/appwrite.md>), [MFA](<https://devfeed.tech/topics/mfa.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>), [API](<https://devfeed.tech/topics/api.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>), [Rust](<https://devfeed.tech/topics/rust.md>)

Tags: [announcements](<https://devfeed.tech/tags/announcements.md>), [api](<https://devfeed.tech/tags/api.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [backend](<https://devfeed.tech/tags/backend.md>), [console](<https://devfeed.tech/tags/console.md>), [mfa](<https://devfeed.tech/tags/mfa.md>), [node](<https://devfeed.tech/tags/node.md>), [rust](<https://devfeed.tech/tags/rust.md>), [security](<https://devfeed.tech/tags/security.md>), [voice](<https://devfeed.tech/tags/voice.md>), [whatsapp](<https://devfeed.tech/tags/whatsapp.md>)

### AI overview

Appwrite introduces a custom MFA factor that generates and verifies authentication codes while allowing applications to deliver them through channels such as WhatsApp, voice calls, or internal providers. The article explains how to retrieve the code through a server-side function and deliver it securely.

### Source excerpt

Appwrite now supports a custom MFA factor. Appwrite generates and verifies the code, and your function delivers it through WhatsApp, a voice call, or any provider you choose.

## Build Low-Latency Multilingual Voice Agents: Open Weights & Full Deployment Control with NVIDIA Magpie TTS

DevFeed: [Build Low-Latency Multilingual Voice Agents: Open Weights & Full Deployment Control with NVIDIA Magpie TTS](<https://devfeed.tech/articles/build-low-latency-multilingual-voice-agents-open-weights-full-deployment-control-with-nvidia-magpie-tts-7386.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/nvidia/magpie-tts-multilingual-voice-agents>)

Author: Maryam Motamedi; Mikyas Desta; Jason Li; Jason Roche

Published: 2026-08-10T16:25:36Z

Content type: article

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [Low Latency](<https://devfeed.tech/topics/low-latency.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [voice ai](<https://devfeed.tech/topics/voice-ai.md>), [NVIDIA NIM](<https://devfeed.tech/topics/nvidia-nim.md>), [Open Source Models & Datasets](<https://devfeed.tech/topics/open-source-models-datasets.md>), [asr](<https://devfeed.tech/topics/asr.md>), [Conversational AI](<https://devfeed.tech/topics/conversational-ai.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Automation](<https://devfeed.tech/topics/automation.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [api](<https://devfeed.tech/tags/api.md>), [audio](<https://devfeed.tech/tags/audio.md>), [automation](<https://devfeed.tech/tags/automation.md>), [conversational-ai](<https://devfeed.tech/tags/conversational-ai.md>), [data](<https://devfeed.tech/tags/data.md>), [developers](<https://devfeed.tech/tags/developers.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [latency](<https://devfeed.tech/tags/latency.md>), [llm](<https://devfeed.tech/tags/llm.md>), [low-latency](<https://devfeed.tech/tags/low-latency.md>), [model](<https://devfeed.tech/tags/model.md>), [models](<https://devfeed.tech/tags/models.md>), [nvidia](<https://devfeed.tech/tags/nvidia.md>), [nvidia-nim](<https://devfeed.tech/tags/nvidia-nim.md>), [open](<https://devfeed.tech/tags/open.md>), [speech](<https://devfeed.tech/tags/speech.md>), [text-to-speech](<https://devfeed.tech/tags/text-to-speech.md>), [voice](<https://devfeed.tech/tags/voice.md>)

### AI overview

This developer article presents NVIDIA Magpie Multilingual TTS as an open-weights, 364M-parameter text-to-speech model for building low-latency multilingual voice applications. It explains how a self-managed cascaded ASR, TTS, and LLM architecture can provide deployment control, tuning, privacy, and predictable performance across 12 languages.

### Source excerpt

Build Low-Latency Multilingual Voice Agents: Open Weights & Full Deployment Control with NVIDIA Magpie TTS Every voice interaction has a latency budget. By the time a user hears your application respond, you've already spent precious milliseconds capturing audio, transcribing speech, running an LLM, retrieving context, and generating a response. Text-to-speech (TTS) is the final step -- and the one users notice most. If speech generation is slow, the whole experience feels slow.

## How we built a realtime system for responsive voice AI in six months

DevFeed: [How we built a realtime system for responsive voice AI in six months](<https://devfeed.tech/articles/how-we-built-a-realtime-system-for-responsive-voice-ai-in-six-months-6358.md>)

Original publisher: [Read original article](<https://openai.com/index/continuous-voice-interaction-with-gpt-live>)

Published: 2026-08-03T07:00:00Z

Content type: article

Language: en

Sources: [OpenAI News](<https://devfeed.tech/sources/openai-news.md>)

Topics: [voice ai](<https://devfeed.tech/topics/voice-ai.md>), [Low Latency](<https://devfeed.tech/topics/low-latency.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [model-deployment](<https://devfeed.tech/topics/model-deployment.md>), [systems](<https://devfeed.tech/topics/systems.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [audio](<https://devfeed.tech/tags/audio.md>), [chatgpt](<https://devfeed.tech/tags/chatgpt.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [gpt](<https://devfeed.tech/tags/gpt.md>), [inference](<https://devfeed.tech/tags/inference.md>), [latency](<https://devfeed.tech/tags/latency.md>), [llm](<https://devfeed.tech/tags/llm.md>), [llms](<https://devfeed.tech/tags/llms.md>), [low-latency](<https://devfeed.tech/tags/low-latency.md>), [model](<https://devfeed.tech/tags/model.md>), [speech](<https://devfeed.tech/tags/speech.md>), [systems](<https://devfeed.tech/tags/systems.md>), [text-to-speech](<https://devfeed.tech/tags/text-to-speech.md>), [voice](<https://devfeed.tech/tags/voice.md>), [voice-ai](<https://devfeed.tech/tags/voice-ai.md>)

### AI overview

OpenAI describes GPT-Live, a full-duplex voice system designed for continuous, natural conversation. Its low-latency architecture streams audio in both directions, separates asynchronous delegation from the core voice path, and coordinates stateful inference, dynamic context management, and protocol-level optimization.

### Source excerpt

GPT-Live enables continuous voice interaction with AI, using a turnless speech model and low-latency architecture for faster, more natural conversations.

## A big win for Android interoperability

DevFeed: [A big win for Android interoperability](<https://devfeed.tech/articles/a-big-win-for-android-interoperability-16692.md>)

Original publisher: [Read original article](<https://www.openhomefoundation.org/blog/a-big-win-for-android-interoperability/>)

Author: Timothy Nibeaudeau

Published: 2026-07-31T00:00:01Z

Content type: article

Language: en

Sources: [Home Assistant](<https://devfeed.tech/sources/home-assistant.md>)

Topics: [Android](<https://devfeed.tech/topics/android.md>), [interoperability](<https://devfeed.tech/topics/interoperability.md>), [Home Assistant](<https://devfeed.tech/topics/home-assistant.md>), [Automation](<https://devfeed.tech/topics/automation.md>), [Google](<https://devfeed.tech/topics/google.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [android](<https://devfeed.tech/tags/android.md>), [automation](<https://devfeed.tech/tags/automation.md>), [developer](<https://devfeed.tech/tags/developer.md>), [eu](<https://devfeed.tech/tags/eu.md>), [gemini](<https://devfeed.tech/tags/gemini.md>), [google](<https://devfeed.tech/tags/google.md>), [interoperability](<https://devfeed.tech/tags/interoperability.md>), [news](<https://devfeed.tech/tags/news.md>), [privacy](<https://devfeed.tech/tags/privacy.md>), [self-hosted](<https://devfeed.tech/tags/self-hosted.md>), [voice](<https://devfeed.tech/tags/voice.md>)

### AI overview

The article describes the European Commission's July 16, 2026 decision under the Digital Markets Act requiring Alphabet to open eleven Android features to all assistants on equal terms. It presents the decision as a result of advocacy by the Open Home Foundation and a significant step toward Android interoperability, enabling capabilities such as always-on wake word detection, ambient sensor access, and screen automation for Home Assistant and other assistants.

### Source excerpt

Something big just happened. As the Open Home Foundation's Android developer for Home Assistant, I was invited by the European Commission to consult on Android interoperability. On July 16, 2026, the Commission adopted a decision requiring Alphabet to open up eleven Android features -- including always-on wake word detection, ambient sensor access, and screen automation -- to all assistants, on equal terms.

## Grok Voice Think Fast 2.0: Benchmarks, pricing, specs

DevFeed: [Grok Voice Think Fast 2.0: Benchmarks, pricing, specs](<https://devfeed.tech/articles/grok-voice-think-fast-2-0-benchmarks-pricing-specs-16520.md>)

Original publisher: [Read original article](<https://appwrite.io/blog/post/whats-new-in-grok-voice-think-fast-20>)

Author: Aishwari Pahwa

Published: 2026-07-31T00:00:00Z

Content type: release

Language: en

Sources: [Appwrite Blog](<https://devfeed.tech/sources/appwrite-blog.md>)

Topics: [speech-to-speech](<https://devfeed.tech/topics/speech-to-speech.md>), [Benchmark](<https://devfeed.tech/topics/benchmark.md>), [Latency](<https://devfeed.tech/topics/latency.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [ai](<https://devfeed.tech/tags/ai.md>), [audio](<https://devfeed.tech/tags/audio.md>), [benchmarks](<https://devfeed.tech/tags/benchmarks.md>), [latency](<https://devfeed.tech/tags/latency.md>), [pricing](<https://devfeed.tech/tags/pricing.md>), [speech-to-speech](<https://devfeed.tech/tags/speech-to-speech.md>), [voice](<https://devfeed.tech/tags/voice.md>)

### AI overview

This developer article introduces SpaceXAI's Grok Voice Think Fast 2.0, a speech-to-speech model announced on July 29, 2026. It covers vendor-reported benchmark results, latency, pricing, migration, and backend requirements, including 82.9% speech-to-speech quality, 0.70 seconds to first audio, and $0.08 per minute.

### Source excerpt

Grok Voice Think Fast 2.0 hits 0.70s time to first audio, 82.9% speech-to-speech quality, and $0.08 per minute. See the benchmarks, pricing, and migration path.

[Next page](<https://devfeed.tech/tags/voice.md?cursor=WyIyMDI2LTA3LTMxVDAwOjAwOjAwKzAwOjAwIiwgImY0NmYzNzg1LTQ3ZDctNGFhMS04N2M3LTg5NTI1N2NiMzYyYSJd>)