home.social

#speechtospeech — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #speechtospeech, aggregated by home.social.

fetched live
  1. OpenAI Realtime против Яндекс Realtime: сравнил два голосовых движка для России и за вечер пересадил свой прод

    6 июля OpenAI выпустил gpt-realtime — движок «речь в речь», который говорит как человек и держит перебивание. Я делаю голосового ИИ-приёмщика для бизнеса на российском стеке и занервничал: не устарел ли мой подход? За вечер собрал прототип на OpenAI, откопал, что у Яндекса есть свой Realtime, и замерил задержку у всех трёх подходов одним методом. Цифры честные, с оговоркой про VPN: Яндекс Realtime ~330 мс, OpenAI ~740 мс (под VPN — иначе в РФ никак), старая трёхзвенка ~4,4 секунды. В статье — грабли обоих движков (400-й эндпоинт у OpenAI, три роли доступа и закрытый обмен OAuth→IAM у Яндекса), почему у OpenAI не лечится акцент в русском, и как я за вечер переписал свой прод на Яндекс Realtime: WebSocket-мост, живой PCM-плеер вместо MP3, перебивание без наушников. С кодом и реальными замерами.

    habr.com/ru/articles/1057176/

    #OpenAI_Realtime #Яндекс_SpeechKit #голосовой_ассистент #webrtc #speechtospeech

  2. OpenAI Realtime против Яндекс Realtime: сравнил два голосовых движка для России и за вечер пересадил свой прод

    6 июля OpenAI выпустил gpt-realtime — движок «речь в речь», который говорит как человек и держит перебивание. Я делаю голосового ИИ-приёмщика для бизнеса на российском стеке и занервничал: не устарел ли мой подход? За вечер собрал прототип на OpenAI, откопал, что у Яндекса есть свой Realtime, и замерил задержку у всех трёх подходов одним методом. Цифры честные, с оговоркой про VPN: Яндекс Realtime ~330 мс, OpenAI ~740 мс (под VPN — иначе в РФ никак), старая трёхзвенка ~4,4 секунды. В статье — грабли обоих движков (400-й эндпоинт у OpenAI, три роли доступа и закрытый обмен OAuth→IAM у Яндекса), почему у OpenAI не лечится акцент в русском, и как я за вечер переписал свой прод на Яндекс Realtime: WebSocket-мост, живой PCM-плеер вместо MP3, перебивание без наушников. С кодом и реальными замерами.

    habr.com/ru/articles/1057176/

    #OpenAI_Realtime #Яндекс_SpeechKit #голосовой_ассистент #webrtc #speechtospeech

  3. OpenAI Realtime против Яндекс Realtime: сравнил два голосовых движка для России и за вечер пересадил свой прод

    6 июля OpenAI выпустил gpt-realtime — движок «речь в речь», который говорит как человек и держит перебивание. Я делаю голосового ИИ-приёмщика для бизнеса на российском стеке и занервничал: не устарел ли мой подход? За вечер собрал прототип на OpenAI, откопал, что у Яндекса есть свой Realtime, и замерил задержку у всех трёх подходов одним методом. Цифры честные, с оговоркой про VPN: Яндекс Realtime ~330 мс, OpenAI ~740 мс (под VPN — иначе в РФ никак), старая трёхзвенка ~4,4 секунды. В статье — грабли обоих движков (400-й эндпоинт у OpenAI, три роли доступа и закрытый обмен OAuth→IAM у Яндекса), почему у OpenAI не лечится акцент в русском, и как я за вечер переписал свой прод на Яндекс Realtime: WebSocket-мост, живой PCM-плеер вместо MP3, перебивание без наушников. С кодом и реальными замерами.

    habr.com/ru/articles/1057176/

    #OpenAI_Realtime #Яндекс_SpeechKit #голосовой_ассистент #webrtc #speechtospeech

  4. Как устроены voice-2-voice модели

    Речь входит — речь выходит. Что внутри voice-2-voice моделей: как нейронный кодек превращает звук в токены, почему каскад ASR → LLM → TTS проигрывает миллисекунды и как Moshi умудряется поддакивать, пока вы говорите. Без магии, с примерами на Swift.

    habr.com/ru/articles/1056820/

    #голосовые_ассистенты #voicetovoice #speechtospeech #распознавание_речи #синтез_речи #LLM #нейронные_аудиокодеки #OpenAI_Realtime_API #Gemini_Live #moshi

  5. Как устроены voice-2-voice модели

    Речь входит — речь выходит. Что внутри voice-2-voice моделей: как нейронный кодек превращает звук в токены, почему каскад ASR → LLM → TTS проигрывает миллисекунды и как Moshi умудряется поддакивать, пока вы говорите. Без магии, с примерами на Swift.

    habr.com/ru/articles/1056820/

    #голосовые_ассистенты #voicetovoice #speechtospeech #распознавание_речи #синтез_речи #LLM #нейронные_аудиокодеки #OpenAI_Realtime_API #Gemini_Live #moshi

  6. Как устроены voice-2-voice модели

    Речь входит — речь выходит. Что внутри voice-2-voice моделей: как нейронный кодек превращает звук в токены, почему каскад ASR → LLM → TTS проигрывает миллисекунды и как Moshi умудряется поддакивать, пока вы говорите. Без магии, с примерами на Swift.

    habr.com/ru/articles/1056820/

    #голосовые_ассистенты #voicetovoice #speechtospeech #распознавание_речи #синтез_речи #LLM #нейронные_аудиокодеки #OpenAI_Realtime_API #Gemini_Live #moshi

  7. The #SpeechToSpeech project was deployed. And it worked 🎉

    It stayed live in one of the #PyConIT 2026 rooms throughout the event 🏗️

    📊 A few words on the stats: the most used languages were English, French, Italian and Spanish. And someone even tried Korean 🤭

    Thank you to #PyConIT 2026 for hosting my #talk

    github.com/bilardi/realtime-sp

    #TalksAndWorkshops #aws #polly #sts #python

  8. The #SpeechToSpeech project was deployed. And it worked 🎉

    It stayed live in one of the #PyConIT 2026 rooms throughout the event 🏗️

    📊 A few words on the stats: the most used languages were English, French, Italian and Spanish. And someone even tried Korean 🤭

    Thank you to #PyConIT 2026 for hosting my #talk

    github.com/bilardi/realtime-sp

    #TalksAndWorkshops #aws #polly #sts #python

  9. The #SpeechToSpeech project was deployed. And it worked 🎉

    It stayed live in one of the #PyConIT 2026 rooms throughout the event 🏗️

    📊 A few words on the stats: the most used languages were English, French, Italian and Spanish. And someone even tried Korean 🤭

    Thank you to #PyConIT 2026 for hosting my #talk

    github.com/bilardi/realtime-sp

    #TalksAndWorkshops #aws #polly #sts #python

  10. The #SpeechToSpeech project was deployed. And it worked 🎉

    It stayed live in one of the #PyConIT 2026 rooms throughout the event 🏗️

    📊 A few words on the stats: the most used languages were English, French, Italian and Spanish. And someone even tried Korean 🤭

    Thank you to #PyConIT 2026 for hosting my #talk

    github.com/bilardi/realtime-sp

    #TalksAndWorkshops #aws #polly #sts #python

  11. The #SpeechToSpeech project was deployed. And it worked 🎉

    It stayed live in one of the #PyConIT 2026 rooms throughout the event 🏗️

    📊 A few words on the stats: the most used languages were English, French, Italian and Spanish. And someone even tried Korean 🤭

    Thank you to #PyConIT 2026 for hosting my #talk

    github.com/bilardi/realtime-sp

    #TalksAndWorkshops #aws #polly #sts #python

  12. Ho preparato un progetto #SpeechToSpeech che va in produzione alla #PyConIT 2026, attivo tutto il giorno in una sala.

    Cos'ha di speciale ? È il primo a usare #AmazonPolly in #BidirectionalStreaming interamente in #python 🐍.

    🎤 A #PyConIT 2026 il mio #talk: dalle necessità alle scelte, fino ai grattacapi affrontati.

    2026.pycon.it/it/event/when-bo

    #TalksAndWorkshops #aws #polly #sts

  13. Ho preparato un progetto #SpeechToSpeech che va in produzione alla #PyConIT 2026, attivo tutto il giorno in una sala.

    Cos'ha di speciale ? È il primo a usare #AmazonPolly in #BidirectionalStreaming interamente in #python 🐍.

    🎤 A #PyConIT 2026 il mio #talk: dalle necessità alle scelte, fino ai grattacapi affrontati.

    2026.pycon.it/it/event/when-bo

    #TalksAndWorkshops #aws #polly #sts

  14. It all started from a curiosity .. and from a new feature.

    In a realtime #SpeechToSpeech project on #AWS, can I use #polly bidirectional streaming with #python ?

    🔮 Spoiler: well, when boto3 doesn't have it (yet), you write it 🏗️

    In the article I describe each choice and the reasons, eager to ship something new 😄

    alessandra.bilardi.net/diary/a

    #DiaryOfALazyDeveloper #docker #fastapi

  15. It all started from a curiosity .. and from a new feature.

    In a realtime #SpeechToSpeech project on #AWS, can I use #polly bidirectional streaming with #python ?

    🔮 Spoiler: well, when boto3 doesn't have it (yet), you write it 🏗️

    In the article I describe each choice and the reasons, eager to ship something new 😄

    alessandra.bilardi.net/diary/a

    #DiaryOfALazyDeveloper #docker #fastapi

  16. It all started from a curiosity .. and from a new feature.

    In a realtime #SpeechToSpeech project on #AWS, can I use #polly bidirectional streaming with #python ?

    🔮 Spoiler: well, when boto3 doesn't have it (yet), you write it 🏗️

    In the article I describe each choice and the reasons, eager to ship something new 😄

    alessandra.bilardi.net/diary/a

    #DiaryOfALazyDeveloper #docker #fastapi

  17. It all started from a curiosity .. and from a new feature.

    In a realtime #SpeechToSpeech project on #AWS, can I use #polly bidirectional streaming with #python ?

    🔮 Spoiler: well, when boto3 doesn't have it (yet), you write it 🏗️

    In the article I describe each choice and the reasons, eager to ship something new 😄

    alessandra.bilardi.net/diary/a

    #DiaryOfALazyDeveloper #docker #fastapi

  18. It all started from a curiosity .. and from a new feature.

    In a realtime #SpeechToSpeech project on #AWS, can I use #polly bidirectional streaming with #python ?

    🔮 Spoiler: well, when boto3 doesn't have it (yet), you write it 🏗️

    In the article I describe each choice and the reasons, eager to ship something new 😄

    alessandra.bilardi.net/diary/a

    #DiaryOfALazyDeveloper #docker #fastapi

  19. Nvidia mới ra demo PersonaPlex: mô hình speech‑to‑speech có thể điều khiển qua system prompt, mở ra khả năng tùy chỉnh giọng nói trong AI. Thú vị cho các nhà phát triển và nghiên cứu âm thanh. #AI #Nvidia #PersonaPlex #CôngNghệ #SpeechToSpeech #AI_VN

    reddit.com/r/LocalLLaMA/commen

  20. Đang tìm kiếm mô hình giọng nói tự nguồn mở, miễn phí (audio → audio) cho nghiên cứu? Hãy gợi ý các mô hình, kho lưu trữ hoặc bài báo có sẵn sàng! #OpenSource #SpeechToSpeech #AI #NguồnMở #GiọngNói #NghiênCứu

    reddit.com/r/LocalLLaMA/commen

  21. 🚀 Sáng tạo AI hoàn toàn offline sử dụng dưới 2GB RAM! هؤلاء كائنة يتحدثون من صندوقه يлено والسيطان دون انترنت. Tagé بـ: #AI #OfflineAI #SpeechToSpeech #TechInnovation #ChúngTôiThíchAI #TechTalk #AIoffline #STS #T davantGard #Technews #AIenthusiasts

    reddit.com/r/LocalLLaMA/commen

  22. 🔥 Announcing #HuggingFace's latest #SpeechToSpeech development! 🔥

    🚀 For those looking for #LowLatency without the hassle of #ServerSetup or #CloudComputing issues - there's a solution!
    💰 Check out their new #BlogPost, showing how to use #HuggingFace's #InferenceEndpoints to deliver ultra-low latency on an #NVIDIAL4 #GPU—for just $0.80/hour!
    🛠️ The team created a custom #Docker image for low latency, and they're #OpenSource-ing the entire solution for everyone to use!
    🎥 The video shows a #WordGame played against #Llama3 8B; the #latency is so low that the game flows seamlessly!

    👉 Read all about how they did it in their blog post:

    huggingface.co/blog/s2s_endpoi

    💻 Want to try it yourself? Here's the code to get started: github.com/huggingface/speech- 🚀

    #AI #MachineLearning #NLP #ArtificialIntelligence #TechNews #DevOps #CloudInfrastructure

  23. 🔥 Announcing #HuggingFace's latest #SpeechToSpeech development! 🔥

    🚀 For those looking for #LowLatency without the hassle of #ServerSetup or #CloudComputing issues - there's a solution!
    💰 Check out their new #BlogPost, showing how to use #HuggingFace's #InferenceEndpoints to deliver ultra-low latency on an #NVIDIAL4 #GPU—for just $0.80/hour!
    🛠️ The team created a custom #Docker image for low latency, and they're #OpenSource-ing the entire solution for everyone to use!
    🎥 The video shows a #WordGame played against #Llama3 8B; the #latency is so low that the game flows seamlessly!

    👉 Read all about how they did it in their blog post:

    huggingface.co/blog/s2s_endpoi

    💻 Want to try it yourself? Here's the code to get started: github.com/huggingface/speech- 🚀

    #AI #MachineLearning #NLP #ArtificialIntelligence #TechNews #DevOps #CloudInfrastructure

  24. 🔥 Announcing #HuggingFace's latest #SpeechToSpeech development! 🔥

    🚀 For those looking for #LowLatency without the hassle of #ServerSetup or #CloudComputing issues - there's a solution!
    💰 Check out their new #BlogPost, showing how to use #HuggingFace's #InferenceEndpoints to deliver ultra-low latency on an #NVIDIAL4 #GPU—for just $0.80/hour!
    🛠️ The team created a custom #Docker image for low latency, and they're #OpenSource-ing the entire solution for everyone to use!
    🎥 The video shows a #WordGame played against #Llama3 8B; the #latency is so low that the game flows seamlessly!

    👉 Read all about how they did it in their blog post:

    huggingface.co/blog/s2s_endpoi

    💻 Want to try it yourself? Here's the code to get started: github.com/huggingface/speech- 🚀

    #AI #MachineLearning #NLP #ArtificialIntelligence #TechNews #DevOps #CloudInfrastructure

  25. 🔥 Announcing #HuggingFace's latest #SpeechToSpeech development! 🔥

    🚀 For those looking for #LowLatency without the hassle of #ServerSetup or #CloudComputing issues - there's a solution!
    💰 Check out their new #BlogPost, showing how to use #HuggingFace's #InferenceEndpoints to deliver ultra-low latency on an #NVIDIAL4 #GPU—for just $0.80/hour!
    🛠️ The team created a custom #Docker image for low latency, and they're #OpenSource-ing the entire solution for everyone to use!
    🎥 The video shows a #WordGame played against #Llama3 8B; the #latency is so low that the game flows seamlessly!

    👉 Read all about how they did it in their blog post:

    huggingface.co/blog/s2s_endpoi

    💻 Want to try it yourself? Here's the code to get started: github.com/huggingface/speech- 🚀

    #AI #MachineLearning #NLP #ArtificialIntelligence #TechNews #DevOps #CloudInfrastructure

  26. 🔥 Announcing #HuggingFace's latest #SpeechToSpeech development! 🔥

    🚀 For those looking for #LowLatency without the hassle of #ServerSetup or #CloudComputing issues - there's a solution!
    💰 Check out their new #BlogPost, showing how to use #HuggingFace's #InferenceEndpoints to deliver ultra-low latency on an #NVIDIAL4 #GPU—for just $0.80/hour!
    🛠️ The team created a custom #Docker image for low latency, and they're #OpenSource-ing the entire solution for everyone to use!
    🎥 The video shows a #WordGame played against #Llama3 8B; the #latency is so low that the game flows seamlessly!

    👉 Read all about how they did it in their blog post:

    huggingface.co/blog/s2s_endpoi

    💻 Want to try it yourself? Here's the code to get started: github.com/huggingface/speech- 🚀

    #AI #MachineLearning #NLP #ArtificialIntelligence #TechNews #DevOps #CloudInfrastructure

  27. "This new [Copilot app for Android & iOS] feature offers similar functionality in terms of speech-to-speech, being able to interrupt it and have it reflect your vocal tone and emotions as Advanced Voice, but it was more casual and felt more natural, slightly less stilted than OpenAI's offering."

    Microsoft Copilot Voice is more human-like than ChatGPT — and it's free to all users - Tom's Hardware
    tomsguide.com/ai/copilot/micro
    #ai #copilot #microsoft #msftadvocate #openai #voice #speechtospeech

  28. "This new [Copilot app for Android & iOS] feature offers similar functionality in terms of speech-to-speech, being able to interrupt it and have it reflect your vocal tone and emotions as Advanced Voice, but it was more casual and felt more natural, slightly less stilted than OpenAI's offering."

    Microsoft Copilot Voice is more human-like than ChatGPT — and it's free to all users - Tom's Hardware
    tomsguide.com/ai/copilot/micro
    #ai #copilot #microsoft #msftadvocate #openai #voice #speechtospeech

  29. "This new [Copilot app for Android & iOS] feature offers similar functionality in terms of speech-to-speech, being able to interrupt it and have it reflect your vocal tone and emotions as Advanced Voice, but it was more casual and felt more natural, slightly less stilted than OpenAI's offering."

    Microsoft Copilot Voice is more human-like than ChatGPT — and it's free to all users - Tom's Hardware
    tomsguide.com/ai/copilot/micro
    #ai #copilot #microsoft #msftadvocate #openai #voice #speechtospeech

  30. "This new [Copilot app for Android & iOS] feature offers similar functionality in terms of speech-to-speech, being able to interrupt it and have it reflect your vocal tone and emotions as Advanced Voice, but it was more casual and felt more natural, slightly less stilted than OpenAI's offering."

    Microsoft Copilot Voice is more human-like than ChatGPT — and it's free to all users - Tom's Hardware
    tomsguide.com/ai/copilot/micro
    #ai #copilot #microsoft #msftadvocate #openai #voice #speechtospeech

  31. "This new [Copilot app for Android & iOS] feature offers similar functionality in terms of speech-to-speech, being able to interrupt it and have it reflect your vocal tone and emotions as Advanced Voice, but it was more casual and felt more natural, slightly less stilted than OpenAI's offering."

    Microsoft Copilot Voice is more human-like than ChatGPT — and it's free to all users - Tom's Hardware
    tomsguide.com/ai/copilot/micro
    #ai #copilot #microsoft #msftadvocate #openai #voice #speechtospeech