You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
analyseBytes(), analysePcm(), and analyseSamples() are now synchronous — they return AnalysisResult directly instead of Future<AnalysisResult>. Only analyseFile() remains async (file I/O).
New Features
AIFF and AIFF-C format support (big-endian PCM and sowt little-endian variant)
Signed 8-bit PCM support (used by AIFF)
Auto-detection of AIFF files via magic bytes and .aiff/.aif/.aifc extensions