Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update MAC_SDK from 4.44 to 9.04 #246

Merged

Commits on Jan 26, 2023

  1. Update MAC_SDK from 4.44 to 9.04

    This is a larger update of MAC_SDK to release 9.04.
    - Original download location:
      https://monkeysaudio.com/files/MAC_904_SDK.zip
      SHA256:
      09cfebe79986a9b8249cff9c3fd79663692e8e23139903df541905a2ecf44c6a
    - Several function return values and arguments are 64-bit now in
      MAC_SDK 9.04, e.g. in IO.h:
        int64 GetPosition();
        int64 GetSize();
      Use type `long` accordingly and remove casts, which are not required
      anymore.
    - Update the CUETools specific MACLibDll.cpp and MACLibDll.h based on
      the upstream modifications to MACDll.cpp and MACDll.h, respectively.
    - Update ThirdParty_MAC_SDK_CUETools.patch accordingly
    - CUETools.Codecs.MACLib\AudioEncoder.cs:
      Remove duplicate "m_settings = settings;"
    - Resolves gchudov#158
    c72578 committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    2c6eb21 View commit details
    Browse the repository at this point in the history