Updated HLE AAC Decoder (markdown)

Vamsi Krishna 2019-04-08 18:11:29 +05:30
parent fb1cac7566
commit 9520eccd75

@ -9,12 +9,10 @@ You can get these files by following the instructions below.
### Instructions
* Download the latest Citra build [here](https://citra-emu.org/download/).
* If you are using **Windows** or **macOS**, you don't need anything else. It will work directly.
* 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.
- You will need to install the following additional packages before building - `libavcodec-dev` & `libfdk-aac-dev`.
* And you are done. Just boot up Citra, select `HLE (fast)` in the `Audio` tab and play.
- 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.