Tagged articles
8 articles
Page 1 of 1
TAL Education Technology
TAL Education Technology
Jun 29, 2023 · Frontend Development

Survey of Front‑End Audio Recording Libraries and Browser Compatibility

This article surveys several JavaScript audio‑recording libraries, compares their supported formats, evaluates their performance across browsers, and summarizes front‑end recording techniques—including MediaRecorder, WebRTC + AudioContext, and legacy Flash—while highlighting compatibility issues of major browser engines.

JavaScriptWeb Audio APIaudio recording
0 likes · 13 min read
Survey of Front‑End Audio Recording Libraries and Browser Compatibility
php Courses
php Courses
Jun 17, 2023 · Mobile Development

Implementing Voice Functionality in WeChat Mini Programs

This guide explains how to integrate WeChat Mini Program voice capabilities by importing the recorder and audio APIs, recording audio, uploading for speech recognition, and playing back the result, with example code snippets for each step.

JavaScriptVoice APIWeChat Mini Program
0 likes · 3 min read
Implementing Voice Functionality in WeChat Mini Programs
Python Programming Learning Circle
Python Programming Learning Circle
Feb 7, 2023 · Fundamentals

Recording Audio with Python Using PvRecorder

This tutorial explains how to install the PvRecorder library, list available microphones, capture audio streams with configurable frame length, and optionally save the recorded data to a WAV file using Python, providing complete code examples for each step.

audio recordingpvrecorderwav
0 likes · 4 min read
Recording Audio with Python Using PvRecorder
Python Crawling & Data Mining
Python Crawling & Data Mining
Jan 1, 2022 · Fundamentals

How to Record and Play Audio in Python with PyAudio and Pynput

This article demonstrates how to use Python's PyAudio library and the wave module to record and playback audio on Windows 10, covering installation, stream handling with callbacks, device selection, GUI integration, and keyboard hotkey control via pynput, complete with full source code examples.

Audio PlaybackPyAudioWindows
0 likes · 14 min read
How to Record and Play Audio in Python with PyAudio and Pynput
Architecture Digest
Architecture Digest
Sep 18, 2016 · Fundamentals

Smart Audio Recorder Based on Volume Threshold – Implementation and Code

This article describes a C# program that continuously captures microphone audio, uses volume thresholds derived from Fourier analysis to automatically start and stop recording, and provides the full configuration and source code needed to build a smart recorder for capturing dream speech.

CProgramming tutorialSignal Processing
0 likes · 7 min read
Smart Audio Recorder Based on Volume Threshold – Implementation and Code