diff --git a/HLE-AAC-Decoder.md b/HLE-AAC-Decoder.md index f7ed303..777079a 100644 --- a/HLE-AAC-Decoder.md +++ b/HLE-AAC-Decoder.md @@ -12,7 +12,9 @@ You can get these files by following the instructions below. * If you are using **Windows** or **macOS**, you don't need anything else. It will work directly. Download the latest Citra build [here](https://citra-emu.org/download/). - **Note:** If you are using **Windows N**, then you will have to install the [MediaFeaturePack](https://www.microsoft.com/en-us/software-download/mediafeaturepack) for HLE AAC decoding to work. This is because the DLLs used by Citra aren't available on Windows N, by default. -* If you are using **Linux**, you need to build Citra on your own. - - Follow the [[Building for Linux]] guide and install all dependencies, including optional dependencies. - - Next, follow the [[Building-for-Linux#building-citra-in-release-mode-optimized]] guide and build Citra with HLE AAC Decoding enabled. - - And you are done. Just boot up Citra, select `HLE (fast)` in the `Audio` tab and play. +* If you are using **Linux**, you need to have a compatible version of libfdk-aac or FFmpeg installed. + - libfdk-aac 2.0+ should work with Citra, if available through your distribution's repositories. + - If you want to use FFmpeg instead, we build against FFmpeg 6.0 headers by default. + - If you use the Flatpak, FFmpeg is already available in the runtime and you shouldn't need to do anything. + - If you use the AppImage you will need to have a compatible version on your system, which may or may not be available depending on your distribution. + - Otherwise, you can manually build Citra from source and enable using your system's FFmpeg headers, to use whatever version you want.