Tag

Audio

0 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Sep 14, 2024 · Frontend Development

Troubleshooting Browser Audio Autoplay Restrictions and the Media Engagement Index

This article explains why audio autoplay may fail in modern browsers, describes the role of the Media Engagement Index, shows how to diagnose the NotAllowedError, and provides a JavaScript solution that catches the error and prompts the user to enable playback.

AudioFrontendautoplay
0 likes · 5 min read
Troubleshooting Browser Audio Autoplay Restrictions and the Media Engagement Index
HelloTech
HelloTech
Jan 25, 2024 · Backend Development

Design and Implementation of a Custom Multimedia Framework Using FFmpeg

The Haro Street Cat mobile team created a custom multimedia framework that wraps FFmpeg 4.2.2 in a C++ core library with Android/iOS compatibility layers and Java wrappers for transcoding, live streaming, and composition, delivering hardware‑accelerated decoding, flexible filter pipelines, and reliable transcoding that boosted coverage to over 99 %, cut storage by more than 30 %, accelerated video start‑up, and improved streaming and watermarking performance.

AudioC++FFmpeg
0 likes · 27 min read
Design and Implementation of a Custom Multimedia Framework Using FFmpeg
OPPO Kernel Craftsman
OPPO Kernel Craftsman
Dec 8, 2023 · Mobile Development

Android Audio Smoothness: Performance Analysis and Optimization Guide

This guide helps Android audio developers understand and eliminate stutter, pop noise, and other glitches by examining audio formats, pipeline components, CPU scheduling, common failure cases, and offering concrete optimization steps such as proper thread priorities, reduced API blocking, and efficient frame‑count configuration.

AndroidAudioMobile Development
0 likes · 18 min read
Android Audio Smoothness: Performance Analysis and Optimization Guide
Test Development Learning Exchange
Test Development Learning Exchange
Aug 20, 2023 · Fundamentals

Python Multimedia Service Modules: audioop, aifc, sunau, wave, chunk, colorsys, imghdr, sndhdr, ossaudiodev

This article introduces Python's multimedia service modules, explaining how to process raw audio data, read and write various audio file formats, detect image and sound file types, convert color systems, and access OSS‑compatible audio devices, all illustrated with practical code examples.

Audiofile handlingmultimedia
0 likes · 7 min read
Python Multimedia Service Modules: audioop, aifc, sunau, wave, chunk, colorsys, imghdr, sndhdr, ossaudiodev
Kuaishou Audio & Video Technology
Kuaishou Audio & Video Technology
Jun 20, 2023 · Artificial Intelligence

How a Low‑Latency Hierarchical Fusion Network Beats Echoes in Real‑Time Calls

At ICASSP 2023, Kuaishou’s audio team presented a low‑latency hierarchical fusion network for full‑band acoustic echo cancellation, detailing its multi‑stage design, asymmetric windowing, loss functions, training strategy, and achieving second place in the non‑personalized AEC Challenge, with real‑world deployment results.

Acoustic Echo CancellationAudioHierarchical Fusion Network
0 likes · 13 min read
How a Low‑Latency Hierarchical Fusion Network Beats Echoes in Real‑Time Calls
政采云技术
政采云技术
Jun 1, 2023 · Fundamentals

Fundamentals of Audio and Video Capture for Real‑Time Applications

This article introduces the basic concepts of audio and video capture—including sampling, quantization, PCM storage, YUV formats, camera operation, and pixel resolution—explaining how these technologies enable non‑contact, fully digital government procurement services during the COVID‑19 pandemic.

AudioPCMVideo
0 likes · 17 min read
Fundamentals of Audio and Video Capture for Real‑Time Applications
OPPO Kernel Craftsman
OPPO Kernel Craftsman
Apr 7, 2023 · Fundamentals

Overview of Bluetooth Technology and Audio Specifications

Bluetooth has progressed from its 1994 origins to a versatile, low‑power platform supporting HFP, A2DP, and the newer BAP audio profiles, mandatory SBC and optional high‑quality codecs such as AAC, apt‑X, LDAC, and the efficient LC3, while LE Audio adds multi‑stream, broadcast capabilities and reduced latency for modern wireless audio experiences.

AudioBLEBluetooth
0 likes · 13 min read
Overview of Bluetooth Technology and Audio Specifications
DaTaobao Tech
DaTaobao Tech
Sep 19, 2022 · Product Management

High‑Quality E‑commerce Live Streaming Setup Guide

The Alibaba Taobao Live and Canon guide offers a low‑cost, standardized solution for high‑quality e‑commerce live streaming, detailing a 20,000 CNY single‑camera seated‑broadcast setup—including equipment selection, room décor, a six‑step rapid installation, optimal camera/audio configurations, and software tips for TBS.

AudioLive Streamingcamera setup
0 likes · 13 min read
High‑Quality E‑commerce Live Streaming Setup Guide
ByteFE
ByteFE
Jan 19, 2022 · Frontend Development

Spring Festival Mini‑Game Development with Vue.js: Mechanics, Bullet Chat, Sound, and Quiz System

This article walks through the creation of a Spring Festival themed mini‑game using Vue.js, covering game rules, global settings, menu generation, sound handling, bullet‑chat implementation, enemy (NianShou) behavior, firecracker control, bullet mechanics, a timed quiz system, and end‑game handling, all illustrated with code snippets.

AudioFrontendQuiz
0 likes · 19 min read
Spring Festival Mini‑Game Development with Vue.js: Mechanics, Bullet Chat, Sound, and Quiz System
ByteFE
ByteFE
Nov 29, 2021 · Frontend Development

History and Technical Overview of Web Audio/Video: From Early HTML to HTML5, Flash, Codecs, Canvas Playback and FFmpeg

This article traces the evolution of web audio and video from the static early HTML era through Flash's rise and fall, explains HTML5 video/audio support, discusses video and audio encoding, container formats, bitrate, playback pipelines, canvas‑based rendering, and provides practical FFmpeg command examples for developers.

AudioCanvasFFmpeg
0 likes · 19 min read
History and Technical Overview of Web Audio/Video: From Early HTML to HTML5, Flash, Codecs, Canvas Playback and FFmpeg
Python Programming Learning Circle
Python Programming Learning Circle
Aug 3, 2021 · Frontend Development

Building a Python PyQt5 Music Player with Keyword Search and Playback Features

This tutorial walks through designing and implementing a Python desktop music player using PyQt5, covering UI layout, keyword‑based music crawling, multithreaded downloading, playback controls, volume adjustment, and various playback modes such as sequential, random, and repeat.

AudioGUIPyQt5
0 likes · 18 min read
Building a Python PyQt5 Music Player with Keyword Search and Playback Features
Amap Tech
Amap Tech
Jul 23, 2020 · Mobile Development

Cross‑Platform Audio Player Framework for Smart Scenic Spot Guides

The Gaode Smart Scenic Spot Pocket‑Player framework provides a cross‑platform, hybrid audio solution that delivers location‑based MP3 guides, isolates business logic via an observer‑based service, manages audio focus and interruptions efficiently, supports cross‑page and offline playback, and enables rapid, low‑resource development for immersive tourist experiences.

AudioMobilearchitecture
0 likes · 11 min read
Cross‑Platform Audio Player Framework for Smart Scenic Spot Guides
Amap Tech
Amap Tech
Jul 30, 2019 · Mobile Development

Remote Audio Interaction for Car Devices: Challenges, Solutions, and Final Selection

To enable reliable two‑way audio for remote testing of car‑mounted navigation devices, the team evaluated remote‑submix, software hooking, USB, Bluetooth and hardware forwarding, ultimately selecting a hybrid software‑hook and hardware‑forwarding approach combined with WebRTC encoding to meet sub‑500 ms latency and broad device coverage.

AndroidAudioRemote
0 likes · 14 min read
Remote Audio Interaction for Car Devices: Challenges, Solutions, and Final Selection
360 Tech Engineering
360 Tech Engineering
Jul 9, 2018 · Fundamentals

Fundamentals of Audio and Video: Basics, Encoding, Processing, and Real‑Time Communication

This technical sharing session by a senior audio‑video engineer from 360 Video Cloud explains core concepts of video and audio, their encoding pipelines, media processing techniques, streaming protocols, and the challenges and key technologies behind real‑time communication (RTC).

AudioRTCStreaming
0 likes · 8 min read
Fundamentals of Audio and Video: Basics, Encoding, Processing, and Real‑Time Communication
Tencent Music Tech Team
Tencent Music Tech Team
May 11, 2017 · Mobile Development

Understanding Android Audio Volume Architecture and Configuration (Android 6.0)

The article explains Android 6.0’s audio volume architecture, detailing how streams, devices, and per‑stream volume indices are defined, cached, persisted, and modified via AudioManager or AudioTrack/MediaPlayer, and how these changes travel through AudioService, AudioPolicy, and AudioFlinger to the hardware.

AndroidAudioAudioManager
0 likes · 12 min read
Understanding Android Audio Volume Architecture and Configuration (Android 6.0)