Updated HLE AAC Decoder (markdown)

Steveice10 2023-10-12 02:59:36 -07:00
parent dbc1938354
commit bee3d06036

@ -13,11 +13,11 @@ You can get these files by following the instructions below.
- **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 have a compatible version of libfdk-aac or FFmpeg installed.
- Both are included with the Flatpak runtime, so if you are using the Flatpak you don't need to install anything.
- libfdk-aac 2.0+ should work with Citra, if available through your distribution's repositories. This is usually the easiest to install a compatible version of.
- Ubuntu: `sudo apt install libfdk-aac2`
- Arch: `sudo pacman -S libfdk-aac`
- Fedora: `sudo dnf install fdk-aac` (or `fdk-aac-free`)
- 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.