Releases: savonet/ocaml-mad
Releases · savonet/ocaml-mad
ocaml-mad 0.5.3
0.5.3 (2024-04-22)
- Added
floatarray
API.
- Added support for
libmad
pkg-config detection.
0.5.1
0.5.1 (02-01-2022)
- Do not decode audio data when skipping frames
or computing file duration.
0.5.0
0.5.0 (07-10-2020)
- Switch to dune
- Switch to read callbacks with bytes.
- Use conversion functions provided by OCaml for filename.
- Cleanup decoding logic around EOF.
- Add decode_frame_float_ba.
- Remove unecessary global root.
0.4.6
0.4.6 (17-09-2018)
- Minor fixes around GC when using the stream API.
- Fix filename encoding in openfile on windows platforms.