audio codecs

Winsage
September 14, 2026
Microsoft's September security update for Windows 11, KB5124008, is causing audio issues with USB audio devices, including unresponsive sound controls and lack of audio output. The problems are linked to USB Audio Class 1.0 devices and do not affect built-in motherboard audio codecs or wireless headsets. Users may see an error message “This device cannot start (Code 10)” in Device Manager logs. Microsoft is working on a fix, and users can temporarily switch to stereo settings for relief. Additionally, the update is causing gameplay disruptions, crashes, and other bugs, prompting users to report issues to Microsoft and consider pausing updates.
AppWizard
April 4, 2025
Android devices have historically relied on complex processes for secure media playback due to vulnerabilities like the Stagefright exploit. Android 16 introduces support for in-process software audio codecs, allowing codecs to operate within an app's process, reducing CPU usage and power consumption. The MediaCodecInfo class in Android 16 includes a new getSecurityModel() method to indicate whether a codec uses the standard sandboxed model or the new memory-safe model, which requires codecs to be developed in a memory-safe language like Rust. Google has been developing this feature for several years, aiming to improve the performance of the AAC codec, which is crucial for streaming applications. Current tests show that media codecs still depend on the traditional sandboxed approach, and the implementation of in-process codecs requires codec vendors to rewrite their software in Rust.
Search