2022
-
Introduction to PyTorch Audio Data via TorchAudio
Learn how to use TorchAudio to transform, augment, and extract features from audio data.
-
Starting Out with Python and Deepgram Live Streaming Audio
Learn how to perform real-time Automatic Speech Recognition using various Python web frameworks and Deepgram's Speech-to-Text API with this roundup post.
-
How to Add Speech Recognition to Your React and Node.js project
Do you have a React project that could use speech-to-text? This tutorial will go through the steps to upgrade your React project with Deepgram transcriptions.
-
Fetch Hosted Audio Streams In The Browser
Learn how to fetch an audio stream from a URL, break down a readable stream into chunks using the JavaScript Streams API, and send the audio stream through a WebSocket to Deepgram.
-
Best Python Tools for Manipulating Audio Data
A comprehensive guide on using Python to work with audio files.
-
How to Use Deepgram with Next.js Using StepZen
Do you want to learn how to convert Deepgram's API into your own GraphQL API? This post is for you!
-
Transcribe Twilio Voice Calls in Real-Time with Rust and Deepgram
Learn how to transcribe Twilio Voice calls with Deepgram using real-time speech-to-text in Rust.
-
Enhance Your Audio With Dolby.io For Higher Quality Transcripts
Sometimes your audio will be low quality, and this may affect your transcripts. Learn how to use the Dolby.io Enhance API to clean up your files for better transcripts and happier ears.
-
How to Turn Transcripts into Data Visualizations with Python
Use Deepgram's speech-to-text features with Python to transcribe audio and graphing library Matplotlib to create a data visualization dashboard.