Cog/Plugins/minimp3
Christopher Snowhill 18d3f76152
Some checks are pending
Check if Cog buildable / Build Universal Cog.app (push) Waiting to run
Bug Fix: Fix minimp3 streaming support
The streaming support was breaking because initial packet detection was
failing due to bit reservoir errors. Instead, detect consecutive sync
frames in the initial read buffer, then attempt to sync to a decodable
frame in the first block of data, otherwise give up.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2025-03-24 08:16:47 -07:00
..
minimp3.xcodeproj MP3: Replace MAD with minimp3 2025-03-23 00:05:11 -07:00
ThirdParty MP3: Replace MAD with minimp3 2025-03-23 00:05:11 -07:00
MP3Decoder.h Bug Fix: Fix minimp3 streaming support 2025-03-24 08:16:47 -07:00
MP3Decoder.m Bug Fix: Fix minimp3 streaming support 2025-03-24 08:16:47 -07:00