Tag: #speech-recognition
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 6 posts
Speech Recognition and Synthesis Technical Reports: What to Read, and What a Single WER Hides
Ten speech recognition and synthesis technical reports, each verified by opening the arXiv abstract page directly. Whisper, Omnilingual ASR, Qwen3-ASR, the Open ASR Leaderboard, Seed-TTS and F5-TTS, CosyVoice 2, Qwen3-TT
2026-08-12 · 7 min read #ai-papers#paper-review#technical-report#speech-recognition#text-to-speechSOTA Speech Recognition and Synthesis — From Whisper to Codec Language Models
We survey recent trends in speech recognition (ASR) and synthesis (TTS). From HMM to CTC/attention, Whisper large-scale weak supervision, and from Tacotron to neural vocoders and codec language models, we trace the linea
2026-06-30 · 15 min read #ai-papers#speech-recognition#text-to-speech#whisper#neural-codecWeb Audio API & Browser Audio 2026 — AudioWorklet / Tone.js / Howler.js / Wavesurfer / Peaks.js / Meyda / Faust / Csound / Web Speech Deep Dive
In 2026 the browser finally became a real audio workstation. The Web Audio API stabilized as a W3C Level 2 recommendation, AudioWorklet completely replaced ScriptProcessor, and libraries like Tone.js, Howler.js, WaveSurf
2026-05-16 · 17 min read #web-audio#web-audio-api#audioworklet#audiocontext#offline-audio-contextSpeech & Audio AI Complete Guide: ASR, TTS, Whisper, Wav2Vec to Voice Synthesis
A complete guide to speech and audio AI from fundamentals to cutting-edge techniques. Master audio signal processing, Mel Spectrogram, ASR (Whisper, Wav2Vec2), TTS (Tacotron, VITS), speaker diarization, and music generat
2026-03-17 · 16 min read #speech-recognition#tts#whisper#wav2vec#audio-processingVoice Chatbot Building Guide: STT/TTS Pipeline and Real-Time Voice Interface Implementation
Everything about voice chatbot construction. Covers Whisper STT, TTS engine comparison, real-time voice streaming architecture, WebSocket-based bidirectional communication, LLM integration, latency optimization, and prod
2026-03-08 · 43 min read #chatbot#voice#stt#tts#speech-recognitionThe Complete torchaudio Guide — From Audio Processing to Speech Recognition, TTS, and Music Analysis
From audio loading and spectrogram transforms to Mel filter banks, MFCC, speech recognition (Wav2Vec2/Whisper), TTS, speaker diarization, and noise reduction — everything about audio AI with PyTorch.
2026-03-02 · 9 min read #ai-platform#pytorch#torchaudio#audio#speech-recognition