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
{{ message }}
This repository was archived by the owner on Apr 2, 2023. It is now read-only.
fix: make initialization of nSlen2 safe for concurrent usage (#49)
The concurrent implementation of nSlen2 initialization causes a data race
if multiple mp3's are read at the same time and nSlen2 hasn't been already initialized
this fixes the race condition by initializing the nSlen2 once
Replace example MPEG2 file (#36)
Replace the provided example MPEG2 file by a copyright free version (using the beginning of
Alice's Adventures in Wonderland by Lewis Carroll, published in 1865).