"""Atelier Ryza 3: Alchemist of the End & the Secret Key
Missing voices/sounds in cutscenes
Requires disabling the gstreamer protonaudioconverterbin plugin to get full audio in cutscenes
"""

from protonfixes import util


def main() -> None:
    util.disable_protonmediaconverter()
